Configuring, Modifying, and Monitoring the Unit
50
Example
SYS_console>get-vlan-tbl run
Runtime VLAN mode is VLAN Tagging
VLAN Table from RUN database (Mgmt tag: 1)
RUNTIME VLAN TAG DOMAIN TABLE
===========================================
VID NAME PRIO Ports
===========================================
1 S SRVR_30 1 1 2 3 4 9 10 11 12 5S
2 RND 1 9 10 11 12 5S
3 FINANCE 1 1 2 3 4 5S
SYS_console>
get-vlan-entry
get-vlan-entry <database> <VID>
[arg #0] database type - either {run|nvram} default : run
[arg #1] VLAN index (from get-vlan-tbl; default : 1
Example
SYS_telnet>get-vlan-entry run 3
RUNTIME:
===========================================
VID NAME TAG Prio Ports
===========================================
3 FINANCE 20 1 1 2 3 4 5
SYS_console>get-vlan-entry run 3
Deleting a VLAN
del-vlan
NOTE: You cannot delete both Server and Management VLANs.
del-vlan <database> <VID>
[arg #0] database type - either {run|nvram}
[arg #1] VLAN id (from get-vlan-tbl
Example
SYS_console>del-vlan run 1
Delete Runtime VLAN Tag Domain entry - OK
Runtime VLAN mode is VLAN Tagging
VLAN Table from RUN database (Mgmt tag: 1)
WARNING
If the Management VLAN is deleted, connections to the CPU are lost (management port).