Main page
OID Repository
https://oid-base.com
Display OID:

{iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 1012 ethernetL3(81) esrSwitch(1) esrVlanMgt(7) esrVlans(1) esrVlanTable(1) esrVlanEntry(1) esrVlanStatus(6)}

esrVlanStatus(6)

 
 

OID description



 
OID: (ASN.1 notation)
(dot notation)
(OID-IRI notation)

Description:

esrVlanStatus OBJECT-TYPE
SYNTAX INTEGER {
createRequest(1),
underCreation(2),
destroyRequest(3),
underDestruction(4),
active(5),
otherError(6),
entryExistsError(7),
invalidVlanID(8),
invalidVlanName(9),
invalidVlanAFTIndex(10),
invalidVlanBridgeIndex(11),
invalidVlanInitialHashTableSize(12),
invalidVlanAutoIncrementHTSize(13)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of an entry to be created or deleted.
When adding an entry all fields will be set, and then the status
is set to createRequest(1) (indicating that the entry is to be
created). When deleting an entry the status is set to
destroyRequest(3) (indicating that the entry is to be destroyed).
During creation the status will be underCreation(2). If the
creation is successful, then the status will be set to
active(5). Otherwise if the creation was not successful then
one of the following error codes will be set and the entry will
not be created:
otherError(6) - An error other than the others defined.
entryExistsError(7) - An entry already exists.
invalidVlanID(8) - the VLAN ID is invalid.
invalidVlanName(9) - the VLAN name is invalid.
invalidVlanAFTIndex(10) - the VLAN AFT index is invalid.
invalidVlanBridgeIndex(11) - the VLAN bridge index is invalid.
invalidVlanInitialHashTableSize(12) - the VLAN initial hash
table size is invalid.
invalidVlanAutoIncrementHTSize(13) - the VLAN auto increment
hash table size is
invalid."



Classification:

MIB object for network management

 
See classes of OIDs
 
 
Short link:


Parent OID: esrVlanEntry(1) First sibling OID: esrVlanID(1) Previous sibling OID: esrVlanBridgeIndex(5) Next sibling OID: esrVlanInitialHashTableSize(7) Last sibling OID: esrVlanLearnStatus(9)