AT-EPSRv2-MIB

File: AT-EPSRv2-MIB.mib (11349 bytes)

Imported modules

AT-SMI-MIB IF-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

modules DisplayStringUnsized InterfaceIndex
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TEXTUAL-CONVENTION TruthValue

Defined Types

AtEpsrv2NodeState  
Defines the node states that can be passed around in EPSRv2 Node Traps.
TEXTUAL-CONVENTION    
  INTEGER idle(0), complete(1), failed(2), linksUp(3), linksDown(4), preForward(5), unknown(6)  

AtEpsrv2InterfaceState  
Defines the interface states that can be passed around in EPSRv2 Node Traps.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), down(2), blocked(3), forward(4)  

AtEpsrv2VariablesEntry  
SEQUENCE    
  atEpsrv2NodeType INTEGER
  atEpsrv2DomainName DisplayStringUnsized
  atEpsrv2DomainID INTEGER
  atEpsrv2FromState AtEpsrv2NodeState
  atEpsrv2CurrentState AtEpsrv2NodeState
  atEpsrv2ControlVlanId INTEGER
  atEpsrv2PrimaryIfIndex InterfaceIndex
  atEpsrv2PrimaryIfState AtEpsrv2InterfaceState
  atEpsrv2SecondaryIfIndex InterfaceIndex
  atEpsrv2SecondaryIfState AtEpsrv2InterfaceState
  atEpsrv2DomainPriority INTEGER
  atEpsrv2PrimaryIfIsOnCommonSeg TruthValue
  atEpsrv2SecondaryIfIsOnCommonSeg TruthValue
  atEpsrv2HasControlOfPrimaryIf TruthValue
  atEpsrv2HasControlOfSecondaryIf TruthValue

Defined Values

atEpsrv2 1.3.6.1.4.1.207.8.4.4.4.536
Convert epsrv2Variables into a table entry, so variable of multiple EPSRv2 domains can be obtained.
MODULE-IDENTITY    

atEpsrv2Notifications 1.3.6.1.4.1.207.8.4.4.4.536.0
OBJECT IDENTIFIER    

atEpsrv2Notify 1.3.6.1.4.1.207.8.4.4.4.536.0.1
EPSRv2 Master/Transit node state transition notification.
Status: current Access: read-only
NOTIFICATION-TYPE    

atEpsrv2Events 1.3.6.1.4.1.207.8.4.4.4.536.1
OBJECT IDENTIFIER    

atEpsrv2NodeTrap 1.3.6.1.4.1.207.8.4.4.4.536.1.1
EPSRv2 Master/Transit node state transition trap.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

atEpsrv2VariablesTable 1.3.6.1.4.1.207.8.4.4.4.536.2
This table contains rows of epsrv2VariablesEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtEpsrv2VariablesEntry

atEpsrv2VariablesEntry 1.3.6.1.4.1.207.8.4.4.4.536.2.1
An entry in the ATL enterprise epsrv2VariablesTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtEpsrv2VariablesEntry  

atEpsrv2NodeType 1.3.6.1.4.1.207.8.4.4.4.536.2.1.1
This is the type of the EPSRv2 node (master/transit).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER masterNode(1), transitNode(2)  

atEpsrv2DomainName 1.3.6.1.4.1.207.8.4.4.4.536.2.1.2
Assigned name of the EPSRv2 domain.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(1..16)  

atEpsrv2DomainID 1.3.6.1.4.1.207.8.4.4.4.536.2.1.3
Assigned ID of the EPSRv2 domain.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

atEpsrv2FromState 1.3.6.1.4.1.207.8.4.4.4.536.2.1.4
Defined state that an EPSR domain is transitioning from.
Status: current Access: read-only
OBJECT-TYPE    
  AtEpsrv2NodeState  

atEpsrv2CurrentState 1.3.6.1.4.1.207.8.4.4.4.536.2.1.5
Defined the current state of an EPSRv2 domain.
Status: current Access: read-only
OBJECT-TYPE    
  AtEpsrv2NodeState  

atEpsrv2ControlVlanId 1.3.6.1.4.1.207.8.4.4.4.536.2.1.6
VLAN identifier for the control VLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEpsrv2PrimaryIfIndex 1.3.6.1.4.1.207.8.4.4.4.536.2.1.7
IfIndex of the primary interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

atEpsrv2PrimaryIfState 1.3.6.1.4.1.207.8.4.4.4.536.2.1.8
Defined current state of the primary interface.
Status: current Access: read-only
OBJECT-TYPE    
  AtEpsrv2InterfaceState  

atEpsrv2SecondaryIfIndex 1.3.6.1.4.1.207.8.4.4.4.536.2.1.9
IfIndex of the secondary interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

atEpsrv2SecondaryIfState 1.3.6.1.4.1.207.8.4.4.4.536.2.1.10
Defined current state of the secondary interface.
Status: current Access: read-only
OBJECT-TYPE    
  AtEpsrv2InterfaceState  

atEpsrv2DomainPriority 1.3.6.1.4.1.207.8.4.4.4.536.2.1.11
The priority of the EPSRv2 domain. This value is used for superloop prevention.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atEpsrv2PrimaryIfIsOnCommonSeg 1.3.6.1.4.1.207.8.4.4.4.536.2.1.12
Returns 1 (true) if the primary interface is on a common segment i.e. the port is shared with other instances that have the port in the same set of data VLANs, else it returns 2 (false).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atEpsrv2SecondaryIfIsOnCommonSeg 1.3.6.1.4.1.207.8.4.4.4.536.2.1.13
Returns 1 (true) if the secondary interface is on a common segment i.e. the port is shared with other instances that have the port in the same set of data VLANs, else it returns 2 (false).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atEpsrv2HasControlOfPrimaryIf 1.3.6.1.4.1.207.8.4.4.4.536.2.1.14
Returns 2 (false) if the EPSR instance does not have physical control of its primary interface because it is on a common segment and is not the highest priority instance, else it returns 1 (true).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atEpsrv2HasControlOfSecondaryIf 1.3.6.1.4.1.207.8.4.4.4.536.2.1.15
Returns 2 (false) if the EPSR instance does not have physical control of its secondary interface because it is on a common segment and is not the highest priority instance, else it returns 1 (true).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue