Specifications
4-13
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 2 Enter configuration mode.
Router# configure terminal
Router(config)#
Step 3 Use the no vlan command to delete an VLAN from the database.
Router(config)# no vlan 1
Step 4 Exit configuration mode.
Router(config)# exit
Router#
Configuring VLAN Trunking Protocol
This section describes how to configure the VLAN Trunking Protocol (VTP) on an EtherSwitch HWIC,
and contains the following tasks:
• Configuring a VTP Server
• Configuring a VTP Client
• Disabling VTP
Configuring a VTP Server
When a switch is in VTP server mode, you can change the VLAN configuration and have it propagate
throughout the network. Follow these steps to configure the switch as a VTP server.
Step 1 Enter enable mode.
Router> enable
Router#
Step 2 Enter configuration mode.
Router# configure terminal
Router(config)#
Step 3 Use the vtp mode server command to configure the switch as a VTP server.
Router(config)# vtp mode server
Step 4 Use the vtp domain command to defines the VTP domain name, which can be up to 32 characters long.
Router(config)# vtp domain distantusers
Step 5 If you want to specify a password for the VTP domain, use vtp password command. The password can
be from 8 to 64 characters long. This step is optional.
Router(config)# vtp password philadelphia
Step 6 Exit configuration mode.
Router(config)# exit
Router#