cpqnIpAutoDiscoveryStatus
CPQNUNIF-MIB ·
.1.3.6.1.4.1.232.121.6.1.1.7
Object
column mandatory
r/w
Enumeration
DURABLE: This object allows a user to enable the unit to send out periodic ICMP Pings to ensure that the unit's IP Address is contained in the ARP cache of its default gateway (cpqnIpRouter, if any!). If the user sets the state to discover(1), then the unit will issue ICMP Pings at a rate defined by cpqnIpPingPacketRate. If the user selects do-not-discover(2) then the unit does not send any ICMP Pings and may not be autodiscovered by IP based management applications.
Context
- MIB
- CPQNUNIF-MIB
- OID
.1.3.6.1.4.1.232.121.6.1.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqnIpNetworkEntry
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 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNUNIF-MIB::cpqnIpAutoDiscoveryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNUNIF-MIB::cpqnIpAutoDiscoveryStatus.<cpqnIpIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNUNIF-MIB::cpqnIpAutoDiscoveryStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | discover |
2 | do-not-discover |