beautypg.com

26 version, 27 vlan, 26version 9.14.27vlan – Artesyn ATCA-9305 User's Manual (May 2014) User Manual

Page 258: Vlan

background image

Management Processor Monitor

ATCA-9305 User’s Manual (10009109-07)

258

The following is an example of a read of register address 0x1a.

switch_reg core 0 r 0x1a

The following is an example of a write to register address 0x1a where 0 is the data to write.

switch_reg core 0 w 0x1a 0

9.14.26 version

The version command displays the monitor’s current version number.

Definition

version

9.14.27 vlan

The vlan command creates one or more new VLANs using vid as the VLAN identification (VID)
value and deletes one or more existing VLANs whose VLAN ID matches the VLAN ID value vid.
These variables are set using a comma-separated list of port names. By specifying a port
number in the list of port names, this command sets an untagged port-based VLAN and the
VLAN table entry with the port’s default VID. In this configuration, each port is assigned to one
VLAN.

By default, ports are untagged members of the VLAN. To add a port as a tagged VLAN member,
append a "t" to the port number, for example, vlan core add 11=3t,4t,7,13t. Adding a "t" suffix
to the port name causes the switch to send out packets containing the VLAN tag to be sent out
from this port. The command applies either to the core switch on the blade specified by the
identifier "core", or by the switch on the RTM, if present (specified by the identifier "rtm").

Definition

vlan (core|rtm) add = =

vlan (core|rtm) delete

vlan (core|rtm) show

Example