sysSecurityMgmtAccessProofOfConnStatus
LUM-SYSTEM-MIB ·
.1.3.6.1.4.1.8708.2.2.2.11.12
Object
scalar Enumeration
This parameter shows if the NE has lost the signal
or not. The SNMP agent is regularly polling the NE
and if the NE is not polled within a certain time period
(set in parameter MgmtAccessProofOfConnectivity)
we have proof of connectivity loss, and this parameter
is set to disconnected.
undefined - NE connectivity status not determined
disconnected - NE lost connection
connected - NE is connected
Context
- MIB
- LUM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.8708.2.2.2.11.12- Type
- scalar
- Access
- readonly
- Status
- current
- Default
undefined- Parent
- sysSecurity
- Groups
- 3
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 'LUM-SYSTEM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SYSTEM-MIB::sysSecurityMgmtAccessProofOfConnStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SYSTEM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SYSTEM-MIB::sysSecurityMgmtAccessProofOfConnStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | undefined |
1 | connected |
2 | disconnected |