nncfgNetOperStatus
CONFIG-MGMT-MIB ·
.1.3.6.1.4.1.562.73.1.1.1.4.1.1.1.5
Object
column Enumeration
Represents the status of the operation. If the operation has not started or an operation is not being performed, then the value of this object would be idle(0).
Context
- MIB
- CONFIG-MGMT-MIB
- OID
.1.3.6.1.4.1.562.73.1.1.1.4.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nncfgNetOperEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CONFIG-MGMT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MGMT-MIB::nncfgNetOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MGMT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MGMT-MIB::nncfgNetOperStatus.<nncfgNetOperRandomNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MGMT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MGMT-MIB::nncfgNetOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | inProgress |
2 | operationSuccess |
3 | networkError |
4 | fileAccessError |
5 | serverAccessError |
6 | fileOpenError |
7 | notEnoughMemory |
8 | unknownFailure |