Specifications

4-10
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Step 8 Activate the interface.
Router(config-if)# no shutdown
Step 9 Exit configuration mode.
Router(config-if)# end
Router#
You can use the show running-configuration command to verify the layer 2 trunk configuration.
Configuring a Layer 2 Interface as Layer 2 Access
Follow these steps below to configure a Fast Ethernet interface as Layer 2 access.
Step 1 Enter enable mode.
Router> enable
Router#
Step 2 Enter configuration mode.
Router# configure terminal
Router(config)#
Step 3 Enter configuration for the interface that you want to modify.
Router(config)# interface gigabitethernet 0/1
Router(config-if)#
Step 4 Shut down the interface.
Router(config-if)# shutdown
Step 5 Use the switchport mode access command to configure the interface as a Layer 2 access.
Router(config-if)# switchport mode trunk
Use the switchport access vlan command to specify an access VLAN for access ports.
Router(config-if)# switchport access vlan 1
Step 6 Activate the interface.
Router(config-if)# no shutdown
Step 7 Exit configuration mode.
Router(config-if)# end
Router#
You can use the show running-config interface command and the show interfaces command to verify
layer 2 access configuration.