mnState
MIP-MIB ·
.1.3.6.1.2.1.44.1.3.1.1
Object
scalar Enumeration
Indicates mobile node's state of Mobile IP:
home,
-- MN is connected to home network.
registered,
-- MN has registered on foreign network
pending,
-- MN has sent registration request and is
waiting for the reply
isolated,
-- MN is isolated from network
unknown
-- MN can not determine its state.
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 'MIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MIP-MIB::mnState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MIP-MIB::mnState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | home |
2 | registered |
3 | pending |
4 | isolated |
5 | unknown |
Conformance
Member of