Installation guide
Port Configuration
3-147
3
Web – Click Port, Port/Trunk Broadcast Control. Set the threshold and mark the
Enabled field for the required interface, then click Apply.
Figure 3-86 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 500
kilobits per second for port 2.
Console(config)#interface ethernet 1/1 4-182
Console(config-if)#no switchport broadcast 4-189
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#switchport broadcast packet-rate 500 4-189
Console(config-if)#end
Console#show interfaces switchport ethernet 1/2 4-193
Information of Eth 1/2
Broadcast Threshold: Enabled, 500 Kbits/second
Multicast Threshold: Disabled
Unknown-unicast Threshold: Disabled
LACP Status: Disabled
Ingress Rate Limit: Disabled, 100000 Kbits per second
Egress Rate Limit: Disabled, 100000 Kbits per second
VLAN Membership Mode: Hybrid
Ingress Rule: Enabled
Acceptable Frame Type: All frames
Native VLAN: 1
Priority for Untagged Traffic: 0
GVRP Status: Disabled
Allowed VLAN: 1(u),4093(t),
Forbidden VLAN:
Private-VLAN Mode: NONE
Private-VLAN host-association: NONE
Private-VLAN Mapping: NONE
802.1Q-tunnel Status: Disable
802.1Q-tunnel Mode: NORMAL
802.1Q-tunnel TPID: 8100(Hex)
Console#