Cisco Systems DOC-7814982 Stereo System User Manual


 
14-24
Catalyst 2950 Desktop Switch Software Configuration Guide
78-14982-01
Chapter 14 Configuring VLANs
Configuring VMPS
Beginning in privileged EXEC mode, follow these steps to configure the network shown in Figure 14-4:
Configuring VMPS
The switch cannot be a VMPS server but can act as a client to the VMPS and communicate with it
through the VLAN Query Protocol (VQP). VMPS dynamically assigns dynamic access port VLAN
membership.
This section includes this information about configuring VMPS:
Understanding VMPS section on page 14-25
Default VMPS Configuration section on page 14-27
VMPS Configuration Guidelines section on page 14-28
Configuring the VMPS Client section on page 14-28
Command Purpose
Step 1
configure terminal Enter global configuration mode on Switch 1.
Step 2
interface fastethernet 0/1 Enter interface configuration mode, and define Fast Ethernet port 0/1 as
the interface to be configured as a trunk.
Step 3
switchport mode trunk Configure the port as a trunk port.
Step 4
exit Return to global configuration mode.
Step 5
Repeat Steps 2 through 4 on Switch 1 interface Fast Ethernet 0/2.
Step 6
end Return to privileged EXEC mode.
Step 7
show running-config Verify your entries.
In the display, make sure that interfaces Fast Ethernet 0/1 and Fast
Ethernet 0/2 are configured as trunk ports.
Step 8
show vlan When the trunk links come up, Switch 1 receives the VTP information
from the other switches. Verify that Switch 1 has learned the VLAN
configuration.
Step 9
configure terminal Enter global configuration mode.
Step 10
interface fastethernet 0/1 Enter interface configuration mode, and define Fast Ethernet port 0/1 as
the interface to set the STP cost.
Step 11
spanning-tree vlan 2 cost 30 Set the spanning-tree path cost to 30 for VLAN 2.
Step 12
spanning-tree vlan 3 cost 30 Set the spanning-tree path cost to 30 for VLAN 3.
Step 13
spanning-tree vlan 4 cost 30 Set the spanning-tree path cost to 30 for VLAN 4.
Step 14
end Return to global configuration mode.
Step 15
Repeat Steps 9 through 11 on Switch 1 interface Fast Ethernet 0/2, and
set the spanning-tree path cost to 30 for VLANs 8, 9, and 10.
Step 16
exit Return to privileged EXEC mode.
Step 17
show running-config Verify your entries.
In the display, verify that the path costs are set correctly for interfaces
Fast Ethernet 0/1 and 0/2.
Step 18
copy running-config startup-config (Optional) Save your entries in the configuration file.