ZTE-AN-UAPS-MIB: View SNMP OID List / Download MIB

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


 Home MIB: ZTE-AN-UAPS-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
 zxAnUapsMib 1.3.6.1.4.1.3902.1082.40.80
The MIB module for the management of UAPS function.
       zxAnUapsGlobalObjects 1.3.6.1.4.1.3902.1082.40.80.1
           zxAnUapsCapabilities 1.3.6.1.4.1.3902.1082.40.80.1.1 bits read-only
The UAPS management capabilities of this equipment. The bit value 1 means the function represented by this bit is supported. portsTableSupported(0): value 1 means zxAnUapsPrimaryPortsTable and zxAnUapsSecondaryPortsTable are supported. In this case, the UAPS primary port list and second port list should be created or deleted by zxAnUapsPrimaryPortsTable and zxAnUapsSecondaryPortsTable, instead of the zxAnUapsPrimaryPortList and zxAnUapsPrimaryPortList. Bits: 'portsTableSupported': 0.
       zxAnUapsObjects 1.3.6.1.4.1.3902.1082.40.80.2
           zxAnUapsGroupTable 1.3.6.1.4.1.3902.1082.40.80.2.2 no-access
This table includes the managed objects of the UAPS group.
               zxAnUapsGroupEntry 1.3.6.1.4.1.3902.1082.40.80.2.2.1 no-access
An entry in zxAnUapsGroupTable.
                   zxAnUapsGroupIndex 1.3.6.1.4.1.3902.1082.40.80.2.2.1.1 integer32 no-access
The index of UAPS group.
                   zxAnUapsGroupName 1.3.6.1.4.1.3902.1082.40.80.2.2.1.2 displaystring read-only
The name of UAPS group.
                   zxAnUapsPrimaryPortList 1.3.6.1.4.1.3902.1082.40.80.2.2.1.3 object identifier read-only
The primary UAPS ports. The maximum port numbers joined in this port list should not be more than 4. Each member of this variable is ifIndex of a port.
                   zxAnUapsSecondaryPortList 1.3.6.1.4.1.3902.1082.40.80.2.2.1.4 object identifier read-only
The secondary UAPS ports. The maximum port numbers joined in this port list should not be more than 4. Furthermore, the port numbers joined in this port list should be equal to the zxAnUapsPrimaryPortList's. Each number of this variable is ifIndex of a port.
                   zxAnUapsPortWorkingStatus 1.3.6.1.4.1.3902.1082.40.80.2.2.1.5 integer read-only
It indicates which port group is in working state. Enumeration: 'secondaryPortInWorking': 2, 'primaryPortInWorking': 1.
                   zxAnUapsAutoFailbackEnable 1.3.6.1.4.1.3902.1082.40.80.2.2.1.6 integer read-only
Enables or disables recovery to the UAPS primary port automatically when the primary port is normal again. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnUapsNextHopIpType 1.3.6.1.4.1.3902.1082.40.80.2.2.1.7 inetaddresstype read-only
Next hop IP type.
                   zxAnUapsNextHopIp 1.3.6.1.4.1.3902.1082.40.80.2.2.1.8 inetaddress read-only
Next hop IP. Only IPv4 is supported now. If it is 0.0.0.0, UAPS will not check the link of next hop.
                   zxAnUapsIpLinkType 1.3.6.1.4.1.3902.1082.40.80.2.2.1.9 integer read-only
The link type used to check IP link status. Enumeration: 'defaultIpLink': 1, 'serviceIpLink': 2.
                   zxAnUapsIpLinkCheckRetries 1.3.6.1.4.1.3902.1082.40.80.2.2.1.10 integer32 read-only
The retries of checking link status.
                   zxAnUapsIpLinkCheckTimeout 1.3.6.1.4.1.3902.1082.40.80.2.2.1.11 integer32 read-only
The timeout of checking link status.
                   zxAnUapsIpLinkStatus 1.3.6.1.4.1.3902.1082.40.80.2.2.1.12 integer read-only
The status of IP link. Enumeration: 'down': 2, 'testing': 3, 'up': 1, 'invalid': 4.
                   zxAnUapsSwapMode 1.3.6.1.4.1.3902.1082.40.80.2.2.1.13 integer read-only
It indicates swap mode. common: If one port of working port list down, all ports will swap to slave port list. trunk: Only when all working ports down, ports will swap to slave port list. upPortNum: If the number of up working ports is less than the number of up slave ports, swap to slave port list. Enumeration: 'upPortNum': 3, 'common': 1, 'trunk': 2.
                   zxAnUapsForceSwap 1.3.6.1.4.1.3902.1082.40.80.2.2.1.14 integer read-only
Force to swap the primary and secondary ports. Enumeration: 'swap': 1.
                   zxAnUapsSwapReason 1.3.6.1.4.1.3902.1082.40.80.2.2.1.15 integer read-only
It indicates the reason of swap. failback(1): Primary port is recovery. failoverByPhyLinkDown(2): Primary port is in fault of physical layer. failoverByIpLinkDown(3): Primary port is in fault of IP layer. forceSwap(4): Force swap. swapByPhyLinkUp(5): In upPortNum mode, swap may be caused by physical link up. swapByPortAdded(6): Swap caused by adding new port. swapByPortDeleted(7): Swap caused by deleting port. swapBySwapModeChanged(8): Swap caused by changing swap mode. noSwap(255): No swap. Enumeration: 'swapBySwapModeChanged': 8, 'swapByPhyLinkUp': 5, 'forceSwap': 4, 'swapByPortDeleted': 7, 'noSwap': 255, 'failoverByPhyLinkDown': 2, 'swapByPortAdded': 6, 'failoverByIpLinkDown': 3, 'failback': 1.
                   zxAnUapsSwapRequestInCache 1.3.6.1.4.1.3902.1082.40.80.2.2.1.16 bits read-only
It indicates the swap request in memory. Bits: 'swapBySwapModeChanged': 7, 'swapByPhyLinkUp': 4, 'forceSwap': 3, 'swapByPortDeleted': 6, 'failoverByPhyLinkDown': 1, 'swapByPortAdded': 5, 'failoverByIpLinkDown': 2, 'failback': 0.
                   zxAnUapsSwapLastRequest 1.3.6.1.4.1.3902.1082.40.80.2.2.1.17 integer read-only
It indicates the last swap request. Enumeration: 'swapBySwapModeChanged': 8, 'swapByPhyLinkUp': 5, 'forceSwap': 4, 'swapByPortDeleted': 7, 'noSwap': 255, 'failoverByPhyLinkDown': 2, 'swapByPortAdded': 6, 'failoverByIpLinkDown': 3, 'failback': 1.
                   zxAnUapsProtectionTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.18 integer32 read-only
The protection time of UAPS. When the fail time of port is larger than it, the UAPS module should failover to the secondary port.
                   zxAnUapsIsInProtectionTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.19 truthvalue read-only
It indicates if the UAPS is in protection time status.
                   zxAnUapsSlavePortTxOptShutdown 1.3.6.1.4.1.3902.1082.40.80.2.2.1.20 integer read-only
If it is enabled, the slave port transmitted optical signal will be shutdown. Enumeration: 'disabled': 2, 'enabled': 1.
                   zxAnUapsFailureTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.21 unsigned32 read-only
It indicates the time since the secondary UAPS ports became in working or any port of this UAPS group was down. After the primary UAPS ports become in working and all ports of this UAPS group are up, it's value will be zero.
                   zxAnUapsGroupRowStatus 1.3.6.1.4.1.3902.1082.40.80.2.2.1.50 rowstatus read-only
The status of this conceptual row. To create a row in this table, a manager must set this object to createAndGo(4). To delete a row in this table, a manager must set this object to destroy(6).
           zxAnUapsPrimaryPortsTable 1.3.6.1.4.1.3902.1082.40.80.2.3 no-access
This table includes the primary ports of the UAPS group.
               zxAnUapsPrimaryPortsEntry 1.3.6.1.4.1.3902.1082.40.80.2.3.1 no-access
An entry in zxAnUapsPrimaryPortsTable.
                   zxAnUapsPrimaryPortsRowStatus 1.3.6.1.4.1.3902.1082.40.80.2.3.1.50 rowstatus read-only
The status of this conceptual row. To create a row in this table, a manager must set this object to createAndGo(4). To delete a row in this table, a manager must set this object to destroy(6).
           zxAnUapsSecondaryPortsTable 1.3.6.1.4.1.3902.1082.40.80.2.4 no-access
This table includes the secondary ports of the UAPS group.
               zxAnUapsSecondaryPortsEntry 1.3.6.1.4.1.3902.1082.40.80.2.4.1 no-access
An entry in zxAnUapsSecondaryPortsTable.
                   zxAnUapsSecondaryPortsRowStatus 1.3.6.1.4.1.3902.1082.40.80.2.4.1.50 rowstatus read-only
The status of this conceptual row. To create a row in this table, a manager must set this object to createAndGo(4). To delete a row in this table, a manager must set this object to destroy(6).
       zxAnUapsNotifications 1.3.6.1.4.1.3902.1082.40.80.3
           zxAnUapsSwappedTrap 1.3.6.1.4.1.3902.1082.40.80.3.1
It indicates the primary and secondary port of UAPS module has swapped.
           zxAnUapsSwappedAlm 1.3.6.1.4.1.3902.1082.40.80.3.2
A zxAnUapsSwappedAlm is sent when the agent has detected that the primary/secondary ports of UAPS module have swapped.
           zxAnUapsSwappedClr 1.3.6.1.4.1.3902.1082.40.80.3.3
A zxAnUapsSwappedClr trap is sent when the agent has detected that the zxAnUapsSwappedAlm is cleared manually.