Enterasys Networks ELS10-27TX Switch User Manual


 
4-14
VLAN MIB Objects
4.5.4 VID (VlanEgressVID)
The 12-bit VLAN Identifier associated with the configured VLAN. The valid
range is 1..4094.
els10-27VlanEgressVID OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..8))
ACCESS read-write
STATUS mandatory
::= { els10-27VlanConfigEgressEntry 2 }
The MIB OBJECT IDENTIFIER for accessing the VlanEgressVID is:
OID 1.3.6.1.4.1.97.9.20.6.5.1.2
4.5.5 List (VlanEgressList)
The set of ports to which traffic destined for the VLAN specified by els10-
27VlanEgressVID on the device will have this tag stripped on egress. Each octet
within the value of this object specifies a set of eight ports. The first octet
specifies ports 1 through 8. The second octet specifies ports 9 through 16, etc.
Within each octet, the least significant bit represents the lowest numbered port,
and the most significant bit represents the highest numbered port. For example,
each port of the VLAN bridge is represented by a single bit within the value of
this object. If that bit has a value of ‘1’ then that port is included in the set of
ports; the port is not included if its bit has a value of ‘0.’
els10-27VlanEgressList OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..8))
ACCESS read-write
STATUS mandatory
::= { els10-27VlanConfigEgressEntry 3 }
The MIB OBJECT IDENTIFIER for accessing the VlanEgressList is:
OID 1.3.6.1.4.1.97.9.20.6.5.1.3