RC-ISIS-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-ISIS-MIB

Organization: Nortel Networks, OE Group

Last Updated: 2009-02-27

Category: Nortel Enterprise Data, Routing

Description:

Manages IS-IS routing protocol configuration, adjacencies, and LSP database on Nortel Ethernet Routing Switch platforms.

Imported Objects

From IF-MIB

InterfaceIndex
InterfaceIndexOrZero

From RAPID-CITY

EnableValue
rcIsisOBJECT-IDENTITY

From SNMPv2-SMI

Counter32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
TimeTicks
Unsigned32

From SNMPv2-TC

DisplayString
MacAddress
RowStatus
TEXTUAL-CONVENTION
TruthValue

What Is RC-ISIS-MIB?

RC-ISIS-MIB is a Nortel Networks enterprise MIB for the Ethernet Routing Switch (Accelar/Rapid-City) family, covering configuration and operational monitoring of the IS-IS interior gateway routing protocol. It exposes IS-IS authentication settings (area and domain key/type), protocol timers (CSNP/PSNP intervals, LSP retransmit interval, SPF delay), host name and control-VLAN configuration, plus dedicated statistics and trap groups. Its main monitoring value is around routing-protocol software health: tracking rcIsisStats to catch abnormal LSP retransmissions or SPF recalculation frequency, and rcIsisTrap notifications to detect adjacency changes or authentication failures that would disrupt routing convergence. It complements (without directly depending on) the IETF's standard ISIS-MIB, implementing IS-IS management as a Nortel enterprise equivalent. It is deployed on Nortel Ethernet Routing Switches acting as IS-IS routers in enterprise or metro networks requiring resilient interior routing. Engineers can download the RC-ISIS-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-ISIS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • IS-IS adjacency/routing statistics
  • LSP retransmission and refresh intervals
  • SPF recalculation delay
  • IS-IS authentication configuration
  • IS-IS fault traps

Supported Devices

  • Nortel Ethernet Routing Switch

Monitoring Examples

An engineer would monitor rcIsisStats and rcIsisTrap to detect flapping adjacencies or repeated SPF recalculations (tied to rcIsisGlobalSpfDelay) that could indicate an unstable link or misconfigured neighbor. Checking rcIsisGlobalRxmtLspInt and rcIsisGlobalCsnpInt against expected defaults helps confirm the router's LSP/CSNP timers haven't been misconfigured, which could otherwise cause slow convergence. If rcIsisGlobalAreaAuthType or rcIsisGlobalDomainAuthType mismatches between peers, IS-IS adjacencies would fail to form, visible via authentication-failure traps.

OIDs
OID symbolicOID numericTypeAccessDescription
rcIsisMib1.3.6.1.4.1.2272.1.63.0Enterprise MIB for the Accelar product family.
rcIsisGlobalGroup1.3.6.1.4.1.2272.1.63.1
INT rcIsisGlobalAreaAuthType1.3.6.1.4.1.2272.1.63.1.1INTEGERread-writeThe authentication type for the area
I32 rcIsisGlobalAreaKeyId1.3.6.1.4.1.2272.1.63.1.2Integer32read-writeAuthentication key-id for the area. This is required if the auth-type is hmac-md5 else it is not required.
OCT rcIsisGlobalAreaAuthKey1.3.6.1.4.1.2272.1.63.1.3OCTET STRINGread-writeAuthentication key, this key will be used to authenticate the LSP's received on the area
INT rcIsisGlobalDomainAuthType1.3.6.1.4.1.2272.1.63.1.4INTEGERread-writeThe authentication type for the domain
I32 rcIsisGlobalDomainKeyId1.3.6.1.4.1.2272.1.63.1.5Integer32read-writeThe authentication key-id for the domain. This is required if the auth-type is hmac-md5 else it is not required.
OCT rcIsisGlobalDomainAuthKey1.3.6.1.4.1.2272.1.63.1.6OCTET STRINGread-writeAuthentication key, this key will be used to authenticate the LSP's received on the domain
I32 rcIsisGlobalCsnpInt1.3.6.1.4.1.2272.1.63.1.7Integer32read-writeInterval of time, in seconds, between periodic transmission of a complete set of CSNPs on multiaccess networks if this router is the designated router at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
I32 rcIsisGlobalRxmtLspInt1.3.6.1.4.1.2272.1.63.1.8Integer32read-writeMinimum interval, in seconds, between re-transmission of a LSP at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
I32 rcIsisGlobalPSNPInterval1.3.6.1.4.1.2272.1.63.1.9Integer32read-writeMinimum interval in seconds between sending Partial Sequence Number PDUs at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
OCT rcIsisGlobalHostName1.3.6.1.4.1.2272.1.63.1.10OCTET STRINGread-writeThe hostname listed in LSP, or the system name if host name is not configured.
I32 rcIsisGlobalSpfDelay1.3.6.1.4.1.2272.1.63.1.11Integer32read-writeISIS SPF delay in miliseconds
I32 rcIsisGlobalControlVlan1.3.6.1.4.1.2272.1.63.1.12Integer32read-writeISIS control vlan ID
rcIsisCircuitTable1.3.6.1.4.1.2272.1.63.2not-accessibleTable of IS-IS Circuit, this is extension to the isisCircTable defined in ISIS MIB
rcIsisCircuitEntry1.3.6.1.4.1.2272.1.63.2.1not-accessibleAn entry of rcIsisCircuit Table. A Entry in table exists for each ISIS circuit created
I32 rcIsisCircuitIndex1.3.6.1.4.1.2272.1.63.2.1.1Integer32not-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
INT rcIsisCircuitType1.3.6.1.4.1.2272.1.63.2.1.2INTEGERread-writeISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type
INT rcIsisCircuitAuthType1.3.6.1.4.1.2272.1.63.2.1.3INTEGERread-writeAuthentication type for IIH to be sent/reveived on the circuit/interface
INT rcIsisCircuitKeyId1.3.6.1.4.1.2272.1.63.2.1.4INTEGERread-writeAuthentication key id related to IIH key This can be set only if the auth-type is hmac-md5
OCT rcIsisCircuitAuthKey1.3.6.1.4.1.2272.1.63.2.1.5OCTET STRINGread-writeAuthentication key to be used to authenticate IIH sent/reveived on the circuit/interface
IP rcIsisCircuitAddr1.3.6.1.4.1.2272.1.63.2.1.6IpAddressread-onlyIP address associated with the interface
IP rcIsisCircuitMask1.3.6.1.4.1.2272.1.63.2.1.7IpAddressread-onlyIP mask associated with the interface
INT rcIsisCircuitOperState1.3.6.1.4.1.2272.1.63.2.1.8INTEGERread-onlyThis variable tells the operating state of circ
I32 rcIsisCircuitNumAdj1.3.6.1.4.1.2272.1.63.2.1.9Integer32read-onlyNUmber of adjacencies
I32 rcIsisCircuitNumUpAdj1.3.6.1.4.1.2272.1.63.2.1.10Integer32read-onlyNumber of adjancencies which are UP
rcIsisStats1.3.6.1.4.1.2272.1.63.3
T/F rcIsisStatsClearErrorCounters1.3.6.1.4.1.2272.1.63.3.1TruthValueread-writeClear ISIS global and interface error counters.
T/F rcIsisStatsClearPacketCounters1.3.6.1.4.1.2272.1.63.3.2TruthValueread-writeClear IS-IS control packets sent and received at each level on all the interface/circuits.
rcIsisPlsbTable1.3.6.1.4.1.2272.1.63.4not-accessibleTable of PLSB under IS-IS
rcIsisPlsbEntry1.3.6.1.4.1.2272.1.63.4.1not-accessibleAn entry of rcIsisPlsb Table. A Entry in table exists for each plsb instance created
I32 rcIsisPlsbId1.3.6.1.4.1.2272.1.63.4.1.1Integer32not-accessiblePLSB instance ID
ROW rcIsisPlsbRowStatus1.3.6.1.4.1.2272.1.63.4.1.2RowStatusread-createThe state of the rcIsisPlsbEntry.
ISI rcIsisPlsbNodeNickName1.3.6.1.4.1.2272.1.63.4.1.3IsisPlsbNodeNickNameread-createPLSB node's nickname is used to calculate ISID multicast mac address.
OCT rcIsisPlsbVlans1.3.6.1.4.1.2272.1.63.4.1.4OCTET STRINGread-createPLSB ISIS vlans for a PLSB instance.
ENA rcIsisPlsbLsdbTrap1.3.6.1.4.1.2272.1.63.4.1.5EnableValueread-createisis PLSB lsdb update trap enable on this plsb instance
rcIsisCircuitPlsbTable1.3.6.1.4.1.2272.1.63.5not-accessibleTable of IS-IS Circuit PLSB instance
rcIsisCircuitPlsbEntry1.3.6.1.4.1.2272.1.63.5.1not-accessibleAn entry of rcIsisCircuitPlsb Table. A Entry in table exists for each PLSB instance under a ISIS circuit created
NUM rcIsisCircuitPlsbIndex1.3.6.1.4.1.2272.1.63.5.1.1InterfaceIndexOrZeronot-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
I32 rcIsisCircuitPlsbId1.3.6.1.4.1.2272.1.63.5.1.2Integer32not-accessiblePLSB instance ID
ROW rcIsisCircuitPlsbRowStatus1.3.6.1.4.1.2272.1.63.5.1.3RowStatusread-createThe state of the rcIsisCircuitPlsbEntry.
ENA rcIsisCircuitPlsbState1.3.6.1.4.1.2272.1.63.5.1.4EnableValueread-createPLSB functionality enable on this Plsb instance at this port
INT rcIsisCircuitPlsbType1.3.6.1.4.1.2272.1.63.5.1.5INTEGERread-createISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type
ISI rcIsisCircuitPlsbL1Metric1.3.6.1.4.1.2272.1.63.5.1.6IsisDefaultL1Metricread-createThe metric value of this circuit for this level.
ISI rcIsisCircuitPlsbWideL1Metric1.3.6.1.4.1.2272.1.63.5.1.7IsisWideL1Metricread-createThe metric value of this circuit for this level.
rcIsisPlsbUnicastFibTable1.3.6.1.4.1.2272.1.63.6not-accessibleTable of IS-IS PLSB Unicast FIB
rcIsisPlsbUnicastFibEntry1.3.6.1.4.1.2272.1.63.6.1not-accessibleAn entry of rcIsisPlsbUnicastFib Table. A Entry in table exists for each PLSB unicast forwarding entry generated by ISIS SPF computation
MAC rcIsisPlsbUnicastFibDestinationMacAddr1.3.6.1.4.1.2272.1.63.6.1.1MacAddressnot-accessibleDestination Mac Address of the unicast FIB entry
I32 rcIsisPlsbUnicastFibVlan1.3.6.1.4.1.2272.1.63.6.1.2Integer32not-accessibleVlan of the unicast FIB entry
OCT rcIsisPlsbUnicastFibSysId1.3.6.1.4.1.2272.1.63.6.1.3OCTET STRINGnot-accessibleSystem ID of the node where unicast FIB entry come from
NUM rcIsisPlsbUnicastFibOutgoingPort1.3.6.1.4.1.2272.1.63.6.1.4InterfaceIndexread-onlyOutgoing port of the unicast Fib entry.
rcIsisPlsbMulticastFibTable1.3.6.1.4.1.2272.1.63.7not-accessibleTable of IS-IS PLSB Multicast FIB
rcIsisPlsbMulticastFibEntry1.3.6.1.4.1.2272.1.63.7.1not-accessibleAn entry of rcIsisPlsbmulticastFib Table. A Entry in table exists for each PLSB Multicast forwarding entry generated by ISIS SPF computation
MAC rcIsisPlsbMulticastFibMcastDestMacAddr1.3.6.1.4.1.2272.1.63.7.1.1MacAddressnot-accessibleMulticast destination Mac Address of the multicast FIB entry
I32 rcIsisPlsbMulticastFibVlan1.3.6.1.4.1.2272.1.63.7.1.2Integer32not-accessibleVlan of the multicast FIB entry
OCT rcIsisPlsbMulticastFibSysId1.3.6.1.4.1.2272.1.63.7.1.3OCTET STRINGnot-accessibleSystem ID of the node where multicast FIB entry come from
I32 rcIsisPlsbMulticastFibIsid1.3.6.1.4.1.2272.1.63.7.1.4Integer32read-onlyIsid id of the multicast FIB entry
STR rcIsisPlsbMulticastFibOutgoingPorts1.3.6.1.4.1.2272.1.63.7.1.5DisplayStringread-onlyNni port of the multicast Fib entry.
rcIsisPlsbIsidTable1.3.6.1.4.1.2272.1.63.8not-accessibleTable of IS-IS PLSB ISID
rcIsisPlsbIsidEntry1.3.6.1.4.1.2272.1.63.8.1not-accessibleAn entry of rcIsisPlsbIsid Table. A Entry in table exists for each PLSB i-sid configed or discovered by IS-IS
I32 rcIsisPlsbIsidSourceName1.3.6.1.4.1.2272.1.63.8.1.1Integer32not-accessiblenick name of node where this i-sid got configed or discovered
I32 rcIsisPlsbIsidId1.3.6.1.4.1.2272.1.63.8.1.2Integer32not-accessibleIS-IS PLSB Isid id
OCT rcIsisPlsbIsidSysId1.3.6.1.4.1.2272.1.63.8.1.3OCTET STRINGnot-accessibleSystem ID of the node where multicast FIB entry come from
INT rcIsisPlsbIsidType1.3.6.1.4.1.2272.1.63.8.1.4INTEGERread-onlyPLSB i-sid type
rcIsisTrap1.3.6.1.4.1.2272.1.63.9
STR rcIsisLocalLspId1.3.6.1.4.1.2272.1.63.9.1DisplayStringread-onlyThe 8 byte Local LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
ISI rcIsisLocall1Metric1.3.6.1.4.1.2272.1.63.9.2IsisDefaultL1Metricread-onlyl1-metric for ISIS interface on local Node.
STR rcIsisNgbLspId1.3.6.1.4.1.2272.1.63.9.3DisplayStringread-onlyThe 8 byte neighbor LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
ISI rcIsisNgbl1Metric1.3.6.1.4.1.2272.1.63.9.4IsisDefaultL1Metricread-onlyl1-metric for ISIS interface on neighbor Node.
INT rcIsisPlsbTrapType1.3.6.1.4.1.2272.1.63.9.5INTEGERread-only
STR rcIsisLocalSysId1.3.6.1.4.1.2272.1.63.9.6DisplayStringread-onlyISIS local node system-id.
I32 rcIsisLocalInterface1.3.6.1.4.1.2272.1.63.9.7Integer32read-onlyISIS local interface index.
INT rcIsisTrapIndicator1.3.6.1.4.1.2272.1.63.9.8INTEGERread-onlyindicates that an alarm has been Raised, or an alarm has been cleared.
STR rcIsisLocalNickname1.3.6.1.4.1.2272.1.63.9.9DisplayStringread-onlyISIS local node nick-name.
STR rcIsisNgbNickname1.3.6.1.4.1.2272.1.63.9.10DisplayStringread-onlyISIS neighbor node nick-name.
STR rcIsisNgbSysId1.3.6.1.4.1.2272.1.63.9.11DisplayStringread-onlyISIS neighbor node system-id.
rcIsisAdjTable1.3.6.1.4.1.2272.1.63.10not-accessibleTable of IS-IS Adjacency, this is extension to the isisISAdjTable defined in ISIS MIB
rcIsisAdjEntry1.3.6.1.4.1.2272.1.63.10.1not-accessibleAn entry of rcIsisAdj Table. A Entry in table exists for each ISIS adjacency
I32 rcIsisAdjCircIndex1.3.6.1.4.1.2272.1.63.10.1.1Integer32not-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
U32 rcIsisAdjIndex1.3.6.1.4.1.2272.1.63.10.1.2Unsigned32not-accessibleA unique value identifying the IS adjacency from all other such adjacencies on this circuit. This value is automatically assigned by the system when the adjacency is created.
OCT rcIsisAdjHostName1.3.6.1.4.1.2272.1.63.10.1.3OCTET STRINGread-onlyThe hostname listed in LSP, or the system name if host name is not configured.
NUM rcIsisAdjIfIndex1.3.6.1.4.1.2272.1.63.10.1.4InterfaceIndexread-onlyThe value of ifIndex for the interface to which this circuit corresponds.
rcIsisLSPTable1.3.6.1.4.1.2272.1.63.11not-accessibleTable of IS-IS LSP, this is extension to the isisLSPSummaryTable defined in ISIS MIB
rcIsisLSPEntry1.3.6.1.4.1.2272.1.63.11.1not-accessibleAn entry of rcIsisLSP Table. A Entry in table exists for each ISIS LSP
INT rcIsisLSPLevel1.3.6.1.4.1.2272.1.63.11.1.1INTEGERnot-accessibleAt which level does this LSP appear?
OCT rcIsisLSPID1.3.6.1.4.1.2272.1.63.11.1.2OCTET STRINGnot-accessibleThe 8 byte LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
U32 rcIsisLSPSeq1.3.6.1.4.1.2272.1.63.11.1.3Unsigned32read-onlyThe sequence number for this LSP.
OCT rcIsisLSPHostName1.3.6.1.4.1.2272.1.63.11.1.4OCTET STRINGread-onlyThe hostname listed in LSP, or the system name if host name is not configured.

RFC description

Enterprise MIB for Nortel Accelar product family routing, providing ISIS protocol configuration and management objects.

Start monitoring Nortel Ethernet Routing Switch, Accelar/Rapid-City family (IS-IS routing-protocol configuration/statistics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download RC-ISIS-MIB