ZTE-AN-PPPOE-TEST-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZTE-AN-PPPOE-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).
|
|||
Object Name | OID | Type | Access | Info |
zxAnPppoeTestMib | 1.3.6.1.4.1.3902.1082.70.56 |
The MIB module for the management of PPPoE test. |
||
zxAnPppoeTestGlobalObjects | 1.3.6.1.4.1.3902.1082.70.56.1 | |||
zxAnPppoeTestCapabilities | 1.3.6.1.4.1.3902.1082.70.56.1.1 | bits | read-only |
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. Bits: 'supportPppoeTestIfUserMacAddress': 1, 'notSupportPppoeTestIfUserVid': 0. |
zxAnPppoeTestObjects | 1.3.6.1.4.1.3902.1082.70.56.2 | |||
zxAnPppoeTestIfConfTable | 1.3.6.1.4.1.3902.1082.70.56.2.2 | no-access |
PPPoE test interface configuration table. |
|
1.3.6.1.4.1.3902.1082.70.56.2.2.1 | no-access |
A zxAnPppoeTestIfConfTable entry. |
||
zxAnPppoeTestIfUserVid | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.1 | 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. |
zxAnPppoeTestIfPppUserName | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.2 | displaystring | read-only |
User name for PPP authentication. |
zxAnPppoeTestIfPppPassword | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.3 | displaystring | read-only |
Password for PPP authentication. |
zxAnPppoeTestIfAuthMode | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.4 | integer | read-only |
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. Enumeration: 'pap': 2, 'auto': 1, 'chap': 3. |
zxAnPppoeTestIfTimeout | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.5 | integer32 | read-only |
The PPPoE test timeout value, in seconds. Value 0 means no timeout. |
zxAnPppoeTestIfUserMacAddress | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.6 | macaddress | read-only |
The PPPoE test user MAC address. |
zxAnIfPppoeTestIfRowStatus | 1.3.6.1.4.1.3902.1082.70.56.2.2.1.50 | rowstatus | read-only |
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. |
zxAnPppoeTestIfStatusTable | 1.3.6.1.4.1.3902.1082.70.56.2.3 | no-access |
PPPoE test interface status table. |
|
1.3.6.1.4.1.3902.1082.70.56.2.3.1 | no-access |
A zxAnPppoeTestIfStatusTable entry. |
||
zxAnPppoeTestIfStatus | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.1 | integer | read-only |
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. Enumeration: 'failed': 4, 'inProgress': 2, 'notStarted': 1, 'success': 3. |
zxAnPppoeTestIfFailReason | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.2 | integer | read-only |
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 Enumeration: 'none': 1, 'padrTimeout': 6, 'hardwareNotSupport': 3, 'lcpNegotiationFail': 7, 'userAuthFail': 8, 'pppoeTestTimeout': 10, 'ipNegotiationFail': 9, 'vlanNotFound': 4, 'unknownError': 2, 'padiTimeout': 5. |
zxAnPppoeTestIfBasMac | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.3 | macaddress | read-only |
MAC address of BAS. |
zxAnPppoeTestIfRemotePeerIpType | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.4 | inetaddresstype | read-only |
IP address type of the remote peer. |
zxAnPppoeTestIfRemotePeerIpAddr | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.5 | inetaddress | read-only |
IP address of the remote peer. |
zxAnPppoeTestIfClientIpType | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.6 | inetaddresstype | read-only |
Client IP address type. |
zxAnPppoeTestIfClientIpAddr | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.7 | inetaddress | read-only |
The IP address that is distributed by BAS. |
zxAnPppoeTestIfPppoeSessionId | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.8 | integer32 | read-only |
PPPoE session ID. |
zxAnPppoeTestIfBasDelay | 1.3.6.1.4.1.3902.1082.70.56.2.3.1.9 | integer32 | read-only |
BAS delay. Value 0 means that the device is disconnected to BAS. |