ZTE-AN-PPPOE-TEST-MIB

File: ZTE-AN-PPPOE-TEST-MIB.mib (12031 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 TEXTUAL-CONVENTION RowStatus
DisplayString MacAddress InetAddressType
InetAddress InetAddressPrefixLength MODULE-COMPLIANCE
OBJECT-GROUP ifIndex zxAnServiceSecurity
zxAnSubIfIndex

Defined Types

ZxAnPppoeTestIfConfEntry  
SEQUENCE    
  zxAnPppoeTestIfUserVid Integer32
  zxAnPppoeTestIfPppUserName DisplayString
  zxAnPppoeTestIfPppPassword DisplayString
  zxAnPppoeTestIfAuthMode INTEGER
  zxAnPppoeTestIfTimeout Integer32
  zxAnPppoeTestIfUserMacAddress MacAddress
  zxAnIfPppoeTestIfRowStatus RowStatus

ZxAnPppoeTestIfStatusEntry  
SEQUENCE    
  zxAnPppoeTestIfStatus INTEGER
  zxAnPppoeTestIfFailReason INTEGER
  zxAnPppoeTestIfBasMac MacAddress
  zxAnPppoeTestIfRemotePeerIpType InetAddressType
  zxAnPppoeTestIfRemotePeerIpAddr InetAddress
  zxAnPppoeTestIfClientIpType InetAddressType
  zxAnPppoeTestIfClientIpAddr InetAddress
  zxAnPppoeTestIfPppoeSessionId Integer32
  zxAnPppoeTestIfBasDelay Integer32

Defined Values

zxAnPppoeTestMib 1.3.6.1.4.1.3902.1082.70.56
The MIB module for the management of PPPoE test.
MODULE-IDENTITY    

zxAnPppoeTestGlobalObjects 1.3.6.1.4.1.3902.1082.70.56.1
OBJECT IDENTIFIER    

zxAnPppoeTestCapabilities 1.3.6.1.4.1.3902.1082.70.56.1.1
The PPPoE 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 zxAnPppoeTestIfUserVid in zxAnPppoeTestIfConfTable. bit 1: value 1 means supporting zxAnPppoeTestIfUserMacAddress in zxAnPppoeTestIfConfTable. NOTE: No recommended to display it in NMS.
Status: current Access: read-only
OBJECT-TYPE    
  BITS notSupportPppoeTestIfUserVid(0), supportPppoeTestIfUserMacAddress(1)  

zxAnPppoeTestObjects 1.3.6.1.4.1.3902.1082.70.56.2
OBJECT IDENTIFIER    

zxAnPppoeTestIfConfTable 1.3.6.1.4.1.3902.1082.70.56.2.2
PPPoE test interface configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnPppoeTestIfConfEntry

zxAnPppoeTestIfConfEntry 1.3.6.1.4.1.3902.1082.70.56.2.2.1
A zxAnPppoeTestIfConfTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnPppoeTestIfConfEntry  

zxAnPppoeTestIfUserVid 1.3.6.1.4.1.3902.1082.70.56.2.2.1.1
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  

zxAnPppoeTestIfPppUserName 1.3.6.1.4.1.3902.1082.70.56.2.2.1.2
User name for PPP authentication.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

zxAnPppoeTestIfPppPassword 1.3.6.1.4.1.3902.1082.70.56.2.2.1.3
Password for PPP authentication.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..16)  

zxAnPppoeTestIfAuthMode 1.3.6.1.4.1.3902.1082.70.56.2.2.1.4
The protocol for user authentication. Possible values are: auto(1) - Assigned automatically. pap(2) - Performing PAP authentication in PPPoE test. chap(3) - Performing CHAP authentication in PPPoE test.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER auto(1), pap(2), chap(3)  

zxAnPppoeTestIfTimeout 1.3.6.1.4.1.3902.1082.70.56.2.2.1.5
The PPPoE test timeout value, in seconds. Value 0 means no timeout.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 10..65535  

zxAnPppoeTestIfUserMacAddress 1.3.6.1.4.1.3902.1082.70.56.2.2.1.6
The PPPoE test user MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

zxAnIfPppoeTestIfRowStatus 1.3.6.1.4.1.3902.1082.70.56.2.2.1.50
This object is used to create a new row or delete an existing row in this table. Only 'createAndGo' and 'destroy' need to be supported. If test is in progress, agent should reject the 'destroy' request from manager. 'createAndGo' means creating an entry. 'destroy' means deleting an entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxAnPppoeTestIfStatusTable 1.3.6.1.4.1.3902.1082.70.56.2.3
PPPoE test interface status table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnPppoeTestIfStatusEntry

zxAnPppoeTestIfStatusEntry 1.3.6.1.4.1.3902.1082.70.56.2.3.1
A zxAnPppoeTestIfStatusTable entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnPppoeTestIfStatusEntry  

zxAnPppoeTestIfStatus 1.3.6.1.4.1.3902.1082.70.56.2.3.1.1
PPPoE 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) - PPPoE test is not started. inProgress(2) - PPPoE test is in progress. success(3) - PPPoE test is completed successfully. failed(4) - PPPoE test failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notStarted(1), inProgress(2), success(3), failed(4)  

zxAnPppoeTestIfFailReason 1.3.6.1.4.1.3902.1082.70.56.2.3.1.2
Failed reason for PPPoE test. Possible values are: none(1) - No Error unknownError(2) - Unknown Error hardwareNotSupport(3) - Hardware Not Supported vlanNotFound(4) - VLAN Not Found padiTimeout(5) - PADI Request Timeout padrTimeout(6) - PADR Request Timeout lcpNegotiationFail(7) - LCP Negotiation Failed userAuthFail(8) - Incorrect User Name or Password ipNegotiationFail(9) - IP Negotiation Failed pppoeTestTimeout(10) - PPPoE Test Timeout
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), unknownError(2), hardwareNotSupport(3), vlanNotFound(4), padiTimeout(5), padrTimeout(6), lcpNegotiationFail(7), userAuthFail(8), ipNegotiationFail(9), pppoeTestTimeout(10)  

zxAnPppoeTestIfBasMac 1.3.6.1.4.1.3902.1082.70.56.2.3.1.3
MAC address of BAS.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

zxAnPppoeTestIfRemotePeerIpType 1.3.6.1.4.1.3902.1082.70.56.2.3.1.4
IP address type of the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

zxAnPppoeTestIfRemotePeerIpAddr 1.3.6.1.4.1.3902.1082.70.56.2.3.1.5
IP address of the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

zxAnPppoeTestIfClientIpType 1.3.6.1.4.1.3902.1082.70.56.2.3.1.6
Client IP address type.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

zxAnPppoeTestIfClientIpAddr 1.3.6.1.4.1.3902.1082.70.56.2.3.1.7
The IP address that is distributed by BAS.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

zxAnPppoeTestIfPppoeSessionId 1.3.6.1.4.1.3902.1082.70.56.2.3.1.8
PPPoE session ID.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxAnPppoeTestIfBasDelay 1.3.6.1.4.1.3902.1082.70.56.2.3.1.9
BAS delay. Value 0 means that the device is disconnected to BAS.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32