Specifications

4-4
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
enable secret 5 $1$60L4$X2JYOwoDc0.kqa1loO/w8/
.
.
.
Step 2 Check the hostname and encrypted password, which appear near the top of the command output.
Step 3 Exit global configuration mode and attempt to re-enter it using the new enable password:
Router# exit
.
.
.
Router con0 is now available
Press RETURN to get started.
Router> enable
Password: password
Router#
Configuring Gigabit Ethernet Interfaces
To configure the Gigabit Ethernet (GE) interface on the Cisco MWR 2941, complete the following tasks:
Configuring the Interface Properties, page 4-4
Setting the Speed and Duplex Mode, page 4-5
Enabling the Interface, page 4-6
Creating Backup Switch Interfaces, page 4-6
Configuring the Interface Properties
Perform a basic Gigabit Ethernet IP Address configuration by specifying the port adapter and aligning
an IP address and subnet mask of the interface as follows.
Note In the following procedure, press the Return key after each step unless otherwise noted. At any time,
you can exit the privileged level and return to the user level by entering disable at the Router# prompt.
Note The spanning tree-related commands described in this section are optional.
To configure the GE interface, follow these steps while in global configuration mode:
Step 1 Specify the port adapter type and the location of the interface to be configured.
Router(config)# interface gigabitethernet slot/port
Router(config-if)#
The slot is always 0 and the port is the number of the port (0 or 1).
Step 2 To set the interface type, use the switchport mode command.
Router(config-if)# switchport mode {access | trunk}