ZTE-AN-UAPS-MIB

File: ZTE-AN-UAPS-MIB.mib (18594 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY RowStatus DisplayString
TruthValue NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Unsigned32 InetAddressType
InetAddress ifIndex zxAnBridge

Defined Types

ZxAnUapsGroupEntry  
SEQUENCE    
  zxAnUapsGroupIndex Integer32
  zxAnUapsGroupName DisplayString
  zxAnUapsPrimaryPortList OBJECT IDENTIFIER
  zxAnUapsSecondaryPortList OBJECT IDENTIFIER
  zxAnUapsPortWorkingStatus INTEGER
  zxAnUapsAutoFailbackEnable INTEGER
  zxAnUapsNextHopIpType InetAddressType
  zxAnUapsNextHopIp InetAddress
  zxAnUapsIpLinkType INTEGER
  zxAnUapsIpLinkCheckRetries Integer32
  zxAnUapsIpLinkCheckTimeout Integer32
  zxAnUapsIpLinkStatus INTEGER
  zxAnUapsSwapMode INTEGER
  zxAnUapsForceSwap INTEGER
  zxAnUapsSwapReason INTEGER
  zxAnUapsSwapRequestInCache BITS
  zxAnUapsSwapLastRequest INTEGER
  zxAnUapsProtectionTime Integer32
  zxAnUapsIsInProtectionTime TruthValue
  zxAnUapsSlavePortTxOptShutdown INTEGER
  zxAnUapsFailureTime Unsigned32
  zxAnUapsGroupRowStatus RowStatus

ZxAnUapsPrimaryPortsEntry  
SEQUENCE    
  zxAnUapsPrimaryPortsRowStatus RowStatus

ZxAnUapsSecondaryPortsEntry  
SEQUENCE    
  zxAnUapsSecondaryPortsRowStatus RowStatus

Defined Values

zxAnUapsMib 1.3.6.1.4.1.3902.1082.40.80
The MIB module for the management of UAPS function.
MODULE-IDENTITY    

zxAnUapsGlobalObjects 1.3.6.1.4.1.3902.1082.40.80.1
OBJECT IDENTIFIER    

zxAnUapsObjects 1.3.6.1.4.1.3902.1082.40.80.2
OBJECT IDENTIFIER    

zxAnUapsNotifications 1.3.6.1.4.1.3902.1082.40.80.3
OBJECT IDENTIFIER    

zxAnUapsCapabilities 1.3.6.1.4.1.3902.1082.40.80.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  BITS portsTableSupported(0)  

zxAnUapsGroupTable 1.3.6.1.4.1.3902.1082.40.80.2.2
This table includes the managed objects of the UAPS group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnUapsGroupEntry

zxAnUapsGroupEntry 1.3.6.1.4.1.3902.1082.40.80.2.2.1
An entry in zxAnUapsGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnUapsGroupEntry  

zxAnUapsGroupIndex 1.3.6.1.4.1.3902.1082.40.80.2.2.1.1
The index of UAPS group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..16  

zxAnUapsGroupName 1.3.6.1.4.1.3902.1082.40.80.2.2.1.2
The name of UAPS group.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..20)  

zxAnUapsPrimaryPortList 1.3.6.1.4.1.3902.1082.40.80.2.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

zxAnUapsSecondaryPortList 1.3.6.1.4.1.3902.1082.40.80.2.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

zxAnUapsPortWorkingStatus 1.3.6.1.4.1.3902.1082.40.80.2.2.1.5
It indicates which port group is in working state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primaryPortInWorking(1), secondaryPortInWorking(2)  

zxAnUapsAutoFailbackEnable 1.3.6.1.4.1.3902.1082.40.80.2.2.1.6
Enables or disables recovery to the UAPS primary port automatically when the primary port is normal again.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

zxAnUapsNextHopIpType 1.3.6.1.4.1.3902.1082.40.80.2.2.1.7
Next hop IP type.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

zxAnUapsNextHopIp 1.3.6.1.4.1.3902.1082.40.80.2.2.1.8
Next hop IP. Only IPv4 is supported now. If it is 0.0.0.0, UAPS will not check the link of next hop.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

zxAnUapsIpLinkType 1.3.6.1.4.1.3902.1082.40.80.2.2.1.9
The link type used to check IP link status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER defaultIpLink(1), serviceIpLink(2)  

zxAnUapsIpLinkCheckRetries 1.3.6.1.4.1.3902.1082.40.80.2.2.1.10
The retries of checking link status.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

zxAnUapsIpLinkCheckTimeout 1.3.6.1.4.1.3902.1082.40.80.2.2.1.11
The timeout of checking link status.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

zxAnUapsIpLinkStatus 1.3.6.1.4.1.3902.1082.40.80.2.2.1.12
The status of IP link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), invalid(4)  

zxAnUapsSwapMode 1.3.6.1.4.1.3902.1082.40.80.2.2.1.13
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER common(1), trunk(2), upPortNum(3)  

zxAnUapsForceSwap 1.3.6.1.4.1.3902.1082.40.80.2.2.1.14
Force to swap the primary and secondary ports.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER swap(1)  

zxAnUapsSwapReason 1.3.6.1.4.1.3902.1082.40.80.2.2.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER failback(1), failoverByPhyLinkDown(2), failoverByIpLinkDown(3), forceSwap(4), swapByPhyLinkUp(5), swapByPortAdded(6), swapByPortDeleted(7), swapBySwapModeChanged(8), noSwap(255)  

zxAnUapsSwapRequestInCache 1.3.6.1.4.1.3902.1082.40.80.2.2.1.16
It indicates the swap request in memory.
Status: current Access: read-only
OBJECT-TYPE    
  BITS failback(0), failoverByPhyLinkDown(1), failoverByIpLinkDown(2), forceSwap(3), swapByPhyLinkUp(4), swapByPortAdded(5), swapByPortDeleted(6), swapBySwapModeChanged(7)  

zxAnUapsSwapLastRequest 1.3.6.1.4.1.3902.1082.40.80.2.2.1.17
It indicates the last swap request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER failback(1), failoverByPhyLinkDown(2), failoverByIpLinkDown(3), forceSwap(4), swapByPhyLinkUp(5), swapByPortAdded(6), swapByPortDeleted(7), swapBySwapModeChanged(8), noSwap(255)  

zxAnUapsProtectionTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.18
The protection time of UAPS. When the fail time of port is larger than it, the UAPS module should failover to the secondary port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..900  

zxAnUapsIsInProtectionTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.19
It indicates if the UAPS is in protection time status.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

zxAnUapsSlavePortTxOptShutdown 1.3.6.1.4.1.3902.1082.40.80.2.2.1.20
If it is enabled, the slave port transmitted optical signal will be shutdown.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

zxAnUapsFailureTime 1.3.6.1.4.1.3902.1082.40.80.2.2.1.21
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

zxAnUapsPrimaryPortsTable 1.3.6.1.4.1.3902.1082.40.80.2.3
This table includes the primary ports of the UAPS group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnUapsPrimaryPortsEntry

zxAnUapsPrimaryPortsEntry 1.3.6.1.4.1.3902.1082.40.80.2.3.1
An entry in zxAnUapsPrimaryPortsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnUapsPrimaryPortsEntry  

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

zxAnUapsSecondaryPortsTable 1.3.6.1.4.1.3902.1082.40.80.2.4
This table includes the secondary ports of the UAPS group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZxAnUapsSecondaryPortsEntry

zxAnUapsSecondaryPortsEntry 1.3.6.1.4.1.3902.1082.40.80.2.4.1
An entry in zxAnUapsSecondaryPortsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZxAnUapsSecondaryPortsEntry  

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

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE