Cisco Catalyst 3650 series Command Reference Manual page 1084

Cisco ios xe everest 16.5.1a
Hide thumbs Also See for Catalyst 3650 series:
Table of Contents

Advertisement

vlan
Configuration
Add a VLAN that requires translational bridging
(values are not set to zero).
Examples
This example shows how to add an Ethernet VLAN with default media characteristics. The default includes
a vlan-name of VLAN xxxx, where xxxx represents four numeric digits (including leading zeros) equal to the
VLAN ID number. The default media is ethernet; the state is active. The default said-value is 100000 plus
the VLAN ID; the mtu-size variable is 1500; the stp-type is ieee. When you enter the exit VLAN configuration
command, the VLAN is added if it did not already exist; otherwise, this command does nothing.
This example shows how to create a new VLAN with all default characteristics and enter VLAN configuration
mode:
Device(config)# vlan 200
Device(config-vlan)# exit
Device(config)#
This example shows how to create a new extended-range VLAN with all the default characteristics, to enter
VLAN configuration mode, and to save the new VLAN in the device startup configuration file:
Device(config)# vtp mode transparent
Device(config)# vlan 2000
Device(config-vlan)# end
Device# copy running-config startup config
You can verify your setting by entering the show vlan privileged EXEC command.
Related Commands
Command
show vlan
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
1058
Rule
The translational bridging VLAN IDs that are used
must already exist in the database.
The translational bridging VLAN IDs that a
configuration points to must also contain a pointer to
the original VLAN in one of the translational bridging
parameters (for example, Ethernet points to FDDI,
and FDDI points to Ethernet).
The translational bridging VLAN IDs that a
configuration points to must be different media types
than the original VLAN (for example, Ethernet can
point to Token Ring).
If both translational bridging VLAN IDs are
configured, these VLANs must be different media
types (for example, Ethernet can point to FDDI and
Token Ring).
Description
Displays the parameters for all configured VLANs or one VLAN (if the VLAN
ID or name is specified) in the administrative domain.

Advertisement

Table of Contents
loading

Table of Contents