mpIpv6PingStatus
MP-IPV6-MIB ·
.1.3.6.1.4.1.119.2.3.3.13.131.1.1.9
Object
column mandatory
r/w
Enumeration
This object refers to the ping6 entry status. When this object is set to create(1), ping6 entry is created. Set to inProgress(2), ping6 is Started. When a reply or icmpv6 error receiveed and time out occured, the status become complete(3). This object can not set to complete(3). Set to destroy(4), entry is deleted.
Context
- MIB
- MP-IPV6-MIB
- OID
.1.3.6.1.4.1.119.2.3.3.13.131.1.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- mpIpv6PingEntry
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 'MP-IPV6-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MP-IPV6-MIB::mpIpv6PingStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MP-IPV6-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MP-IPV6-MIB::mpIpv6PingStatus.<mpIpv6PingId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MP-IPV6-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MP-IPV6-MIB::mpIpv6PingStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | create |
2 | inProgress |
3 | complete |
4 | destroy |