vmware ftp-data
Yep. For that CAR example it is all 'bout the order of operations.
-----Original Message----- From: Paul Dardinski [mailto:pauld@marshallcomm.com] Sent: Wednesday, August 09, 2006 8:36 AM To: Aaron Pilcher; Cisco certification; yan.anchipolovskiy@prudential.com Subject: RE: CAR rate limiting
I guess I'm not seeing how the below config would limit a subrate of traffic within a larger rate of traffic. ...
Paul,
Are you looking for something like this (I used WWW for the TCP app):
access-list 100 permit tcp any any access-list 101 permit tcp any any eq www
interface FastEthernet0/0 rate-limit output access-group 100 496000 62500 62500 conform-action continue exceed-action drop rate-limit output access-group 101 96000 12500 12500 conform-action transmit exceed-action drop
R1#sh int f0/0 rate FastEthernet0/0 Output matches: access-group 100 params: 496000 bps, 62500 limit, 62500 extended limit conformed 9 packets, 540 bytes; action: continue exceeded ...