zxAnDhcpV4TestIfFailReason
ZTE-AN-DHCP-TEST-MIB ·
.1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.2
Object
column Enumeration
Failed reason for DHCPv4 test.
Possible values are:
none(1) - No Error
sysResourceAllocationFail(2) - System Resource Allocation Failed
packetSendFail(3) - Sending Packet Failed
vlanNotFound(4) - VLAN Not Found
loopbackEnabled(5) - Loopback Enabled
portDisabled(6) - Port Disabled
dhcpDiscoverTimeout(7) - DHCP Discover Timeout
dhcpRequestTimeout(8) - DHCP Request Timeout
dhcpResponseNak(9) - NAK Responded from DHCP Server
xidNotMatch(10) - XID Not Match
icmpPingTimeout(11) - ICMP Ping Timeout
testTimeout(12) - DHCP Test Timeout
other(255) - Other
Context
- MIB
- ZTE-AN-DHCP-TEST-MIB
- OID
.1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnDhcpV4TestIfStatusEntry
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 'ZTE-AN-DHCP-TEST-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DHCP-TEST-MIB::zxAnDhcpV4TestIfFailReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-DHCP-TEST-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-DHCP-TEST-MIB::zxAnDhcpV4TestIfFailReason.<ifIndex>.<zxAnSubIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-DHCP-TEST-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-DHCP-TEST-MIB::zxAnDhcpV4TestIfFailReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | sysResourceAllocationFail |
3 | packetSendFail |
4 | vlanNotFound |
5 | loopbackEnabled |
6 | portDisabled |
8 | dhcpDiscoverTimeout |
9 | dhcpRequestTimeout |
10 | dhcpResponseNak |
11 | xidNotMatch |
12 | icmpPingTimeout |
13 | testTimeout |
255 | other |