Hi group,

I have set CAR on one of my sub-interfaces on my 3661 router, the problem is
that it only limits the OUTPUT packets. Here are my configs:

interface FastEthernet0/0.3
 description 32/128 kbps test
 encapsulation isl 3
 ip address 213.217.37.245 255.255.255.252
 no ip redirects
 no ip directed-broadcast
 rate-limit input 32000 8000 8000 conform-action transmit exceed-action drop
 rate-limit output 128000 8000 8000 conform-action transmit exceed-action
drop
end

And bellow are the results when I stated pinging (ping -f ) a host on VLAN 3
(213.217.37.246) from my linux server
Router#sh int rate-limit
FastEthernet0/0.3 32/128 test
  Input
    matches: all traffic
      params:  32000 bps, 8000 limit, 8000 extended limit
      conformed 0 packets, 0 bytes; action: transmit
      exceeded 0 packets, 0 bytes; action: drop
      last packet: 1867294456ms ago, current burst: 0 bytes
      last cleared 00:32:57 ago, conformed 0 bps, exceeded 0 bps
  Output
    matches:
      params:  128000 bps, 8000 limit, 8000 extended limit
      conformed 9943 packets, 10337248 bytes; action: transmit
      exceeded 312 packets, 449888 bytes; action: drop
      last packet: 392ms ago, current burst: 2760 bytes
      last cleared 00:37:28 ago, conformed 36000 bps, exceeded 1000 bps

Any idea why the input limit doesn't work?

Thanks in advance




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=21271&t=21271
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to