ERRP-MIB

File: ERRP-MIB.mib (20249 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ADMIN-MASTER-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Unsigned32 TimeTicks Integer32
RowStatus TruthValue DisplayString
TEXTUAL-CONVENTION MacAddress gbnL2
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

ErrpDomainEntry  
SEQUENCE    
  errpDomainId Integer32
  errpMVlanId Integer32
  errpWorkMode INTEGER
  errpDomainRowStatus RowStatus

ErrpRingEntry  
SEQUENCE    
  errpRingId Integer32
  errpRingLevel Integer32
  errpBrdgRole INTEGER
  errpPriComPortId Integer32
  errpSecEdgePortId Integer32
  errpRingRowStatus RowStatus
  errpNodeState INTEGER
  errpPriComPortState INTEGER
  errpSecEdgePortState INTEGER
  errpQuerySolicit INTEGER

ErrpRingStatsEntry  
SEQUENCE    
  errpRingPortId Integer32
  errpHealthTx Counter32
  errpHealthRx Counter32
  errpCommonFlushTx Counter32
  errpCommonFlushRx Counter32
  errpCompleteFlushTx Counter32
  errpCompleteFlushRx Counter32
  errpLinkDownTx Counter32
  errpLinkDownRx Counter32
  errpLinkUpTx Counter32
  errpLinkUpRx Counter32
  errpEdgeHelloTx Counter32
  errpEdgeHelloRx Counter32
  errpMajorFaultTx Counter32
  errpMajorFaultRx Counter32

Defined Values

errpMib 1.3.6.1.4.1.13464.1.2.4.7
The errp MIB is targeted at easing errp configuration via snmp tools.
MODULE-IDENTITY    

errpMIBObjects 1.3.6.1.4.1.13464.1.2.4.7.1
OBJECT IDENTIFIER    

errp 1.3.6.1.4.1.13464.1.2.4.7.1.1
OBJECT IDENTIFIER    

errpOnoff 1.3.6.1.4.1.13464.1.2.4.7.1.1.1
Enable/disable errp function for this bridge.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

errpHealthTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.2
The hello timer is used by master or edge node for ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

errpHealthTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.3
The timeout value used by master during ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..30  

errpMajorFaultTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.4
The timeout value used by assitant edge during ring health detection.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 2..29  

errpPrefwdTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.5
The block timeout value used by node when portup event occurs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 3..30  

errpDomainTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.6
A table that contains domain-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrpDomainEntry

errpDomainEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1
A list of information maintained by every domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  ErrpDomainEntry  

errpDomainId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.1
The domain ID is used when network is managed in unit of domain, one domain should be a set of contiguous bridges.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..15  

errpMVlanId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.2
The manage VLAN ID of the domain, can not be an existing vlan.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4093  

errpWorkMode 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.3
The work mode of the domain. If standard(1) is set, then the domain works on RFC3619 standard. If huaWei(2) is set, then the domain works on RRPP standard, and is able to work together with the Huawei equipment.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER standard(1), huaWei(2)  

errpDomainRowStatus 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.4
This object is used to create or delete a domain.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus active(1), createAndGo(4), destroy(6)  

errpRingTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.7
A table that contains domain-and-ring-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrpRingEntry

errpRingEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1
A list of information maintained by every ring.
Status: current Access: not-accessible
OBJECT-TYPE    
  ErrpRingEntry  

errpRingId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.1
The identifier of ethernet ring which reside in a domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..15  

errpRingLevel 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.2
The ring level,0 means master ring, while 1 means sub ring.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

errpBrdgRole 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.3
The bridge role in ethernet ring.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER master(1), trans(2), edge(3), assEdge(4)  

errpPriComPortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.4
The primary port id when bridge is master or transmit,the common port id otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

errpSecEdgePortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.5
The secondary port id when bridge is master or transmit,the edge port id otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

errpRingRowStatus 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.6
This object indicates the status of this ring.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

errpNodeState 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.7
The node state in the ring. begin(0) means node is inactive or inital state. health(1) means master node detects the ring in a health state. fault(2) means master node detects the ring in a fault state. linkUp(3) means both ring ports of the transmit node are link up and in the forwarding state. linkDown(4) means at least one ring port of the transmit node is link down. preforwarding(5) means at least one ring port of the transmit node is just link up and in the blocking state. Edge node and assistant edge node are same as transmit node, but only concern about the edge port state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER begin(0), health(1), fault(2), linkUp(3), linkDown(4), preforwarding(5)  

errpPriComPortState 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.8
The primary port or common port state in the ring. disabled(0) means port is link down. forwarding(1) means port is in the forwarding state. blocking(2) means port is in the blocking or discarding state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), forwarding(1), blocking(2)  

errpSecEdgePortState 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.9
The secondary port or edge port state in the ring. disabled(0) means port is link down. forwarding(1) means port is in the forwarding state. blocking(2) means port is in the blocking or discarding state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), forwarding(1), blocking(2)  

errpQuerySolicit 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.10
Enable/disable Query Solicit function of the ring.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

errpRingStatsTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.8
This table contains statistics for the ERRP ring ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrpRingStatsEntry

errpRingStatsEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1
A list of statistics maintained by every ring port. The sequence is: (domain,ring,priComPort),(domain,ring,secEdgePort), (domain,next ring,priComPort),(domain,next ring,secEdgePort),..., (next domain,ring,priComPort),(next domain,ring,secEdgePort), (next domain,next ring,priComPort),......
Status: current Access: not-accessible
OBJECT-TYPE    
  ErrpRingStatsEntry  

errpRingPortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.1
The port equals to errpPriComPortId or errpSecEdgePortId of the ring within errpRingTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

errpHealthTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.2
A count of the number of Health(or Hello) packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpHealthRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.3
A count of the number of Health(or Hello) packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpCommonFlushTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.4
A count of the number of Common Flush packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpCommonFlushRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.5
A count of the number of Common Flush packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpCompleteFlushTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.6
A count of the number of Complete Flush packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpCompleteFlushRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.7
A count of the number of Complete Flush packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpLinkDownTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.8
A count of the number of Link Down packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpLinkDownRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.9
A count of the number of Link Down packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpLinkUpTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.10
A count of the number of Link Up packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpLinkUpRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.11
A count of the number of Link Up packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpEdgeHelloTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.12
A count of the number of Edge Hello packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpEdgeHelloRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.13
A count of the number of Edge Hello packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpMajorFaultTx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.14
A count of the number of Major Fault packets transmitted on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpMajorFaultRx 1.3.6.1.4.1.13464.1.2.4.7.1.1.8.1.15
A count of the number of Major Fault packets received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

errpTrap 1.3.6.1.4.1.13464.1.2.4.7.1.1.9
OBJECT IDENTIFIER    

errpRingNodeStateChange 1.3.6.1.4.1.13464.1.2.4.7.1.1.9.1
The node state in the ring turns to health or fault. health(1) means master node detects the ring in a health state. fault(2) means master node detects the ring in a fault state.
Status: current Access: read-only
NOTIFICATION-TYPE    

errpPriComPortStateChange 1.3.6.1.4.1.13464.1.2.4.7.1.1.9.2
The primary port or common port state in the ring turns to disabled, forwarding, or blocking. disabled(0) means port is link down. forwarding(1) means port is in the forwarding state. blocking(2) means port is in the blocking or discarding state.
Status: current Access: read-only
NOTIFICATION-TYPE    

errpSecEdgePortStateChange 1.3.6.1.4.1.13464.1.2.4.7.1.1.9.3
The secondary port or edge port state in the ring turns to disabled, forwarding, or blocking. disabled(0) means port is link down. forwarding(1) means port is in the forwarding state. blocking(2) means port is in the blocking or discarding state.
Status: current Access: read-only
NOTIFICATION-TYPE