Specifications

28-4
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 28 Configuring Traffic Storm Control
Configuring Traffic Storm Control Support on the MWR 2941
Configuring PPS-Based Storm Control
To configure traffic storm control using PPS, complete the following task:
Step 5
storm-control action {shutdown | trap}
Example:
Router(config-if)# storm-control action shutdown
Specifies the action taken when a storm occurs on a
port, where:
shutdown—Disables the port during a storm.
trap—Sends an SNMP trap.
The default action is to filter traffic.
Step 6
end
Example:
Router(config-if)# end
Exits interface configuration mode.
Command Purpose
Command Purpose
Step 1
configure terminal
Example:
Router# configure terminal
Router(config)#
Enter configuration mode.
Step 2
interface gigabitethernet slot/port
Example:
Router(config)# interface gigabitethernet 0/1
Specify the port adapter type and the location of the
interface to be configured. The slot is always 0 and the
port is the number of the port.
Step 3
switchport mode {access | trunk | dot1q-tunnel}
Example:
Router(config-if)# switchport mode trunk
Specify the interface mode, where:
access—Sets a non trunking, non tagged single
VLAN Layer 2 interface.
trunk—Specifies a trunking VLAN Layer 2
interface.
dot1q-tunnel—Sets the trunking mode to
TUNNEL unconditionally.