High Density Workgroup Switch Installation and User Guide
Configuring, Modifying, and Monitoring the Unit
51
VLAN Management
The processor that manages the product (SNMP responses and traps, remote telnet connections)
does not belong to a VLAN that you have declared previously, so to get access to the processor
through the network it is recommended to make the processor a part of a chosen VLAN with the
following set of commands.
Viewing the Management Tag
get-mgmt-vlan-tag
By default the Management processor belongs to (CPU) VLAN tag 1.
get-mgmt-vlan-tag {run|nvram}
Example
SYS_console>get-mgmt-vlan-tag run
Management VLAN tag: 1
SYS_console>
Modifying the Management Tag
add-mgmt-to-vlan
The add-mgmt-to-vlan command adds management (CPU) to an existing VLAN.
add-mgmt-to-vlan <database> <VTAG>
[arg #0] database type - either {run|nvram}
[arg #1] VLAN Tag { 2 .. 4095 }
Example
SYS_console>add-mgmt-to-vlan run 10
Set Management VLAN TAG 10 –OK
SYS_console>
Deleting the Management from a VLAN
del-mgmt-from-vlan
The del-mgmt-from-vlan command returns the management VLAN tag to default value (1).
Example
SYS_console>del-mgmt-from-vlan run
Del Management VLAN – OK
SYS_console>