nbsSysPingOwner
NBASE-G1-MIB ·
.1.3.6.1.4.1.629.1.3.18.6
Object
scalar mandatory
Enumeration
If a Ping Process is active, then the value of this object shows who activated it: the Administrative Interface or the SNMP Agent . This object value will permit to stop the Ping Process only from the interface that activated it - i.e. the owner.
Context
- MIB
- NBASE-G1-MIB
- OID
.1.3.6.1.4.1.629.1.3.18.6- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- nbsSysPing
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 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsSysPingOwner.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBASE-G1-MIB::nbsSysPingOwner'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | adminInterface |
2 | snmpAgent |