ERICSSON-ROUTER-ICR-MIB

File: ERICSSON-ROUTER-ICR-MIB.mib (15554 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB ERICSSON-ROUTER-SMI

Imported symbols

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

Defined Types

EriRouterIcrEntry  
SEQUENCE    
  eriRouterIcrId Integer32
  eriRouterIcrLocalAddressType InetAddressType
  eriRouterIcrLocalAddress InetAddress
  eriRouterIcrLocalPort InetPortNumber
  eriRouterIcrPeerAddressType InetAddressType
  eriRouterIcrPeerAddress InetAddress
  eriRouterIcrPeerPort InetPortNumber
  eriRouterIcrPriority INTEGER
  eriRouterIcrKeepAliveInterval Integer32
  eriRouterIcrHoldTime Integer32
  eriRouterIcrState INTEGER
  eriRouterIcrAdminStatus INTEGER
  eriRouterIcrRowStatus RowStatus

Defined Values

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

eriRouterIcrNotifications 1.3.6.1.4.1.193.218.2.101.0
OBJECT IDENTIFIER    

eriRouterIcrMIBObjects 1.3.6.1.4.1.193.218.2.101.1
OBJECT IDENTIFIER    

eriRouterIcrMIBConformance 1.3.6.1.4.1.193.218.2.101.2
OBJECT IDENTIFIER    

eriRouterIcrTable 1.3.6.1.4.1.193.218.2.101.1.1
This table consists of ICR management objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EriRouterIcrEntry

eriRouterIcrEntry 1.3.6.1.4.1.193.218.2.101.1.1.1
Each entry contains management objects of an ICR node.
Status: current Access: not-accessible
OBJECT-TYPE    
  EriRouterIcrEntry  

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

eriRouterIcrLocalAddressType 1.3.6.1.4.1.193.218.2.101.1.1.1.2
This object indicates the type of 'eriRouterIcrLocalAddress'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

eriRouterIcrLocalAddress 1.3.6.1.4.1.193.218.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 'eriRouterIcrLocalAddressType'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

eriRouterIcrLocalPort 1.3.6.1.4.1.193.218.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  

eriRouterIcrPeerAddressType 1.3.6.1.4.1.193.218.2.101.1.1.1.5
This object indicates the type of 'eriRouterIcrPeerAddress'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

eriRouterIcrPeerAddress 1.3.6.1.4.1.193.218.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 'eriRouterIcrPeerAddressType'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

eriRouterIcrPeerPort 1.3.6.1.4.1.193.218.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  

eriRouterIcrPriority 1.3.6.1.4.1.193.218.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)  

eriRouterIcrKeepAliveInterval 1.3.6.1.4.1.193.218.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  

eriRouterIcrHoldTime 1.3.6.1.4.1.193.218.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  

eriRouterIcrState 1.3.6.1.4.1.193.218.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)  

eriRouterIcrAdminStatus 1.3.6.1.4.1.193.218.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 'eriRouterIcrPriority'. 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 'eriRouterIcrAdminStatus' object must be set to 'down'. The value of the 'eriRouterIcrRowStatus' 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)  

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

eriRouterIcrInconsistencyError 1.3.6.1.4.1.193.218.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)  

eriRouterIcrNewActive 1.3.6.1.4.1.193.218.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    

eriRouterIcrNewStandby 1.3.6.1.4.1.193.218.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    

eriRouterIcrNewPendingStandby 1.3.6.1.4.1.193.218.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    

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

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

eriRouterIcrMIBCompliances 1.3.6.1.4.1.193.218.2.101.2.1
OBJECT IDENTIFIER    

eriRouterIcrMIBGroups 1.3.6.1.4.1.193.218.2.101.2.2
OBJECT IDENTIFIER    

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

eriRouterIcrGroup 1.3.6.1.4.1.193.218.2.101.2.2.1
Conformance group for ICR objects.
Status: current Access: read-only
OBJECT-GROUP    

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

eriRouterIcrNotificationGroup 1.3.6.1.4.1.193.218.2.101.2.2.3
Conformance group for ICR notifications.
Status: current Access: read-only
NOTIFICATION-GROUP