jnxJdhcpRelayBindingsLeaseState
JUNIPER-JDHCP-MIB ·
.1.3.6.1.4.1.2636.3.61.61.2.2.1.1.2
Object
column Enumeration
The state associated with this entry in the bindings table.
Context
- MIB
- JUNIPER-JDHCP-MIB
- OID
.1.3.6.1.4.1.2636.3.61.61.2.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxJdhcpRelayBindingsEntry
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 'JUNIPER-JDHCP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JDHCP-MIB::jnxJdhcpRelayBindingsLeaseState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-JDHCP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JDHCP-MIB::jnxJdhcpRelayBindingsLeaseState.<jnxJdhcpRelayBindingsIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-JDHCP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-JDHCP-MIB::jnxJdhcpRelayBindingsLeaseState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | init |
2 | selecting |
3 | requesting |
4 | release |
5 | bound |
6 | renewing |
7 | rebinding |