Users Guide

Table Of Contents
Parameters vlan-id Enter the default VLAN ID number, from 1 to 4093.
Default VLAN1
Command Mode CONFIGURATION
Usage
Information
By default, VLAN1 serves as the default VLAN for switching untagged L2 traffic on OS10 ports in Trunk or
Access mode. If you use VLAN1 for network-specific data traffic, reconfigure the VLAN ID of the default
VLAN. The command reconfigures the access VLAN ID, the default VLAN, of all ports in Switchport Acess
mode. Ensure that the VLAN ID exists before configuring it as the default VLAN.
Example
OS10(config)# default vlan-id 10
OS10(config)# do show running-configuration
...
!
interface vlan1
no shutdown
!
interface vlan10
no shutdown
!
interface ethernet1/1/1
no shutdown
switchport access vlan 10
!
interface ethernet1/1/2
no shutdown
switchport access vlan 10
!
interface ethernet1/1/3
no shutdown
switchport access vlan 10
!
interface ethernet1/1/4
no shutdown
switchport access vlan 10
Supported
Releases
10.4.0E(R1) or later
description (Interface)
Configures a textual description of an interface.
Syntax
description string
Parameters string Enter a text string for the interface description. A maximum of 240 characters.
Default Not configured
Command Mode INTERFACE
Usage
Information
To use special characters as a part of the description string, enclose the string in double quotes.
To use comma as a part of the description string add double back slash before the comma.
Spaces between characters are not preserved after entering this command unless you enclose the
entire description in quotation marks; for example, text description.
Enter a text string after the description command to overwrite any previously configured text
string.
Use the show running-configuration interface command to view descriptions configured
for each interface.
The no version of this command deletes the description.
Example
OS10(conf-if-eth1/1/7)# description eth1/1/7
Interfaces 383