Cisco rate-limit menggunakan class-map

Another way buat rate-limiting dari . Kali ini dengan menggunakan :

#1 buat access-list

access-list 115 remark Rate limit client
access-list 115 remark ip exclude from
access-list 115 deny tcp host 10.11.129.16 any
access-list 115 deny tcp host 10.11.129.7 any
access-list 115 deny tcp host 10.11.129.90 any
access-list 115 deny tcp 172.16.1.0 255.255.255.248 any
access-list 115 remark protocol yang dirate-limit
access-list 115 permit tcp any any eq www
access-list 115 permit tcp any any eq ftp
access-list 115 permit tcp any any eq 443

#2 class-map

class-map match-all rate-limit-client
match access-group 115

policy-map rate-limit-client
class rate-limit-client
police 50000 bps 50000 byte conform-action transmit exceed-action drop

#3 assign pada interface yang sesuai

interface GigabitEthernet0/0.7
service-policy input rate-limit-client
service-policy output rate-limit-client

Adopsi dari artikel . Bisa digunakan nggak ya? belum coba soale hihihiā€¦

Technorati Tags: ,,

4 thoughts on “Cisco rate-limit menggunakan class-map”

  1. Important info for anybody who wants backlinks for no cost. Anybody want free one way backlinks for their webite? I thought I might distribute some good info I found a little while ago. Free backlinks for your blog. I have been taking advantage of this this for my blogs and it really works great! Click my name to get what I mean. Not peddling a thing, it’s completely free and it works.

  2. Thanks for your review and your coupon code.The device emulator is a great resource becuase nowadays people use smarthpone and tablet to surf thee web,and it’s can cause various compatibility error with html code of a website

Leave a Reply

Your email address will not be published. Required fields are marked *