rlDhcpSrvIpAddrState
NETGEAR-RADLAN-DHCP-MIB ·
.1.3.6.1.4.1.4526.17.38.45.1.12
Object
column Enumeration
State of allocation IP Address by DHCP Server.
Context
- MIB
- NETGEAR-RADLAN-DHCP-MIB
- OID
.1.3.6.1.4.1.4526.17.38.45.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlDhcpSrvIpAddrEntry
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 'NETGEAR-RADLAN-DHCP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-DHCP-MIB::rlDhcpSrvIpAddrState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-DHCP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-DHCP-MIB::rlDhcpSrvIpAddrState.<rlDhcpSrvIpAddrIpAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-DHCP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-DHCP-MIB::rlDhcpSrvIpAddrState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pre-allocated |
2 | valid |
3 | expired |
4 | declined |