fsErpsVlanGroupRowStatus
SUPERMICRO-ERPS-MIB ·
.1.3.6.1.4.1.10876.101.2.40.1.2.1.3
Object
This denotes the row status for this table.
Only 'CreateAndGo' and 'destroy' values are allowed for this
object. 'CreateAndWait' and 'notInService' values are not allowed.
Vlans can be added/removed from a group, even when that group is
associated with some active ring instances.
When a vlan is removed from a non-default group, it gets added to
default group.
This object cannot be configured for default group.
To move a vlan from default group to another group, set the row status
for that (non-default group, vlan) as 'createAndGo'.
Whenever a vlan is created, it is recommended to add that vlan to the
required group.
Also before deleting a vlan, it is recommended to remove that vlan
from the non-default group to which it is mapped.
Example:
To add vlans 2, 3 to a group with id as 1 in this table,
the following sequence to be followed:
1. Set the fsErpsVlanGroupRowStatus as 'CreateAndGo' for the
entry with index
(fsErpsVlanGroupId = 1, fsErpsVlanId = 2)
2. Set the fsErpsVlanGroupRowStatus as 'CreateAndGo' for the
entry with index
(fsErpsVlanGroupId = 1, fsErpsVlanId = 3)
To delete a vlan 3 from group 1 do the following:
1. Set the fsErpsVlanGroupRowStatus as 'destroy' for the
entry with index
(fsErpsVlanGroupId = 1, fsErpsVlanId = 3).
Context
- MIB
- SUPERMICRO-ERPS-MIB
- OID
.1.3.6.1.4.1.10876.101.2.40.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsErpsVlanGroupEntry
- Table
- fsErpsVlanGroupTable
- Siblings
- 2
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| fsErpsVlanId This is the vlan id which is mapped to this group. | column | SUPERMICROQ-BRIDGE-MIBVlanId | .1.3.6.1.4.1.10876.101.2.40.1.2.1.1 |
| fsErpsVlanGroupId This is the vlan group identifier. A group can contain multiple vlans,
but one vlan cannot be part of multiple groups. It is similar to the
MSTP Instance mapped with vlan. | column | Integer32 | .1.3.6.1.4.1.10876.101.2.40.1.2.1.2 |