Configuring the Switch
3-102
3
Web – Click Port, Port Broadcast Control or Trunk Broadcast Control. Check the
Enabled box for any interface, set the threshold, and click Apply.
Figure 3-60 Port Broadcast Control
CLI – Specify any interface, and then enter the threshold. The following disables
broadcast storm control for port 1, and then sets broadcast suppression at 6000
packets per second for port 2.
Console(config)#interface ethernet 1/1 4-125
Console(config-if)#no switchport broadcast 4-129
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#switchport broadcast packet-rate 6000 4-129
Console(config-if)#end
Console#show interfaces switchport ethernet 1/2 4-132
Information of Eth 1/2
Broadcast Threshold: Enabled, 6000 packets/second
LACP Status: Enabled
Ingress Rate Limit: Disabled, 10000M bits per second
Egress Rate Limit: Disabled, 10000M bits per second
VLAN Membership Mode: Hybrid
Ingress Rule: Disabled
Acceptable Frame Type: All frames
Native VLAN: 1
Priority for Untagged Traffic: 0
GVRP Status: Disabled
Allowed VLAN: 1(u),
Forbidden VLAN:
Console#