lemme2004
IS-IT--Management
- Sep 7, 2005
- 16
hi,
I have two questions about rate-limit and hope find someone to help me
1- did the catalyst 3550 supports the rate-limit command (the 3560 supports well this command).
2- I tested the rate-limit with the catalyst 3560, this is my conf:
ip routing
!
interface FastEthernet0/1
switchport access vlan 2
no ip address
no mdix auto
!
the(other interfaces are in vlan 1 by default)
!
interface Vlan1
ip address 10.0.0.129 255.255.255.128
rate-limit input access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
rate-limit output access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
!
!
interface Vlan2
ip address 10.0.0.70 255.255.255.128
rate-limit input access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
rate-limit output access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
this the prb :
1- when I try to ping the vlan 1 or 2,
the command
sh int vlan (1 or 2) rate-limit
gives: some pakets are in conform (the rate-limit works)
2- when I try to download the IOS from the swith
the command
sh int vlan (1 or 2) rate-limit
gives:some pakets are in conform and the others exceed and the bandwith is 8000 (the rate-limit works very well)
3 when I try to dowload files from pc1 in vlan 1 to pc2 in vlan2
the rate-limit didn't work and the sh int vlan (1 or 2) rate-limit gives 0 packets conform and 0 exceded.
what is this strange prblem?
I have two questions about rate-limit and hope find someone to help me
1- did the catalyst 3550 supports the rate-limit command (the 3560 supports well this command).
2- I tested the rate-limit with the catalyst 3560, this is my conf:
ip routing
!
interface FastEthernet0/1
switchport access vlan 2
no ip address
no mdix auto
!
the(other interfaces are in vlan 1 by default)
!
interface Vlan1
ip address 10.0.0.129 255.255.255.128
rate-limit input access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
rate-limit output access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
!
!
interface Vlan2
ip address 10.0.0.70 255.255.255.128
rate-limit input access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
rate-limit output access-group 100 8000 1500 3000 conform-action transmit exceed-action drop
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
this the prb :
1- when I try to ping the vlan 1 or 2,
the command
sh int vlan (1 or 2) rate-limit
gives: some pakets are in conform (the rate-limit works)
2- when I try to download the IOS from the swith
the command
sh int vlan (1 or 2) rate-limit
gives:some pakets are in conform and the others exceed and the bandwith is 8000 (the rate-limit works very well)
3 when I try to dowload files from pc1 in vlan 1 to pc2 in vlan2
the rate-limit didn't work and the sh int vlan (1 or 2) rate-limit gives 0 packets conform and 0 exceded.
what is this strange prblem?