ERICSSON-ROUTER-ICR-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON AB


 Home MIB: ERICSSON-ROUTER-ICR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 eriRouterIcrMIB 1.3.6.1.4.1.193.218.2.101
This MIB describes objects used for managing Inter Chassis Resilience(ICR).
         eriRouterIcrNotifications 1.3.6.1.4.1.193.218.2.101.0
             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.
             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.
             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.
             eriRouterIcrInconsistency 1.3.6.1.4.1.193.218.2.101.0.4
This notification is sent when an ICR inconsistency error is encountered.
             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.
         eriRouterIcrMIBObjects 1.3.6.1.4.1.193.218.2.101.1
             eriRouterIcrTable 1.3.6.1.4.1.193.218.2.101.1.1 no-access
This table consists of ICR management objects.
                 eriRouterIcrEntry 1.3.6.1.4.1.193.218.2.101.1.1.1 no-access
Each entry contains management objects of an ICR node.
                     eriRouterIcrId 1.3.6.1.4.1.193.218.2.101.1.1.1.1 integer32 no-access
The unique identifier of the ICR node.
                     eriRouterIcrLocalAddressType 1.3.6.1.4.1.193.218.2.101.1.1.1.2 inetaddresstype read-only
This object indicates the type of 'eriRouterIcrLocalAddress'.
                     eriRouterIcrLocalAddress 1.3.6.1.4.1.193.218.2.101.1.1.1.3 inetaddress read-only
This object indicates the local address used to send/receive ICR messages. The type of the address is determined by the corresponding 'eriRouterIcrLocalAddressType'.
                     eriRouterIcrLocalPort 1.3.6.1.4.1.193.218.2.101.1.1.1.4 inetportnumber read-only
This object indicates the local port number used to send/receive ICR messages.
                     eriRouterIcrPeerAddressType 1.3.6.1.4.1.193.218.2.101.1.1.1.5 inetaddresstype read-only
This object indicates the type of 'eriRouterIcrPeerAddress'.
                     eriRouterIcrPeerAddress 1.3.6.1.4.1.193.218.2.101.1.1.1.6 inetaddress read-only
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'.
                     eriRouterIcrPeerPort 1.3.6.1.4.1.193.218.2.101.1.1.1.7 inetportnumber read-only
This object indicates the port number used by the peer ICR node to send/receive ICR messages.
                     eriRouterIcrPriority 1.3.6.1.4.1.193.218.2.101.1.1.1.8 integer read-only
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 Enumeration: 'high': 2, 'low': 1.
                     eriRouterIcrKeepAliveInterval 1.3.6.1.4.1.193.218.2.101.1.1.1.9 integer32 read-only
This object indicates the interval that the node sends ICR keep alive messages to its peer node.
                     eriRouterIcrHoldTime 1.3.6.1.4.1.193.218.2.101.1.1.1.10 integer32 read-only
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.
                     eriRouterIcrState 1.3.6.1.4.1.193.218.2.101.1.1.1.11 integer read-only
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. Enumeration: 'initialize': 1, 'active': 2, 'pendingStandby': 4, 'standby': 3.
                     eriRouterIcrAdminStatus 1.3.6.1.4.1.193.218.2.101.1.1.1.12 integer read-only
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'. Enumeration: 'down': 2, 'up': 1.
                     eriRouterIcrRowStatus 1.3.6.1.4.1.193.218.2.101.1.1.1.13 rowstatus read-only
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)'.
             eriRouterIcrInconsistencyError 1.3.6.1.4.1.193.218.2.101.1.2 integer no-access
This object indicates the ICR inconsistency error code. Enumeration: 'peerLoss': 1, 'peerUp': 0.
         eriRouterIcrMIBConformance 1.3.6.1.4.1.193.218.2.101.2
             eriRouterIcrMIBCompliances 1.3.6.1.4.1.193.218.2.101.2.1
                 eriRouterIcrMIBCompliance 1.3.6.1.4.1.193.218.2.101.2.1.1
The compliance statement for ICR MIB implementations.
             eriRouterIcrMIBGroups 1.3.6.1.4.1.193.218.2.101.2.2
                 eriRouterIcrGroup 1.3.6.1.4.1.193.218.2.101.2.2.1
Conformance group for ICR objects.
                 eriRouterIcrNotificationObjectGroup 1.3.6.1.4.1.193.218.2.101.2.2.2
Conformance group for objects contained in ICR notifications.
                 eriRouterIcrNotificationGroup 1.3.6.1.4.1.193.218.2.101.2.2.3
Conformance group for ICR notifications.