ZTE-AN-DHCP-TEST-MIB

File: ZTE-AN-DHCP-TEST-MIB.mib (12412 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB ZTE-AN-IF-MIB ZTE-AN-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
MacAddress RowStatus DisplayString
ifIndex zxAnSubIfIndex zxAnServiceSecurity

Defined Types

ZxAnDhcpV4TestIfConfEntry  
SEQUENCE    
  zxAnDhcpV4TestIfClientMac MacAddress
  zxAnDhcpV4TestIfUserVid Integer32
  zxAnDhcpV4TestIfOption60String DisplayString
  zxAnDhcpV4TestIfTimeout Integer32
  zxAnDhcpV4TestIfDstIpAddr IpAddress
  zxAnDhcpV4TestIfRowStatus RowStatus

ZxAnDhcpV4TestIfStatusEntry  
SEQUENCE    
  zxAnDhcpV4TestIfStatus INTEGER
  zxAnDhcpV4TestIfFailReason INTEGER
  zxAnDhcpV4TestIfClientIpAddr IpAddress
  zxAnDhcpV4TestIfSvrIpAddr IpAddress
  zxAnDhcpV4TestIfGatewayIpAddr IpAddress
  zxAnDhcpV4TestIfPingMaxDelay Integer32
  zxAnDhcpV4TestIfPingMinDelay Integer32
  zxAnDhcpV4TestIfPingAvgDelay Integer32
  zxAnDhcpV4TestIfSuccPings Integer32

Defined Values

zxAnDhcpTestMib 1.3.6.1.4.1.3902.1082.70.41
The MIB module for the management of DHCP test.
MODULE-IDENTITY    

zxAnDhcpTestGlobalObjects 1.3.6.1.4.1.3902.1082.70.41.1
OBJECT IDENTIFIER    

zxAnDhcpTestCapabilities 1.3.6.1.4.1.3902.1082.70.41.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS notSupportDhcpV4TestIfUserVid(0), supportDhcpV4TestIfDstIpAddr(1)  

zxAnDhcpTestObjects 1.3.6.1.4.1.3902.1082.70.41.2
OBJECT IDENTIFIER    

zxAnDhcpV4TestObjects 1.3.6.1.4.1.3902.1082.70.41.2.2
OBJECT IDENTIFIER    

zxAnDhcpV4TestIfConfTable 1.3.6.1.4.1.3902.1082.70.41.2.2.2
DHCPv4 test interface configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnDhcpV4TestIfConfEntry

zxAnDhcpV4TestIfConfEntry 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1
A zxAnDhcpV4TestIfConfTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnDhcpV4TestIfConfEntry  

zxAnDhcpV4TestIfClientMac 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.1
MAC address of DHCPv4 client host. Default value is 00:00:00:XX:YY:00, XX means slot, YY means port.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

zxAnDhcpV4TestIfUserVid 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4094  

zxAnDhcpV4TestIfOption60String 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.3
DHCPv4 Option 60. Empty String means not configured.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

zxAnDhcpV4TestIfTimeout 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.4
DHCPv4 test timeout value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..60  

zxAnDhcpV4TestIfDstIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.5
DHCPv4 test destination IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

zxAnDhcpV4TestIfRowStatus 1.3.6.1.4.1.3902.1082.70.41.2.2.2.1.50
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).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxAnDhcpV4TestIfStatusTable 1.3.6.1.4.1.3902.1082.70.41.2.2.3
DHCPv4 test interface status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnDhcpV4TestIfStatusEntry

zxAnDhcpV4TestIfStatusEntry 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1
A zxAnDhcpV4TestIfStatusTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnDhcpV4TestIfStatusEntry  

zxAnDhcpV4TestIfStatus 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notStarted(1), inProgress(2), success(3), failed(4)  

zxAnDhcpV4TestIfFailReason 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.2
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), sysResourceAllocationFail(2), packetSendFail(3), vlanNotFound(4), loopbackEnabled(5), portDisabled(6), dhcpDiscoverTimeout(8), dhcpRequestTimeout(9), dhcpResponseNak(10), xidNotMatch(11), icmpPingTimeout(12), testTimeout(13), other(255)  

zxAnDhcpV4TestIfClientIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.3
DHCPv4 Client host IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxAnDhcpV4TestIfSvrIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.4
DHCPv4 server IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxAnDhcpV4TestIfGatewayIpAddr 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.5
Gateway IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxAnDhcpV4TestIfPingMaxDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.6
The maximum delay of client pinging DHCPv4 server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxAnDhcpV4TestIfPingMinDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.7
The minimal delay of client pinging DHCPv4 server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxAnDhcpV4TestIfPingAvgDelay 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.8
The average delay of client pinging DHCPv4 server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxAnDhcpV4TestIfSuccPings 1.3.6.1.4.1.3902.1082.70.41.2.2.3.1.9
The successful times of client pinging DHCPv4 server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32