apDiscIpStatus
APDISC-MIB ·
.1.3.6.1.4.1.272.4.49.2.1.5
Object
column mandatory
Enumeration
This indicates how the access point got its IP address, netmask and gateway address. 'unknown' means that the access point does not give an indication how these values have been set, 'static' indicates that the values have been set statically or manually, 'dhcpLease' means that the values have been set via DHCP, 'dhcpFailed' means that DCHP request failed.
Context
- MIB
- APDISC-MIB
- OID
.1.3.6.1.4.1.272.4.49.2.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- apDiscEntry
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 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APDISC-MIB::apDiscIpStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APDISC-MIB::apDiscIpStatus.<apDiscIfIndex>.<apDiscProto>.<apDiscMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APDISC-MIB::apDiscIpStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | static |
3 | dhcpLease |
4 | dhcpFailed |