RBN-ICR-MIB

File: RBN-ICR-MIB.mib (14515 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB RBN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP RowStatus InetAddressType
InetAddress InetPortNumber rbnMgmt

Defined Types

RbnIcrEntry  
SEQUENCE    
  rbnIcrId Integer32
  rbnIcrLocalAddressType InetAddressType
  rbnIcrLocalAddress InetAddress
  rbnIcrLocalPort InetPortNumber
  rbnIcrPeerAddressType InetAddressType
  rbnIcrPeerAddress InetAddress
  rbnIcrPeerPort InetPortNumber
  rbnIcrPriority INTEGER
  rbnIcrKeepAliveInterval Integer32
  rbnIcrHoldTime Integer32
  rbnIcrState INTEGER
  rbnIcrAdminStatus INTEGER
  rbnIcrRowStatus RowStatus

Defined Values

rbnIcrMIB 1.3.6.1.4.1.2352.2.101
This MIB describes objects used for managing Inter Chassis Resilience(ICR).
MODULE-IDENTITY    

rbnIcrNotifications 1.3.6.1.4.1.2352.2.101.0
OBJECT IDENTIFIER    

rbnIcrMIBObjects 1.3.6.1.4.1.2352.2.101.1
OBJECT IDENTIFIER    

rbnIcrMIBConformance 1.3.6.1.4.1.2352.2.101.2
OBJECT IDENTIFIER    

rbnIcrTable 1.3.6.1.4.1.2352.2.101.1.1
This table consists of ICR management objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RbnIcrEntry

rbnIcrEntry 1.3.6.1.4.1.2352.2.101.1.1.1
Each entry contains management objects of an ICR node.
Status: current Access: not-accessible
OBJECT-TYPE    
  RbnIcrEntry  

rbnIcrId 1.3.6.1.4.1.2352.2.101.1.1.1.1
The unique identifier of the ICR node.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

rbnIcrLocalAddressType 1.3.6.1.4.1.2352.2.101.1.1.1.2
This object indicates the type of 'rbnIcrLocalAddress'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rbnIcrLocalAddress 1.3.6.1.4.1.2352.2.101.1.1.1.3
This object indicates the local address used to send/receive ICR messages. The type of the address is determined by the corresponding 'rbnIcrLocalAddressType'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

rbnIcrLocalPort 1.3.6.1.4.1.2352.2.101.1.1.1.4
This object indicates the local port number used to send/receive ICR messages.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

rbnIcrPeerAddressType 1.3.6.1.4.1.2352.2.101.1.1.1.5
This object indicates the type of 'rbnIcrPeerAddress'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

rbnIcrPeerAddress 1.3.6.1.4.1.2352.2.101.1.1.1.6
This object indicates the address used by the peer ICR node to send/receive ICR messages. The type of the address is determined by the corresponding 'rbnIcrPeerAddressType'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

rbnIcrPeerPort 1.3.6.1.4.1.2352.2.101.1.1.1.7
This object indicates the port number used by the peer ICR node to send/receive ICR messages.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

rbnIcrPriority 1.3.6.1.4.1.2352.2.101.1.1.1.8
This object indicates the ICR priority. The priority is used for setting the initial preference level when the prefixes are advertised and is used for tie-break in case both the local ICR node and its peer node are booted up at the same time. The local and the peer ICR nodes MUST configure different priorities
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER low(1), high(2)  

rbnIcrKeepAliveInterval 1.3.6.1.4.1.2352.2.101.1.1.1.9
This object indicates the interval that the node sends ICR keep alive messages to its peer node.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rbnIcrHoldTime 1.3.6.1.4.1.2352.2.101.1.1.1.10
This object indicates the time, after which, if the node has not received a ICR keep alive message from its peer node, it declares the peer loss.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rbnIcrState 1.3.6.1.4.1.2352.2.101.1.1.1.11
The current ICR state: - 'initialize', which indicates that the node is in the process of deciding its role(active or standby). - 'active', which indicates that the node operates as ICR active node. - 'standby', which indicates that the node operates as ICR standby node. - 'pendingStandby', which indicates that the node(previously in 'active' state) is waiting for operator intervention to transit to 'standby' state after ICR switchover.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), active(2), standby(3), pendingStandby(4)  

rbnIcrAdminStatus 1.3.6.1.4.1.2352.2.101.1.1.1.12
This object controls ICR node. Setting this object to 'up' will enable the ICR node. The node will transition from 'initialize' state to 'active' or 'standby' state depending on the value of 'rbnIcrPriority'. Setting this object to 'down' will disable the ICR node. The node will transition from its current state to 'initialize'. To modify other 'read-create' objects in the conceptual row, the 'rbnIcrAdminStatus' object must be set to 'down'. The value of the 'rbnIcrRowStatus' object must be 'active' in order for this object to be set to 'up'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rbnIcrRowStatus 1.3.6.1.4.1.2352.2.101.1.1.1.13
The object is used to create and delete 'rbnIcrEntry' conceptual rows. Except 'rbnIcrAdminStatus', 'read-create' objects in the conceptual row cannot be modified when rbnIcrRowStatus is set to active(1). To change 'rbnIcrRowStatus' from 'active' to a different value, the 'rbnIcrAdminStatus' object must be 'down'. To create a row in this table, 'rbnIcrRowStatus' could be set to either 'createAndGo(4)' or 'createAndWait(5)'. Until all objects in the conceptual row are appropriately configured, 'rbnIcrRowStatus' will transit to 'notReady(3)'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rbnIcrInconsistencyError 1.3.6.1.4.1.2352.2.101.1.2
This object indicates the ICR inconsistency error code.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER peerUp(0), peerLoss(1), vrrpLoss(2)  

rbnIcrNewActive 1.3.6.1.4.1.2352.2.101.0.1
This notification is sent when the state of the ICR node has changed to active.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnIcrNewStandby 1.3.6.1.4.1.2352.2.101.0.2
This notification is sent when the state of the ICR node has changed to standby.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnIcrNewPendingStandby 1.3.6.1.4.1.2352.2.101.0.3
This notification is sent when the state of the ICR node has changed to pendingStandby.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnIcrInconsistency 1.3.6.1.4.1.2352.2.101.0.4
This notification is sent when an ICR inconsistency error is encountered.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnIcrVrrpInconsistency 1.3.6.1.4.1.2352.2.101.0.5
This notification is sent when VRRP master/master split scenario is encountered.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

rbnIcrMIBCompliances 1.3.6.1.4.1.2352.2.101.2.1
OBJECT IDENTIFIER    

rbnIcrMIBGroups 1.3.6.1.4.1.2352.2.101.2.2
OBJECT IDENTIFIER    

rbnIcrMIBCompliance 1.3.6.1.4.1.2352.2.101.2.1.1
The compliance statement for ICR MIB implementations.
Status: current Access: read-only
MODULE-COMPLIANCE    

rbnIcrGroup 1.3.6.1.4.1.2352.2.101.2.2.1
Conformance group for ICR objects.
Status: current Access: read-only
OBJECT-GROUP    

rbnIcrNotificationObjectGroup 1.3.6.1.4.1.2352.2.101.2.2.2
Conformance group for objects contained in ICR notifications.
Status: current Access: read-only
OBJECT-GROUP    

rbnIcrNotificationGroup 1.3.6.1.4.1.2352.2.101.2.2.3
Conformance group for ICR notifications.
Status: current Access: read-only
NOTIFICATION-GROUP