Catalyst 2950 Desktop Switch Software Configuration Guide, 12.0(5.2)WC(1)
Creating and Maintaining VLANs

Table Of Contents

Creating and Maintaining VLANs

Number of Supported VLANs

VLAN Port Membership Modes

VLAN Membership Combinations

Clusters, VLAN Membership, and the Management VLAN

Assigning Static-Access Ports to a VLAN

Using the VLAN Trunk Protocol

The VTP Domain

VTP Modes and VTP Mode Transitions

VTP Advertisements

VTP Version 2

VTP Configuration Guidelines

Domain Names

Passwords

VTP Version

Default VTP Configuration

Configuring VTP

CLI: Configuring VTP Server Mode

CLI: Configuring VTP Client Mode

CLI: Disabling VTP (VTP Transparent Mode)

CLI: Enabling VTP Version 2

CLI: Disabling VTP Version 2

CLI: Monitoring VTP

VLANs in the VTP Database

Token Ring VLANs

VLAN Configuration Guidelines

Default VLAN Configuration

Configuring VLANs in the VTP Database

CLI: Adding an VLAN

CLI: Modifying a VLAN

CLI: Deleting a VLAN

CLI: Assigning Static-Access Ports to a VLAN

How VLAN Trunks Work

IEEE 802.1Q Configuration Considerations

Trunks Interacting with Other Features

Configuring a Trunk Port

CLI: Configuring a Trunk Port

CLI: Disabling a Trunk Port

CLI: Defining the Allowed VLANs on a Trunk

CLI: Configuring the Native VLAN for Untagged Traffic

Configuring IEEE 802.1p Class of Service

How Class of Service Works

Port Priority

Port Scheduling

CLI: Configuring the CoS Port Priorities

CoS and WRR

CLI: Configuring CoS Priority Queues

CLI: Configuring WRR

Load Sharing Using STP

Load Sharing Using STP Port Priorities

CLI: Configuring STP Port Priorities and Load Sharing

Load Sharing Using STP Path Cost

CLI: Configuring STP Path Costs and Load Sharing


Creating and Maintaining VLANs


A virtual LAN (VLAN) is a switched network that is logically segmented by function, project team, or application, without regard to the physical locations of the users. Any switch port can belong to a VLAN, and unicast, broadcast, and multicast packets are forwarded and flooded only to stations in the VLAN. Each VLAN is considered a logical network, and packets destined for stations that do not belong to the VLAN must be forwarded through a router or bridge as shown in Figure 5-1. Because a VLAN is considered a separate logical network, it contains its own bridge Management Information Base (MIB) information and can support its own implementation of the Spanning Tree Protocol (STP).

This chapter describes how to create and maintain VLANs through the Cluster Management software and the command-line interface (CLI). It contains the following information:

How to configure static-access ports without having the VLAN Trunk Protocol (VTP) database globally propagate VLAN configuration information.

How VTP works and how to configure its domain name, modes, and version.

How to add, modify, and remove VLANs with different media characteristics to and from the VTP database.

How to configure Fast Ethernet and Gigabit Ethernet VLAN trunks on a switch. The switch supports IEEE 802.1Q trunking standards for transmitting VLAN traffic. This section describes how to configure the allowed-VLAN list, the native VLAN for untagged traffic, and two methods of load sharing.

How to configure IEEE 802.1p class of service (CoS) port priorities for port forwarding untagged frames. You assign CoS to certain types of traffic to give them priority over other traffic.

Figure 5-1 VLANs as Logically Defined Networks

Number of Supported VLANs

Table 5-1 lists the number of supported VLANs on Catalyst 2950 switches.

Table 5-1 Number of Supported VLANs

Catalyst Switch
Number of Supported VLANs
Trunking Supported?

2950 switches with 16 MB of DRAM

64

Yes


VLANs are identified with a number between 1 and 1001. Regardless of the switch model, only 64 STP instances are supported.

The switches in Table 5-1 support IEEE 802.1Q trunking methods for transmitting VLAN traffic over 100BaseT, 100BaseFX, and Gigabit Ethernet ports.

VLAN Port Membership Modes

You configure a port to belong to a VLAN by assigning a membership mode that determines the kind of traffic the port carries and the number of VLANs it can belong to. Table 5-2 lists the membership modes and characteristics.

Table 5-2 Port Membership Modes 

Membership Mode
VLAN Membership Characteristics

Static-access

A static-access port can belong to one VLAN and is manually assigned. By default, all ports are static-access ports assigned to VLAN 1.

Trunk (IEEE 802.1Q)

A trunk is a member of all VLANs in the VLAN database by default, but membership can be limited by configuring the allowed-VLAN list.

VTP maintains VLAN configuration consistency by managing the addition, deletion, and renaming of VLANs on a network-wide basis. VTP exchanges VLAN configuration messages with other switches over trunk links.


When a port belongs to a VLAN, the switch learns and manages the addresses associated with the port on a per-VLAN basis. For more information, see the "Managing the MAC Address Tables" section.

VLAN Membership Combinations

You can configure your switch ports in various VLAN membership combinations as listed in Table 5-3.

Table 5-3 VLAN Combinations 

Port Mode
VTP Required?
Configuration Procedure
Comments

Static-access ports

No

"Assigning Static-Access Ports to a VLAN" section

If you do not want to use VTP to globally propagate the VLAN configuration information, you can assign a static-access port to a VLAN and set the VTP mode to transparent to disable VTP.

Static-access and
trunk ports

Recommended

"CLI: Configuring VTP Server Mode" section

Add, modify, or remove VLANs in the database as described in the "Configuring VLANs in the VTP Database" section

"CLI: Assigning Static-Access Ports to a VLAN" section

"Configuring a Trunk Port" section

Make sure to configure at least one trunk port on the switch and that this trunk port is connected to the trunk port of a second switch.

Some restrictions apply to trunk ports. For more information, see the "Trunks Interacting with Other Features" section.

You can change the VTP version on the switch.

You can define the allowed-VLAN list and configure the native VLAN for untagged traffic on the trunk port.


Clusters, VLAN Membership, and the Management VLAN

This software release supports the grouping of switches into a cluster that can be managed as a single entity. The command switch is the single point of management for the cluster and cluster members.

Links among a command switch, cluster members, and candidate switches must be through ports that belong to the management VLAN. By default, the management VLAN is VLAN 1. If you are using SNMP or the Cluster Management Suite (CMS) to manage the switch, ensure that the port through which you are connected to a switch is in the management VLAN. For information on configuring the management VLAN, see the "Changing the Management VLAN" section.

If you are configuring VLANs on a member switch, you might need to enter an extra command from the command-switch CLI to access the member switch. When configuring port parameters, for example, you can use the privileged EXEC rcommand command and the number of the member switch to display the member-switch CLI. Once you have accessed the member switch, command mode changes, and IOS commands operate as usual. Enter exit on the member switch in privileged EXEC mode to return to the command-switch CLI.

For more information about the rcommand command, refer to the Catalyst 2950 Desktop Switch Command Reference.

Assigning Static-Access Ports to a VLAN

By default, all ports are static-access ports assigned to the management VLAN, VLAN 1.

You can assign a static-access port to a VLAN without having VTP globally propagate VLAN configuration information (VTP is disabled). To assign a VLAN, you access the VLAN Membership window (Figure 5-2) by selecting VLAN > VLAN Membership from the menu bar and clicking the Assign
VLANs tab.

Figure 5-2 VLAN Membership: Assign VLANs Tab

You configure the switch for VTP transparent mode, which disables VTP, by selecting VLAN > VTP Management from the menu bar and clicking the VTP Configuration tab (Figure 5-3).

You can also assign the port through the CLI on standalone, command, and member switches. If you are assigning a port on a cluster member to a VLAN, first log in to the member switch by using the privileged EXEC rcommand command. For more information on how to use this command, refer to the Catalyst 2950 Desktop Switch Command Reference.

Using the VLAN Trunk Protocol

VTP is a Layer 2 messaging protocol that maintains VLAN configuration consistency by managing the addition, deletion, and renaming of VLANs on a network-wide basis. VTP minimizes misconfigurations and configuration inconsistencies that can cause several problems, such as duplicate VLAN names, incorrect VLAN-type specifications, and security violations.

Before you create VLANs, you must decide whether to use VTP in your network. Using VTP, you can make configuration changes centrally on a single switch, such as a Catalyst 2950, 2900 XL, or 3500 XL switch, and have those changes automatically communicated to all the other switches in the network. Without VTP, you cannot send information about VLANs to other switches.

The VTP Domain

A VTP domain (also called a VLAN management domain) consists of one switch or several interconnected switches under the same administrative responsibility. A switch can be in only one VTP domain. You make global VLAN configuration changes for the domain by using the CLI, Cluster Management software, or Simple Network Management Protocol (SNMP).

By default, a Catalyst 2950, 2900 XL, or 3500 XL switch is in the no-management-domain state until it receives an advertisement for a domain over a trunk link (a link that carries the traffic of multiple VLANs) or until you configure a domain name. The default VTP mode is server mode, but VLAN information is not propagated over the network until a domain name is specified or learned.

If the switch receives a VTP advertisement over a trunk link, it inherits the domain name and configuration revision number. The switch then ignores advertisements with a different domain name or an earlier configuration revision number.

When you make a change to the VLAN configuration on a VTP server, the change is propagated to all switches in the VTP domain. VTP advertisements are sent over all trunk connections, including IEEE 802.1Q.

If you configure a switch for VTP transparent mode, you can create and modify VLANs, but the changes are not transmitted to other switches in the domain, and they affect only the individual switch.

For domain name and password configuration guidelines, see the "Domain Names" section.

VTP Modes and VTP Mode Transitions

You can configure a supported switch to be in one of the VTP modes listed in Table 5-4:

Table 5-4 VTP Modes 

VTP Mode
Description

VTP server

In this mode, you can create, modify, and delete VLANs and specify other configuration parameters (such as VTP version) for the entire VTP domain. VTP servers advertise their VLAN configurations to other switches in the same VTP domain and synchronize their VLAN configurations with other switches based on advertisements received over trunk links.

In VTP server mode, VLAN configurations are saved in nonvolatile RAM. VTP server is the default mode.

VTP client

In this mode, a VTP client behaves like a VTP server, but you cannot create, change, or delete VLANs on a VTP client.

In VTP client mode, VLAN configurations are saved in nonvolatile RAM.

VTP transparent

In this mode, VTP transparent switches do not participate in VTP. A VTP transparent switch does not advertise its VLAN configuration and does not synchronize its VLAN configuration based on received advertisements. However, transparent switches do forward VTP advertisements that they receive from other switches. You can create, modify, and delete VLANs on a switch in VTP transparent mode.

In VTP transparent mode, VLAN configurations are saved in nonvolatile RAM, but they are not advertised to other switches.


The "VTP Configuration Guidelines" section provides tips and caveats for configuring VTP.

VTP Advertisements

Each switch in the VTP domain sends periodic global configuration advertisements from each trunk port to a reserved multicast address. Neighboring switches receive these advertisements and update their VTP and VLAN configurations as necessary.


Note Because trunk ports send and receive VTP advertisements, you must ensure that at least one trunk port is configured on the switch and that this trunk port is connected to the trunk port of a second switch. Otherwise, the switch cannot receive any VTP advertisements.


VTP advertisements distribute the following global domain information in VTP advertisements:

VTP domain name

VTP configuration revision number

Update identity and update timestamp

MD5 digest

VTP advertisements distribute the following VLAN information for each configured VLAN:

VLAN ID

VLAN name

VLAN type

VLAN state

Additional VLAN configuration information specific to the VLAN type

VTP Version 2

VTP version 2 supports the following features not supported in version 1:

Token Ring support—VTP version 2 supports Token Ring LAN switching and VLANs (Token Ring Bridge Relay Function [TrBRF] and Token Ring Concentrator Relay Function [TrCRF]). For more information about Token Ring VLANs, see the "VLANs in the VTP Database" section.

Unrecognized Type-Length-Value (TLV) support—A VTP server or client propagates configuration changes to its other trunks, even for TLVs it is not able to parse. The unrecognized TLV is saved in nonvolatile RAM when the switch is operating in VTP server mode.

Version-Dependent Transparent Mode—In VTP version 1, a VTP transparent switch inspects VTP messages for the domain name and version and forwards a message only if the version and domain name match. Because only one domain is supported, VTP version 2 forwards VTP messages in transparent mode without checking the version and domain name.

Consistency Checks—In VTP version 2, VLAN consistency checks (such as VLAN names and values) are performed only when you enter new information through the CLI, the Cluster Management software, or SNMP. Consistency checks are not performed when new information is obtained from a VTP message or when information is read from nonvolatile RAM. If the digest on a received VTP message is correct, its information is accepted without consistency checks.

VTP Configuration Guidelines

The following sections describe the guidelines you should follow when configuring the VTP domain name, password, and the VTP version number.

Domain Names

When configuring VTP for the first time, you must always assign a domain name. In addition, all switches in the VTP domain must be configured with the same domain name. Switches in VTP transparent mode do not exchange VTP messages with other switches, and you do not need to configure a VTP domain name for them.


Caution Do not configure a VTP domain if all switches are operating in VTP client mode. If you configure the domain, it is impossible to make changes to the VLAN configuration of that domain. Therefore, make sure you configure at least one switch in the VTP domain for VTP server mode.

Passwords

You can configure a password for the VTP domain, but it is not required. All domain switches must share the same password. Switches without a password or with the wrong password reject VTP advertisements.


Caution The domain does not function properly if you do not assign the same password to each switch in the domain.

If you configure a VTP password for a domain, a Catalyst 2950, 2900 XL, or
3500 XL switch that is booted without a VTP configuration does not accept VTP advertisements until you configure it with the correct password. After the configuration, the switch accepts the next VTP advertisement that uses the same password and domain name in the advertisement.

If you are adding a new switch to an existing network that has VTP capability, the new switch learns the domain name only after the applicable password has been configured on the switch.

VTP Version

Follow these guidelines when deciding which VTP version to implement:

All switches in a VTP domain must run the same VTP version.

A VTP version 2-capable switch can operate in the same VTP domain as a switch running VTP version 1 if version 2 is disabled on the version 2-capable switch (version 2 is disabled by default).

Do not enable VTP version 2 on a switch unless all of the switches in the same VTP domain are version-2-capable. When you enable version 2 on a switch, all of the version-2-capable switches in the domain enable version 2. If there is a version 1-only switch, it will not exchange VTP information with switches with version 2 enabled.

If there are Token Ring networks in your environment (TrBRF and TrCRF), you must enable VTP version 2 for Token Ring VLAN switching to function properly. To run Token Ring and Token Ring-Net, disable VTP version 2.

Default VTP Configuration

Table 5-5 shows the default VTP configuration.

Table 5-5 VTP Default Configuration 

Feature
Default Value

VTP domain name

Null.

VTP mode

Server.

VTP version 2 enable state

Version 2 is disabled.

VTP password

None.


Configuring VTP

You can configure VTP by using the VTP Management window (Figure 5-3).

To display this window, select VLAN > VTP Management from the menu bar, and click the VTP Configuration tab.

Figure 5-3 VTP Management: VTP Configuration Tab

After you configure VTP, you must configure a trunk port so that the switch can send and receive VTP advertisements. For more information, see the "How VLAN Trunks Work" section.

You can also configure VTP through the CLI on standalone, command, and member switches by entering commands in the VLAN database command mode. If you are configuring VTP on a cluster member switch to a VLAN, first log in to the member switch by using the privileged EXEC rcommand command. For more information on how to use this command, refer to the Catalyst 2950 Desktop Switch Command Reference.

When you enter the exit command in VLAN database mode, it applies all the commands that you entered. VTP messages are sent to other switches in the VTP domain, and you are returned to privileged EXEC mode.


Note The Cisco IOS end and Ctrl-Z commands are not supported in VLAN database mode.


CLI: Configuring VTP Server Mode

When a switch is in VTP server mode, you can change the VLAN configuration and have it propagated throughout the network.

Beginning in privileged EXEC mode, follow these steps to configure the switch for VTP server mode:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN database mode.

Step 2 

vtp domain domain-name

Configure a VTP administrative-domain name.

The name can be from 1 to 32 characters.

All switches operating in VTP server or client mode under the same administrative responsibility must be configured with the same domain name.

Step 3 

vtp password password-value

(Optional) Set a password for the VTP domain. The password can be from 8 to 64 characters.

If you configure a VTP password, the VTP domain does not function properly if you do not assign the same password to each switch in the domain.

Step 4 

vtp server

Configure the switch for VTP server mode (the default).

Step 5 

exit

Return to privileged EXEC mode.

Step 6 

show vtp status

Verify the VTP configuration.

In the display, check the VTP Operating Mode and the VTP Domain Name fields.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Configuring VTP Client Mode

When a switch is in VTP client mode, you cannot change its VLAN configuration. The client switch receives VTP updates from a VTP server in the VTP domain and then modifies its configuration accordingly.


Caution Do not configure a VTP domain name if all switches are operating in VTP client mode. If you do so, it is impossible to make changes to the VLAN configuration of that domain. Therefore, make sure you configure at least one switch as the VTP server.

Beginning in privileged EXEC mode, follow these steps to configure the switch for VTP client mode:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN database mode.

Step 2 

vtp client

Configure the switch for VTP client mode. The default setting is VTP server.

Step 3 

vtp domain domain-name

Configure a VTP administrative-domain name. The name can be from 1 to 32 characters.

All switches operating in VTP server or client mode under the same administrative responsibility must be configured with the same domain name.

Step 4 

vtp password password-value

(Optional) Set a password for the VTP domain. The password can be from 8 to 64 characters.

If you configure a VTP password, the VTP domain does not function properly if you do not assign the same password to each switch in the domain.

Step 5 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 6 

show vtp status

Verify the VTP configuration. In the display, check the VTP Operating Mode field.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Disabling VTP (VTP Transparent Mode)

When you configure the switch for VTP transparent mode, you disable VTP on the switch. The switch then does not send VTP updates and does not act on VTP updates received from other switches. However, a VTP transparent switch does forward received VTP advertisements on all of its trunk links.

Beginning in privileged EXEC mode, follow these steps to configure the switch for VTP transparent mode:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN database mode.

Step 2 

vtp transparent

Configure the switch for VTP transparent mode.

The default setting is VTP server.

This step disables VTP on the switch.

Step 3 

exit

Return to privileged EXEC mode.

Step 4 

show vtp status

Verify the VTP configuration.

In the display, check the VTP Operating Mode field.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Enabling VTP Version 2

VTP version 2 is disabled by default on VTP version 2-capable switches. When you enable VTP version 2 on a switch, every VTP version 2-capable switch in the VTP domain enables version 2.


Caution VTP version 1 and VTP version 2 are not interoperable on switches in the same VTP domain. Every switch in the VTP domain must use the same VTP version. Do not enable VTP version 2 unless every switch in the VTP domain supports version 2.


Note In a Token Ring environment, you must enable VTP version 2 for Token Ring VLAN switching to function properly.


For more information on VTP version configuration guidelines, see the "VTP Version" section.

Beginning in privileged EXEC mode, follow these steps to enable VTP version 2:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN configuration mode.

Step 2 

vtp v2-mode

Enable VTP version 2 on the switch.

VTP version 2 is disabled by default on VTP version 2-capable switches.

Step 3 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 4 

show vtp status

Verify that VTP version 2 is enabled.

In the display, check the VTP V2 Mode field.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Disabling VTP Version 2

Beginning in privileged EXEC mode, follow these steps to disable VTP version 2:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN configuration mode.

Step 2 

no vtp v2-mode

Disable VTP version 2.

Step 3 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 4 

show vtp status

Verify that VTP version 2 is disabled.

In the display, check the VTP V2 Mode field.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Monitoring VTP

You monitor VTP by displaying its configuration information: the domain name, the current VTP revision, and the number of VLANs. You can also display statistics about the advertisements sent and received by the switch.

Beginning in privileged EXEC mode, follow these steps to monitor VTP activity:

 
Command
Purpose

Step 1 

show vtp status

Display the VTP switch configuration information.

Step 2 

show vtp counters

Display counters about VTP messages being sent and received.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

VLANs in the VTP Database

You can set the following parameters when you add a new VLAN to or modify an existing VLAN in the VTP database:

VLAN ID

VLAN name

VLAN type (Ethernet, Fiber Distributed Data Interface [FDDI], FDDI network entity title [NET], TrBRF, or TrCRF, Token Ring, Token Ring-Net)

VLAN state (active or suspended)

Maximum transmission unit (MTU) for the VLAN

Security Association Identifier (SAID)

Bridge identification number for TrBRF VLANs

Ring number for FDDI and TrCRF VLANs

Parent VLAN number for TrCRF VLANs

Spanning Tree Protocol (STP) type for TrCRF VLANs

VLAN number to use when translating from one VLAN type to another

The "Default VLAN Configuration" section lists the default values and possible ranges for each VLAN media type.

Token Ring VLANs

Although the 2950, 2900 XL, and 3500 XL switches do not support Token Ring connections, a remote device such as a Catalyst 5000 series switch with Token Ring connections could be managed from one of the supported switches. Switches running this IOS release advertise information about the following Token Ring VLANs when running VTP version 2:

Token Ring TrBRF VLANs

Token Ring TrCRF VLANs

For more information on configuring Token Ring VLANs, see the Catalyst 5000 Series Software Configuration Guide.

VLAN Configuration Guidelines

Follow these guidelines when creating and modifying VLANs in your network:

A maximum of 250 VLANs can be active on supported switches, but some models only support 64 VLANs. (The Catalyst 2950 switches support 64 VLANs.) If VTP reports that there are 254 active VLANs, 4 of the active VLANs (1002 to 1005) are reserved for Token Ring and FDDI.

Before you can create a VLAN, the switch must be in VTP server mode or VTP transparent mode. For information on configuring VTP, see the "Configuring VTP" section.

Switches running this IOS release do not support Token Ring or FDDI media. The switch does not forward FDDI, FDDI-Net, TrCRF, or TrBRF traffic, but it does propagate the VLAN configuration through VTP.

Default VLAN Configuration

Table 5-6 through Table 5-10 shows the default configuration for the different VLAN media types.


Note Catalyst 2950 switches support Ethernet interfaces exclusively. Because FDDI and Token Ring VLANs are not locally supported, you configure FDDI and Token Ring media-specific characteristics only for VTP global advertisements to other switches.


Table 5-6 Ethernet VLAN Defaults and Ranges 

Parameter
Default
Range

VLAN ID

1

1-1005

VLAN name

VLANxxxx, where xxxx is the VLAN ID

No range

802.10 SAID

100000+VLAN ID

1-4294967294

MTU size

1500

1500-18190

Translational bridge 1

0

0-1005

Translational bridge 2

0

0-1005

VLAN state

active

active, suspend


Table 5-7 FDDI VLAN Defaults and Ranges 

Parameter
Default
Range

VLAN ID

1002

1-1005

VLAN name

VLANxxxx, where xxxx is the VLAN ID

No range

802.10 SAID

100000+VLAN ID

1-4294967294

MTU size

1500

1500-18190

Ring number

None

1-4095

Parent VLAN

0

0-1005

Translational bridge 1

0

0-1005

Translational bridge 2

0

0-1005

VLAN state

active

active, suspend


Table 5-8 FDDI-Net VLAN Defaults and Ranges 

Parameter
Default
Range

VLAN ID

1004

1-1005

VLAN name

VLANxxxx, where xxxx is the VLAN ID

No range

802.10 SAID

100000+VLAN ID

1-4294967294

MTU size

1500

1500-18190

Bridge number

0

0-15

STP type

ieee

auto, ibm, ieee

Translational bridge 1

0

0-1005

Translational bridge 2

0

0-1005

VLAN state

active

active, suspend


Table 5-9 Token Ring (TrBRF) VLAN Defaults and Ranges 

Parameter
Default
Range

VLAN ID

1005

1-1005

VLAN name

VLANxxxx, where xxxx is the VLAN ID

No range

802.10 SAID

100000+VLAN ID

1-4294967294

MTU size

VTPv1 1500; VTPv2 4472

1500-18190

Bridge number

VTPv1 0; VTPv2 user-specified

0-15

STP type

ibm

auto, ibm, ieee

Translational bridge 1

0

0-1005

Translational bridge 2

0

0-1005

VLAN state

active

active, suspend


Table 5-10 Token Ring (TrCRF) VLAN Defaults and Ranges 

Parameter
Default
Range

VLAN ID

1003

1-1005

VLAN name

VLANxxxx, where xxxx is the VLAN ID

No range

802.10 SAID

100000+VLAN ID

1-4294967294

Ring Number

VTPv1 default 0; VTPv2 user-specified

1-4095

Parent VLAN

VTPv1 default 0; VTPv2 user-specified

0-1005

MTU size

VTPv1 default 1500; VTPv2 default 4472

1500-18190

Translational bridge 1

0

0-1005

Translational bridge 2

0

0-1005

VLAN state

active

active, suspend

Bridge mode

srb

srb, srt

ARE max hops

7

0-13

STE max hops

7

0-13

Backup CRF

disabled

disable; enable


Configuring VLANs in the VTP Database

You can use the VTP Management window (Figure 5-4) or the CLI to add, modify or remove VLAN configurations in the VTP database. VTP globally propagates these VLAN changes throughout the VTP domain.

To display this window, select VLAN > VTP Management from the menu bar, and click the VLAN Configuration tab. Click Help to for more information on using this window.

Figure 5-4 VTP Management: VLAN Configuration Tab

You use the CLI vlan database command mode to add, change, and delete VLANs. In VTP server or transparent mode, commands to add, change, and delete VLANs are written to the file vlan.dat, and you can display them by entering the privileged EXEC mode show vlan command. The vlan.dat file is stored in nonvolatile memory. The vlan.dat file is upgraded automatically, but you cannot return to an earlier version of Cisco IOS after you upgrade to this release.


Caution You can cause inconsistency in the VLAN database if you attempt to manually delete the vlan.dat file. If you want to modify the VLAN configuration or VTP, use the VLAN database commands described in the Catalyst 2950 Desktop Switch Command Reference.

You use the interface configuration command mode to define the port membership mode and add and remove ports from VLAN. The results of these commands are written to the running-configuration file, and you can display the file by entering the privileged EXEC mode show running-config command.


Note VLANs can be configured to support a number of parameters that are not discussed in detail in this section. For complete information on the commands and parameters that control VLAN configuration, refer to the Catalyst 2950 Desktop Switch Command Reference.


CLI: Adding an VLAN

Each VLAN has a unique, 4-digit ID that can be a number from 1 to 1001. To add a VLAN to the VLAN database, assign a number and name to the VLAN. For the list of default parameters that are assigned when you add a VLAN, see the "Default VLAN Configuration" section.

If you do not specify the VLAN type, the VLAN is an Ethernet VLAN.

Beginning in privileged EXEC mode, follow these steps to add an Ethernet VLAN:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN database mode.

Step 2 

vlan vlan-id name vlan-name

Add an Ethernet VLAN by assigning a number to it. If no name is entered for the VLAN, the default is to append the vlan-id to the word VLAN. For example, VLAN0004 could be a default VLAN name.

Step 3 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 4 

show vlan name vlan-name

Verify the VLAN configuration.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Modifying a VLAN

Beginning in privileged EXEC mode, follow these steps to modify an Ethernet VLAN:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN configuration mode.

Step 2 

vlan vlan-id mtu mtu-size

Identify the VLAN, and change the MTU size.

Step 3 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 4 

show vlan vlan-id

Verify the VLAN configuration.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Deleting a VLAN

When you delete a VLAN from a switch that is in VTP server mode, the VLAN is removed from all switches in the VTP domain. When you delete a VLAN from a switch that is in VTP transparent mode, the VLAN is deleted only on that specific switch.

You cannot delete the default VLANs for the different media types: Ethernet VLAN 1 and FDDI or Token Ring VLANs 1002 to 1005.


Caution When you delete a VLAN, any ports assigned to that VLAN become inactive. They remain associated with the VLAN (and thus inactive) until you assign them to a new VLAN.

Beginning in privileged EXEC mode, follow these steps to delete a VLAN on the switch:

 
Command
Purpose

Step 1 

vlan database

Enter VLAN configuration mode.

Step 2 

no vlan vlan-id

Remove the VLAN by using the VLAN ID.

Step 3 

exit

Update the VLAN database, propagate it throughout the administrative domain, and return to privileged EXEC mode.

Step 4 

show vlan brief

Verify the VLAN removal.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Assigning Static-Access Ports to a VLAN

By default, all ports are static-access ports assigned to VLAN 1, which is the default management VLAN. If you are assigning a port on a cluster member switch to a VLAN, first log in to the member switch by using the privileged EXEC rcommand command. For more information on how to use this command, refer to the Cisco IOS Desktop Switching Command Reference (online only).

Beginning in privileged EXEC mode, follow these steps to assign a port to a VLAN in the VTP database:

 
Command
Purpose

Step 1 

configure terminal

Enter global configuration mode.

Step 2 

interface interface

Enter interface configuration mode, and define the interface to be added to the VLAN.

Step 3 

switchport mode access

Define the VLAN membership mode for this port.

Step 4 

switchport access vlan 3

Assign the port to the VLAN.

Step 5 

exit

Return to privileged EXEC mode.

Step 6 

show interface interface-id switchport

Verify the VLAN configuration.

In the display, check the Operation Mode, Access Mode VLAN, and the Priority for Untagged Frames fields.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

How VLAN Trunks Work

A trunk is a point-to-point link that transmits and receives traffic between switches or between switches and routers. Trunks carry the traffic of multiple VLANs and can extend VLANs across an entire network.

Figure 5-5 shows a network of switches that are connected by 802.1Q trunks.

Figure 5-5 Catalyst 2950, 2900 XL, and 3500 XL Switches in a 802.1Q Trunking Environment

IEEE 802.1Q Configuration Considerations

IEEE 802.1Q trunks impose some limitations on the trunking strategy for a network. The following restrictions apply when using 802.1Q trunks:

Make sure the native VLAN for a 802.1Q trunk is the same on both ends of the trunk link. If the native VLAN on one end of the trunk is different from the native VLAN on the other end, spanning-tree loops might result.

Disabling STP on the native VLAN of a 802.1Q trunk without disabling STP on every VLAN in the network can potentially cause STP loops. We recommend that you leave STP enabled on the native VLAN of a 802.1Q trunk or disable STP on every VLAN in the network. Make sure your network is loop-free before disabling STP.

Trunks Interacting with Other Features

IEEE 802.1Q trunking interacts with other switch features as described in Table 5-11.

Table 5-11 Trunks Interacting with Other Features 

Switch Feature
Trunk Port Interaction

Port monitoring

A trunk port cannot be a monitor port. A static-access port can monitor the traffic of its VLAN on a trunk port.

Secure ports

A trunk port cannot be a secure port.

Port grouping

802.1Q trunks can be grouped into EtherChannel port groups, but all trunks in the group must have the same configuration.

When a group is first created, all ports follow the parameters set for the first port to be added to the group. If you change the configuration of one of the following parameters, the switch propagates the setting you entered to all ports in the group:

Allowed-VLAN list

STP path cost for each VLAN

STP port priority for each VLAN

STP Port Fast setting

Trunk status: if one port in a port group ceases to be a trunk, all port cease to be trunks.


Configuring a Trunk Port

You configure trunk ports by using the Assign VLANs (Figure 5-2) and Trunk Configuration (Figure 5-6) tabs of the VLAN Membership window.

To display this window, select VLAN > VLAN Membership from the menu bar. Then click the Assign VLANs tab or the Trunk Configuration tab.

Figure 5-6 VLAN Membership: Trunk Configuration Tab

You can also configure a trunk port through the CLI on standalone, command, and member switches. If you are assigning a port on a cluster member switch to a VLAN, first log in to the member switch by using the privileged EXEC rcommand command. For more information on how to use this command, refer to the Catalyst 2950 Desktop Switch Command Reference.

CLI: Configuring a Trunk Port

For information on trunk port interactions with other features, see the "Trunks Interacting with Other Features" section.


Note Because trunk ports send and receive VTP advertisements, you must ensure that at least one trunk port is configured on the switch and that this trunk port is connected to the trunk port of a second switch. Otherwise, the switch cannot receive any VTP advertisements.


Beginning in privileged EXEC mode, follow these steps to configure a port as a 802.1Q trunk port:

 
Command
Purpose

Step 1 

configure terminal

Enter global configuration mode.

Step 2 

interface interface_id

Enter the interface configuration mode and the port to be configured for trunking.

Step 3 

switchport mode trunk

Configure the port as a VLAN trunk.

Step 4 

switchport trunk encapsulation {dot1q}

Configure the port to support 802.1Q encapsulation.

You must configure each end of the link with the same encapsulation type.

Step 5 

end

Return to privileged EXEC mode.

Step 6 

show interface interface-id switchport

Verify your entries.

In the display, check the Operational Mode and the Operational Trunking Encapsulation fields.

Step 7 

copy running-config startup-config

Save the configuration.


Note This software release does not support trunk negotiation through the Dynamic Trunk Protocol (DTP), formerly known as Dynamic ISL (DISL). If you are connecting a trunk port to a Catalyst 5000 switch or other DTP device, use the non-negotiate option on the DTP-capable device so that the switch port does not generate DTP frames.


The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Disabling a Trunk Port

You can disable trunking on a port by returning it to its default static-access mode.

Beginning in privileged EXEC mode, follow these steps to disable trunking on a port:

 
Command
Purpose

Step 1 

configure terminal

Enter global configuration mode.

Step 2 

interface interface_id

Enter the interface configuration mode and the port to be added to the VLAN.

Step 3 

no switchport mode

Return the port to its default static-access mode.

Step 4 

end

Return to privileged EXEC.

Step 5 

show interface interface-id switchport

Verify your entries.

In the display, check the Negotiation of Trunking field.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Defining the Allowed VLANs on a Trunk

By default, a trunk port sends to and receives traffic from all VLANs in the VLAN database. All VLANs, 1 to 1005, are allowed on each trunk. However, you can remove VLANs from the allowed list, preventing traffic from those VLANs from passing over the trunk. To restrict the traffic a trunk carries, use the remove vlan-list parameter to remove specific VLANs from the allowed list.

A trunk port can become a member of a VLAN if the VLAN is enabled, if VTP knows of the VLAN, and if the VLAN is in the allowed list for the port. When VTP detects a newly enabled VLAN and the VLAN is in the allowed list for a trunk port, the trunk port automatically becomes a member of the enabled VLAN. When VTP detects a new VLAN and the VLAN is not in the allowed list for a trunk port, the trunk port does not become a member of the new VLAN.

Beginning in privileged EXEC mode, follow these steps to modify the allowed list of a 802.1Q trunk:

 
Command
Purpose

Step 1 

configure terminal

Enter global configuration mode.

Step 2 

interface interface_id

Enter interface configuration mode and the port to be added to the VLAN.

Step 3 

switchport mode trunk

Configure VLAN membership mode for trunks.

Step 4 

switchport trunk allowed vlan remove vlan-list

Define the VLANs that are not allowed to transmit and receive on the port.

The vlan-list parameter is a range of VLAN IDs Separate nonconsecutive VLAN IDs with a comma and no spaces; use a hyphen to designate a range of IDs. Valid IDs are from 2 to 1001.

Step 5 

end

Return to privileged EXEC.

Step 6 

show interface interface-id switchport allowed-vlan

Verify your entries.

Step 7 

copy running-config startup-config

Save the configuration.

The "Finding More Information About IOS Commands" section contains the path to the complete IOS documentation.

CLI: Configuring the Native VLAN for Untagged Traffic

A trunk port configured with 802.1Q tagging can receive both tagged and untagged traffic. By default, the switch forwards untagged traffic with the native VLAN configured for the port. The native VLAN is VLAN 1 by default.


Note The native VLAN can be assigned any VLAN ID, and it is not dependent on the management VLAN.


For information about 802.1Q configuration issues, see the "IEEE 802.1Q Configuration Considerations" section.

Beginning in privileged EXEC mode, follow these steps to configure the native VLAN on a 802.1Q trunk: