mip6BindingAdminStatus
MOBILEIPV6-MIB ·
.1.3.6.1.2.1.133.1.1.2.1.1.12
Object
column r/w
Enumeration
This is an administrative object used to control the status of a binding cache entry. By default the value will be 'active'(1). A value of 'inactive'(2) will indicate that the validity of the entry is suspended. It does not exist in the binding cache for all practical purposes. The state can be changed from 'active' to 'inactive' by operator intervention. Causing the state to change to 'inactive' results in the entry being deleted from the cache. Attempts to change the status from 'inactive' to 'active' will be rejected.
Context
- MIB
- MOBILEIPV6-MIB
- OID
.1.3.6.1.2.1.133.1.1.2.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mip6BindingCacheEntry
- Groups
- 2
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 'MOBILEIPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOBILEIPV6-MIB::mip6BindingAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOBILEIPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOBILEIPV6-MIB::mip6BindingAdminStatus.<mip6BindingHomeAddressType>.<mip6BindingHomeAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOBILEIPV6-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOBILEIPV6-MIB::mip6BindingAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |
Conformance
Compliance refinements
mip6HaReadOnlyCompliance3
readonly
Write access is not required.
mip6ReadOnlyCompliance2
readonly
Write access is not required.
mip6ReadOnlyCompliance3
readonly
Write access is not required.