ZTE-AN-LOOPBACKDETECT-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZTE-AN-LOOPBACKDETECT-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 |
zxAnLoopbackDetectMib | 1.3.6.1.4.1.3902.1082.80.20 |
This MIB defines managed objects of ZTE loopback detection management. |
||
zxAnLoopbackDetectGlobalObjects | 1.3.6.1.4.1.3902.1082.80.20.1 | |||
zxAnLoopbackDetectGlobalEnable | 1.3.6.1.4.1.3902.1082.80.20.1.1 | integer | read-write |
The global switch of loopback detection function. enabled(1) means the global switch is on, disabled(2) means the global switch is off. Enumeration: 'disabled': 2, 'enabled': 1. |
zxAnLoopbackDetectIfShutdown | 1.3.6.1.4.1.3902.1082.80.20.1.2 | integer | read-write |
Indicate whether shutdown the upstream flow of the interface which is loopbackd. enabled(1) means shutdown. disabled(2) means not shutdown. Enumeration: 'disabled': 2, 'enabled': 1. |
zxAnLoopbackDetectRechkInterval | 1.3.6.1.4.1.3902.1082.80.20.1.3 | integer32 | read-write |
If a interface is loopbackd, the systerm will start the rechecking mechanism. This object indicates the recheck interval. |
zxAnLoopbackDetectActiveEnable | 1.3.6.1.4.1.3902.1082.80.20.1.4 | integer | read-write |
The global switch of the active loopback detection function. enabled(1) means the switch is on, disabled(2) means the switch is off. For C600 Series, the default value is enabled. For non-C600 Series, the default value is disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
zxAnLoopbackDetectActiveInterval | 1.3.6.1.4.1.3902.1082.80.20.1.5 | integer32 | read-write |
The interval of the active loopback detection. For C600 Series, the default value is 30. For non-C600 Series, the default value is 120. |
zxAnLoopbackSelfLoopCheckEthType | 1.3.6.1.4.1.3902.1082.80.20.1.6 | integer32 | read-write |
The ethernet type of the self-loop detection packet. It is only defined for C600 series. |
zxAnLoopbackDetectObjects | 1.3.6.1.4.1.3902.1082.80.20.2 | |||
zxAnLoopbackDetectIfConfTable | 1.3.6.1.4.1.3902.1082.80.20.2.2 | no-access |
This table represents the interface loopback detection configuration. |
|
1.3.6.1.4.1.3902.1082.80.20.2.2.1 | no-access |
An entry in zxAnLoopbackDetectIfConfTable. Only physical port can be configured. |
||
zxAnLoopbackDetectIfEnable | 1.3.6.1.4.1.3902.1082.80.20.2.2.1.1 | integer | read-write |
Indicate the interface switch of loopback detection function. enabled(1) means the interface switch is on, disabled(2) means the interface switch is off. For non-C600 series, the default value is disabled. For C600 series, it is just used as alarm switch and the default value is enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
zxAnLoopbackDetectIfActiveEnable | 1.3.6.1.4.1.3902.1082.80.20.2.2.1.2 | integer | read-write |
Indicate the interface switch of the active loopback detection function. enabled(1) means the switch is on, disabled(2) means the switch is off. For C600 series, the default value is enabled. For non-C600 series, the default value is disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
zxAnLoopbackDetectIfStartVid | 1.3.6.1.4.1.3902.1082.80.20.2.2.1.3 | integer32 | read-write |
The starting VLAN ID of the active loopback detection. A value of '65535' means that the starting VLAN ID is not configured. |
zxAnLoopbackDetectIfEndVid | 1.3.6.1.4.1.3902.1082.80.20.2.2.1.4 | integer32 | read-write |
The ending VLAN ID of the active loopback detection. A value of '65535' means that the ending VLAN ID is not configured. zxAnLoopbackDetectIfEndVid must be greater than or equal to zxAnLoopbackDetectIfStartVid. Only one VLAN ID is configured When zxAnLoopbackDetectIfEndVid is equal to zxAnLoopbackDetectIfStartVid. |
zxAnLoopbackDetectIfConfMode | 1.3.6.1.4.1.3902.1082.80.20.2.2.1.5 | integer | read-write |
The configured loopback detection mode. autoDetection means the loopback detection VLAN ID is specified by the VLAN translation configuration in user-side and the VLAN member list in network-side. userSpecifiedVid means the loopback detection VLAN ID is specified by the zxAnLoopbackDetectIfStartVid and zxAnLoopbackDetectIfEndVid. It is only defined for C600 series. Enumeration: 'userSpecifiedVid': 2, 'autoDetection': 1. |
zxAnLoopbackDetectIfStatusTable | 1.3.6.1.4.1.3902.1082.80.20.2.3 | no-access |
This table represents the loopbacked interfaces. |
|
1.3.6.1.4.1.3902.1082.80.20.2.3.1 | no-access |
An entry in zxAnLoopbackDetectIfStatusTable. |
||
zxAnLoopbackDetectVid | 1.3.6.1.4.1.3902.1082.80.20.2.3.1.1 | integer32 | read-only |
Indicate the VLAN ID when the interface is loopbackd. |
zxAnLoopbackDetectIfStatus | 1.3.6.1.4.1.3902.1082.80.20.2.3.1.2 | integer | read-only |
Indicate the interface status when the interface is loopbackd: loopbacked(1) means the interface is loopbacked, interfaceShutdown(2) means the interface is loopbacked, and shutdown the upstream flow, loopbackCleared(3) means the loopback is recoverd. suspectedLoopback(4) means there is no loopback in fact because of STP and VLAN configuration, but the loopback packet has reached the device. It is only defined for C600 series. Enumeration: 'interfaceShutdown': 2, 'loopbackCleared': 3, 'loopbacked': 1, 'suspectedLoopback': 4. |
zxAnLoopbackManualDetectIfTable | 1.3.6.1.4.1.3902.1082.80.20.2.4 | no-access |
This table provides the parameters to start an interface manual loopback detection. The parameters cann't be read after starting the detection. |
|
1.3.6.1.4.1.3902.1082.80.20.2.4.1 | no-access |
An entry in zxAnLoopbackManualDetectIfTable. |
||
zxAnLoopbackManualDetectIfAction | 1.3.6.1.4.1.3902.1082.80.20.2.4.1.1 | integer | read-write |
The interface manual loopback detection action. Enumeration: 'start': 1. |
zxAnLoopbackManualDetectIfVid | 1.3.6.1.4.1.3902.1082.80.20.2.4.1.2 | integer32 | read-write |
The VLAN ID of the interface manual loopback detection. A value of '65535' means that the VLAN ID is not configured. |
zxAnLoopbackManualDetectIfPkts | 1.3.6.1.4.1.3902.1082.80.20.2.4.1.3 | integer32 | read-write |
The packet number of the interface manual loopback detection. |
zxAnLoopbackDetectNotifications | 1.3.6.1.4.1.3902.1082.80.20.3 | |||
zxAnIfLoopbackedAlm | 1.3.6.1.4.1.3902.1082.80.20.3.1 |
A zxAnIfLoopbackedAlm trap is sent when the interface is loopbacked. |
||
zxAnIfLoopbackedClr | 1.3.6.1.4.1.3902.1082.80.20.3.2 |
A zxAnIfLoopbackedClr trap is sent when the interface's loopback has been cleared. |