vlanCommitState
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.3
Object
scalar mandatory
r/w
Enumeration
This object gives the status of whether there are
VLAN-related changes pending that need to be committed,
and allows a user to commit (save) any VLAN changes.
If changes are pending, reading this object will give
a value of commitNeeded(2). If no changes are pending,
this object will have the value of noChangesPending(1).
To save any VLAN-related changes so they do not revert
back to previous settings, set this object to
executeCommit(3) whenever this object has a value of
commitNeeded(2).
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- vlanConfigure
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::vlanCommitState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::vlanCommitState'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.