Specifications

CHAPTER
6-1
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
6
Configuring HWIC-D-9ESW Interfaces
This chapter provides instructions for configuring interfaces on the HWIC-D-9ESW card. Follow these
steps to configure a pair of ports on two different switch modules as stacking partners.
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface fastethernet interface-id
Example:
Router(config)# interface fastethernet
0/3/1
Specifies the port to configure and enters interface configuration
mode.
Enter the interface number.
Step 4
no shutdown
Example:
Router(config-if)# no shutdown
Activates the interface.
This step is required only if you shut down the interface.
Step 5
switchport stacking-partner interface
fastethernet partner-interface-id
Example:
Router(config-if)# switchport
stacking-partner interface FastEthernet
partner-interface-id
Selects and configures the stacking partner port.
Enter the partner interface number.
To restore the defaults, use the no form of this command.
Step 6
exit
Example:
Router(config-if)# exit
Returns to privileged configuration mode.