ZTE-AN-DHCP-TEST-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)


 Home MIB: ZTE-AN-DHCP-TEST-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zxAnDhcpTestMib 1.3.6.1.4.1.3902.1082.70.41
The MIB module for the management of DHCP test.
       zxAnDhcpTestGlobalObjects 1.3.6.1.4.1.3902.1082.70.41.1
           zxAnDhcpTestCapabilities 1.3.6.1.4.1.3902.1082.70.41.1.1 bits read-only
The DHCP test compatibility. The bit value 1 means the function represented by this bit is supported by this equipment. bit 0: value 1 means not supporting zxAnDhcpV4TestIfUserVid in zxAnDhcpV4TestIfConfTable. bit 1: value 1 means supporting zxAnDhcpV4TestIfDstIpAddr in zxAnDhcpV4TestIfConfTable. NOTE: No recommended to display it in NMS. Bits: 'notSupportDhcpV4TestIfUserVid': 0, 'supportDhcpV4TestIfDstIpAddr': 1.
       zxAnDhcpTestObjects 1.3.6.1.4.1.3902.1082.70.41.2
           zxAnDhcpV4TestObjects 1.3.6.1.4.1.3902.1082.70.41.2.2
               zxAnDhcpV4TestIfConfTable 1.3.6.1.4.1.3902.1082.70.41.2.2.2 no-access
DHCPv4 test interface configuration table.
                   zxAnDhcpV4TestIfConfEntry 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1 no-access
A zxAnDhcpV4TestIfConfTable entry.
                       zxAnDhcpV4TestIfClientMac 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.1 macaddress read-only
MAC address of DHCPv4 client host. Default value is 00:00:00:XX:YY:00, XX means slot, YY means port.
                       zxAnDhcpV4TestIfUserVid 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.2 integer32 read-only
The user VLAN of the interface which will be used in the testing datagram. 0 means that test will use the PVID of interface. Non-zero value must be within the tagged VLAN list of interface. If the VLAN cannot be found in the tagged VLAN list of interface, test should fail.
                       zxAnDhcpV4TestIfOption60String 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.3 displaystring read-only
DHCPv4 Option 60. Empty String means not configured.
                       zxAnDhcpV4TestIfTimeout 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.4 integer32 read-only
DHCPv4 test timeout value.
                       zxAnDhcpV4TestIfDstIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.5 ipaddress read-only
DHCPv4 test destination IP address.
                       zxAnDhcpV4TestIfRowStatus 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.50 rowstatus read-only
The status of this conceptual row. The supported actions of this conceptual row only include: 'createAndGo' and 'destroy'. To create a row in this table, a manager must set this object to createAndGo(4), and must comply with the multi-variables binding rule described in zxAnExampleFunc1Xxx1Entry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1).
               zxAnDhcpV4TestIfStatusTable 1.3.6.1.4.1.3902.1082.70.41.2.2.3 no-access
DHCPv4 test interface status table.
                   zxAnDhcpV4TestIfStatusEntry 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1 no-access
A zxAnDhcpV4TestIfStatusTable entry.
                       zxAnDhcpV4TestIfStatus 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.1 integer read-only
DHCPv4 test status. Agent need keep this parameter updated so that manager can get the latest status of test by polling. Possible values are: notStarted(1) - DHCPv4 test is not started. inProgress(2) - DHCPv4 test is in progress. success(3) - DHCPv4 test is completed successfully. failed(4) - DHCPv4 test failed. Enumeration: 'failed': 4, 'inProgress': 2, 'notStarted': 1, 'success': 3.
                       zxAnDhcpV4TestIfFailReason 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.2 integer read-only
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 Enumeration: 'none': 1, 'icmpPingTimeout': 12, 'portDisabled': 6, 'dhcpDiscoverTimeout': 8, 'dhcpRequestTimeout': 9, 'loopbackEnabled': 5, 'testTimeout': 13, 'xidNotMatch': 11, 'other': 255, 'sysResourceAllocationFail': 2, 'vlanNotFound': 4, 'dhcpResponseNak': 10, 'packetSendFail': 3.
                       zxAnDhcpV4TestIfClientIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.3 ipaddress read-only
DHCPv4 Client host IP address.
                       zxAnDhcpV4TestIfSvrIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.4 ipaddress read-only
DHCPv4 server IP address.
                       zxAnDhcpV4TestIfGatewayIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.5 ipaddress read-only
Gateway IP address.
                       zxAnDhcpV4TestIfPingMaxDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.6 integer32 read-only
The maximum delay of client pinging DHCPv4 server.
                       zxAnDhcpV4TestIfPingMinDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.7 integer32 read-only
The minimal delay of client pinging DHCPv4 server.
                       zxAnDhcpV4TestIfPingAvgDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.8 integer32 read-only
The average delay of client pinging DHCPv4 server.
                       zxAnDhcpV4TestIfSuccPings 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.9 integer32 read-only
The successful times of client pinging DHCPv4 server.