This object manages the creation and deletion this entry.
active - Indicates that this entry is available
for use by the managed device.
Transitions to this state will cause a
a MIB-II interface to be created by
the managed entity and mapped to the
specified VLAN. The etsysVlanInterfaceIfIndex
object will return the ifIndex of the newly
created MIB-II interface. The ifEntry
associated with this entry will only be
allowed to have an ifAdminStatus and
ifOperStatus of up(1) and will be read-only.
notInService - Indicates that this entry exists in the
agent but is unavailable for use.
The etsysVlanInterfaceIfIndex object will return
a value of 0 for entries in this state.
State transitions from the active(1) state
will cause the MIB-II interface mapped to
this VLAN to be deleted.
notReady - Should not be possible.
createAndWait - A new entry will be created in this table
for the specified VLAN and the new entry will
transition to the notInService state.
createAndGo - A new entry will be created in this table
for the specified VLAN and the new entry will
transition to the active state.
destroy - Deletes this row and any MIB-II interface
that may be associated with it.