BDCOM Switch switchport rate-limit
For Switch port
Switch#config
Switch_config#interface gig0/2
Switch_config_g0/1#switchport rate-limit ?
<1-16383> -- Configure Bandwidth(unit:64kbps)
bandwidth -- Configure Bandwidth(unit:1% of physical bandwidth)
Switch_config_g0/2#switchport rate-limit 1600
ingress -- Config port rate-limit ingress incoming traffic
egress -- Config port rate-limit egress outgoing traffic
Switch_config_g0/2#switchport rate-limit 1600 ingress
Switch_config_g0/2#switchport rate-limit 1600 egress
NB: Here, 1 meaning 64Kbps, 2 meaning 128Kbps, 10 meaning 640Kbps and 1600 meaning (1600 x 64) = 102,400Kbps which is 100Mbps
switchport rate-limit (1024*Mbps/64=??) ingress
switchport rate-limit (1024*Mbps/64=??) egress
Comments
Post a Comment