ctVlanCurrentOperationalMode
CTRON-VLAN-EXTENSIONS-MIB ·
.1.3.6.1.4.1.52.4.1.2.16.1.3
Object
scalar
obsolete
r/w
Integer32
This value indicates the number of bits in a VLAN Id
that are considered significant in the forwarding decision
of a packet. This allows VLANs to be grouped together into
logical units. Within the scope of these VLAN groups, unicast
traffic may be bridged between VLANs, but, multicast and broadcast
traffic is scoped to a specific VLAN.
In the following depiction M represents the number of
significant bits as specified by a set of the object.
An X in a box represents that the bit is considered
significant based on the value of M.
11 10 9 8 7 6 5 4 3 2 1 0
+===============================================+
M=0 | | | | | | | | | | | | |
+===============================================+
11 10 9 8 7 6 5 4 3 2 1 0
+===============================================+
M=4 | | | | | | | | | X | X | X | X |
+===============================================+
11 10 9 8 7 6 5 4 3 2 1 0
+===============================================+
M=9 | | | | X | X | X | X | X | X | X | X | X |
+===============================================+
Significant bits are assigned sequentially starting with bit
zero and ending with bit M-1.
For a set value of M, (2 ^ M) VLAN groups will be created. Each
group will contain (2 ^ (12 - M)) VLAN Ids, with the exception
of the first group and last group which will each have
((2 ^ (12 - M)) - 1) VLAN Ids (VLAN Ids 0 and 4095 are reserved).
VLAN groups are numbered sequentially from 0 through ((2 ^ M) - 1).
The VLAN Ids assigned to each group, N, are assigned sequentially
starting with (N * (2 ^ (12 - M))) through
((N * (2 ^ (12 - M))) + ((2 ^ (12 - M)) - 1)), with the exception
of group zero which always starts with VLAN Id 1 and group
((2 ^ M) -1) which always ends with VLAN Id 4094.
The number of bits specified allows the maximum amount of
flexibility in the scoping of traffic, without compromising
security between VLANS. For example, a set value of 0 would
create a single VLAN group with 4094 VLAN Ids. This configuration
would allow all unicast traffic to be bridged between VLANS,
while scoping all multicast and broadcast traffic to a specific VLAN.
A set value of 12 would restrict all unicast, multicast and broadcast
traffic to a specific VLAN. In this configuration no traffic
would be bridged between VLANS.
Setting of this object is limited to devices which support
configurable(2) operational modes as specified by
ctVlanSupportedOperationalMode. A set of this object for a
device which only supports static(1) operational mode will fail.
A read of this object for a device that only supports
static(1) operational mode will always return 12.
Context
- MIB
- CTRON-VLAN-EXTENSIONS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.16.1.3- Type
- scalar
- Access
- readwrite
- Status
- obsolete
- Parent
- ctVlanBridgeConfig
- Siblings
- 6
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ctVlanVersionNumber mandatory Specifies the IEEE 802.1Q VLAN version number. | scalar | Integer32 | .1.3.6.1.4.1.52.4.1.2.16.1.1 |
| ctVlanSupportedOperationalMode obsolete This value indicates whether the device allows for flexible
VLAN configuration as specified by ctVlanCurrentOperationalMode.
A value of static(1) indicates that the dev… | scalar | Enumeration | .1.3.6.1.4.1.52.4.1.2.16.1.2 |
| ctVlanResetDefaults mandatory A set of the value reset(2) will cause the
ctVlanTriggerPortSet table to contain no entries, delete
all objects from the ctVlanConfig group, and reset the
ctVlanPortVID for each p… | scalar | Enumeration | .1.3.6.1.4.1.52.4.1.2.16.1.4 |
| ctVlanDefaultVIDStickyEgress mandatory A set of the value enable(1) will cause
a port, as specified by ctVlanPortNum, to remain in the
egress list for the DEFAULT VLAN (VID 1) when the port's
VID, specified by ctVlanPo… | scalar | Enumeration | .1.3.6.1.4.1.52.4.1.2.16.1.5 |
| ctVlanSupportedPortTable mandatory This table specifies which bridge ports on the device
support VLANs. | table | - | .1.3.6.1.4.1.52.4.1.2.16.1.6 |
| ctVlanLearningMode mandatory This value indicates the type of VLAN learning the device supports.
A value of ivl(1) indicates the device supports Independent VLAN
Learning (IVL). Configuration and … | scalar | Enumeration | .1.3.6.1.4.1.52.4.1.2.16.1.7 |