cldcClientByIpAddressDiscoverType
CISCO-LWAPP-DOT11-CLIENT-MIB ·
.1.3.6.1.4.1.9.9.599.1.3.2.1.4
Object
column Enumeration
This object represents the discovery type of the client's address A value of 'invalid' indicates that the IP address discover type is unknown. A value of 'ndp' indicates that the client learnt IP address by neighbor discovery protocol A value of 'dhcp' indicates that the client learnt IP address via DHCP. A value of 'packet' indicates that the client learnt IP address via data packet addressing learning. A value of 'local' indicates that the client learnt IP address via address applied to local interface. A value of 'static' indicates that the client learnt IP address via address assigned statically.
Context
- MIB
- CISCO-LWAPP-DOT11-CLIENT-MIB
- OID
.1.3.6.1.4.1.9.9.599.1.3.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cldcClientByIpEntry
- Groups
- 1
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 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientByIpAddressDiscoverType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientByIpAddressDiscoverType.<cldcClientMacAddress>.<cldcClientByIpAddressType>.<cldcClientByIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-DOT11-CLIENT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientByIpAddressDiscoverType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | ndp |
3 | dhcp |
4 | packet |
5 | local |
6 | static |