Nokia 7750 SR supports multiple instances of IS-IS. We need to monitor the status of adjacency groups of IS-IS instances. The status of each adjacency can be derived from the IS-IS adjacency table in the IS-IS MIB, where each OID has three levels of indices: IS-IS instance index, circuit index and adjacency index.
How to set up a discovery rule or discovery rules to discover each IS-IS adjacency?
IS-IS adjacency table in the IS-IS MIB:
isisISAdjTable OBJECT-TYPE
SYNTAX SEQUENCE OF IsisISAdjEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of adjacencies to Intermediate Systems."
::= { isisISAdj 1 }
isisISAdjEntry OBJECT-TYPE
SYNTAX IsisISAdjEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry corresponds to one adjacency to an
Intermediate System on this system."
INDEX { isisSysInstance,
isisCircIndex,
isisISAdjIndex }
::= { isisISAdjTable 1 }
Any advice would be much appreciated.
How to set up a discovery rule or discovery rules to discover each IS-IS adjacency?
IS-IS adjacency table in the IS-IS MIB:
isisISAdjTable OBJECT-TYPE
SYNTAX SEQUENCE OF IsisISAdjEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of adjacencies to Intermediate Systems."
::= { isisISAdj 1 }
isisISAdjEntry OBJECT-TYPE
SYNTAX IsisISAdjEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry corresponds to one adjacency to an
Intermediate System on this system."
INDEX { isisSysInstance,
isisCircIndex,
isisISAdjIndex }
::= { isisISAdjTable 1 }
Any advice would be much appreciated.
Comment