Cisco Cisco IOS Software Release 12.4(15)T

다운로드
페이지 54
 
Extended VLAN ID
  Configuration Examples for Extended VLAN ID
10
Cisco IOS Release 12.4(15)T
DETAILED STEPS
Configuration Examples for Extended VLAN ID
The following examples show how to configure and delete a VLAN with an extended VLAN ID:
Configuring an Extended VLAN ID: Example
The following example shows how to configure a VLAN with the VLAN ID 4072:
enable
configure terminal
vtp mode transparent
vlan 4072
end
copy running-config startup config
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
no
 vlan {vlan-id | vlan-range
Example:
Router(config)# no vlan 4025
Deletes an Ethernet VLAN, a range of Ethernet VLANs, or 
several Ethernet VLANs specified in a comma-separated 
list. 
The range for the extended VLAN_ID argument is from 
1006 to 4094.
Note
Do not enter space characters. 
Note
Although all VLAN commands appear in the CLI 
help in config-vlan mode, only the mtu mtu-size
private-vlan, and remote-span commands are 
supported for extended-range VLANs.
Step 4
end
 
Example:
Router(config-vlan)# end
Updates the VLAN database and returns to privileged 
EXEC mode.