cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3509
Views
5
Helpful
2
Replies

ISIS adjacency monitoring under IOS-XR 4.3.1

scorpion
Level 1
Level 1

Hi,

I need to monitor my entire networks ISIS adjancencies using SNMP Trap. But I am having some hard time figuring out the OID values. Can someone please help me figure out the OID's required for ISIS adjacency monitoring.

HW : Cisco 12416

SW : IOS XR 4.3.1

Thanks in advance.

1 Accepted Solution

Accepted Solutions

dpothier
Cisco Employee
Cisco Employee

Ensure you have the isis traps you want enabled:

RP/0/8/CPU0:PR-GSR-1(config)#snmp-server traps isis ?

  adjacency-change                isisAdjacencyChange

  all                             Enable all IS-IS traps

  area-mismatch                   isisAreaMismatch

  attempt-to-exceed-max-sequence  isisAttemptToExceedMaxSequence

  authentication-failure          isisAuthenticationFailure

  authentication-type-failure     isisAuthenticationTypeFailure

  corrupted-lsp-detected          isisCorruptedLSPDetected

  database-overload               isisDatabaseOverload

  id-len-mismatch                 isisIDLenMismatch

  lsp-error-detected              isisLSPErrorDetected

  lsp-too-large-to-propagate      isisLSPTooLargeToPropagate

  manual-address-drops            isisManualAddressDrops

  max-area-addresses-mismatch     isisMaxAreaAddressesMismatch

  orig-lsp-buff-size-mismatch     isisOrigLSPBuffSizeMismatch

  own-lsp-purge                   isisOwnLSPPurge

  protocols-supported-mismatch    isisProtocolsSupportedMismatch

  rejected-adjacency              isisRejectedAdjacency

  sequence-number-skip            isisSequenceNumberSkip

  version-skew                    isisVersionSkew

RP/0/8/CPU0:PR-GSR-1(config)#snmp-server traps isis adjacency-change ?

  area-mismatch                   isisAreaMismatch

  attempt-to-exceed-max-sequence  isisAttemptToExceedMaxSequence

  authentication-failure          isisAuthenticationFailure

  authentication-type-failure     isisAuthenticationTypeFailure

  corrupted-lsp-detected          isisCorruptedLSPDetected

  database-overload               isisDatabaseOverload

  id-len-mismatch                 isisIDLenMismatch

  lsp-error-detected              isisLSPErrorDetected

  lsp-too-large-to-propagate      isisLSPTooLargeToPropagate

  manual-address-drops            isisManualAddressDrops

  max-area-addresses-mismatch     isisMaxAreaAddressesMismatch

  orig-lsp-buff-size-mismatch     isisOrigLSPBuffSizeMismatch

  own-lsp-purge                   isisOwnLSPPurge

  protocols-supported-mismatch    isisProtocolsSupportedMismatch

  rejected-adjacency              isisRejectedAdjacency

  sequence-number-skip            isisSequenceNumberSkip

  version-skew                    isisVersionSkew

 

You can view the supported MIB's per XR12K release here:

ftp://ftp.cisco.com/pub/mibs/supportlists/xr12000/xr12000-supportlist.html

We support the ISIS-MIB

ftp://ftp.cisco.com/pub/mibs/v2/ISIS-MIB.my

Refer to the isis adjacency table info:

-- The IS Adjacency Table
--
-- Each adjacency to an IS corresponds to one entry in this
-- table.

    isisISAdjTable OBJECT-TYPE

Full RFC4444 ISIS MIB support was added from 4.1.0 onwards. Prior to that it was partailly supported

You can map the OID's from the router to above ISIS-MIB.my file via CLI:

RP/0/8/CPU0:PR-GSR-1#show snmp mib object-name | inc ISAdj

Wed Sep 18 11:19:18.688 UTC

  1.3.6.1.2.1.138.1.6.1.1.2                 isisISAdjEntry.2

  1.3.6.1.2.1.138.1.6.1.1.3                 isisISAdjEntry.3

  1.3.6.1.2.1.138.1.6.1.1.4                 isisISAdjEntry.4

  1.3.6.1.2.1.138.1.6.1.1.5                 isisISAdjEntry.5

  1.3.6.1.2.1.138.1.6.1.1.6                 isisISAdjEntry.6

  1.3.6.1.2.1.138.1.6.1.1.7                 isisISAdjEntry.7

  1.3.6.1.2.1.138.1.6.1.1.8                 isisISAdjEntry.8

  1.3.6.1.2.1.138.1.6.1.1.9                 isisISAdjEntry.9

  1.3.6.1.2.1.138.1.6.1.1.10                isisISAdjEntry.10

  1.3.6.1.2.1.138.1.6.1.1.11                isisISAdjEntry.11

  1.3.6.1.2.1.138.1.6.2.1.2                 isisISAdjAreaAddrEntry.2

  1.3.6.1.2.1.138.1.6.3.1.2                 isisISAdjIPAddrEntry.2

  1.3.6.1.2.1.138.1.6.3.1.3                 isisISAdjIPAddrEntry.3

  1.3.6.1.2.1.138.1.6.4.1.1                 isisISAdjProtSuppEntry.1

RP/0/8/CPU0:PR-GSR-1#

regards,

david

View solution in original post

2 Replies 2

dpothier
Cisco Employee
Cisco Employee

Ensure you have the isis traps you want enabled:

RP/0/8/CPU0:PR-GSR-1(config)#snmp-server traps isis ?

  adjacency-change                isisAdjacencyChange

  all                             Enable all IS-IS traps

  area-mismatch                   isisAreaMismatch

  attempt-to-exceed-max-sequence  isisAttemptToExceedMaxSequence

  authentication-failure          isisAuthenticationFailure

  authentication-type-failure     isisAuthenticationTypeFailure

  corrupted-lsp-detected          isisCorruptedLSPDetected

  database-overload               isisDatabaseOverload

  id-len-mismatch                 isisIDLenMismatch

  lsp-error-detected              isisLSPErrorDetected

  lsp-too-large-to-propagate      isisLSPTooLargeToPropagate

  manual-address-drops            isisManualAddressDrops

  max-area-addresses-mismatch     isisMaxAreaAddressesMismatch

  orig-lsp-buff-size-mismatch     isisOrigLSPBuffSizeMismatch

  own-lsp-purge                   isisOwnLSPPurge

  protocols-supported-mismatch    isisProtocolsSupportedMismatch

  rejected-adjacency              isisRejectedAdjacency

  sequence-number-skip            isisSequenceNumberSkip

  version-skew                    isisVersionSkew

RP/0/8/CPU0:PR-GSR-1(config)#snmp-server traps isis adjacency-change ?

  area-mismatch                   isisAreaMismatch

  attempt-to-exceed-max-sequence  isisAttemptToExceedMaxSequence

  authentication-failure          isisAuthenticationFailure

  authentication-type-failure     isisAuthenticationTypeFailure

  corrupted-lsp-detected          isisCorruptedLSPDetected

  database-overload               isisDatabaseOverload

  id-len-mismatch                 isisIDLenMismatch

  lsp-error-detected              isisLSPErrorDetected

  lsp-too-large-to-propagate      isisLSPTooLargeToPropagate

  manual-address-drops            isisManualAddressDrops

  max-area-addresses-mismatch     isisMaxAreaAddressesMismatch

  orig-lsp-buff-size-mismatch     isisOrigLSPBuffSizeMismatch

  own-lsp-purge                   isisOwnLSPPurge

  protocols-supported-mismatch    isisProtocolsSupportedMismatch

  rejected-adjacency              isisRejectedAdjacency

  sequence-number-skip            isisSequenceNumberSkip

  version-skew                    isisVersionSkew

 

You can view the supported MIB's per XR12K release here:

ftp://ftp.cisco.com/pub/mibs/supportlists/xr12000/xr12000-supportlist.html

We support the ISIS-MIB

ftp://ftp.cisco.com/pub/mibs/v2/ISIS-MIB.my

Refer to the isis adjacency table info:

-- The IS Adjacency Table
--
-- Each adjacency to an IS corresponds to one entry in this
-- table.

    isisISAdjTable OBJECT-TYPE

Full RFC4444 ISIS MIB support was added from 4.1.0 onwards. Prior to that it was partailly supported

You can map the OID's from the router to above ISIS-MIB.my file via CLI:

RP/0/8/CPU0:PR-GSR-1#show snmp mib object-name | inc ISAdj

Wed Sep 18 11:19:18.688 UTC

  1.3.6.1.2.1.138.1.6.1.1.2                 isisISAdjEntry.2

  1.3.6.1.2.1.138.1.6.1.1.3                 isisISAdjEntry.3

  1.3.6.1.2.1.138.1.6.1.1.4                 isisISAdjEntry.4

  1.3.6.1.2.1.138.1.6.1.1.5                 isisISAdjEntry.5

  1.3.6.1.2.1.138.1.6.1.1.6                 isisISAdjEntry.6

  1.3.6.1.2.1.138.1.6.1.1.7                 isisISAdjEntry.7

  1.3.6.1.2.1.138.1.6.1.1.8                 isisISAdjEntry.8

  1.3.6.1.2.1.138.1.6.1.1.9                 isisISAdjEntry.9

  1.3.6.1.2.1.138.1.6.1.1.10                isisISAdjEntry.10

  1.3.6.1.2.1.138.1.6.1.1.11                isisISAdjEntry.11

  1.3.6.1.2.1.138.1.6.2.1.2                 isisISAdjAreaAddrEntry.2

  1.3.6.1.2.1.138.1.6.3.1.2                 isisISAdjIPAddrEntry.2

  1.3.6.1.2.1.138.1.6.3.1.3                 isisISAdjIPAddrEntry.3

  1.3.6.1.2.1.138.1.6.4.1.1                 isisISAdjProtSuppEntry.1

RP/0/8/CPU0:PR-GSR-1#

regards,

david

Hi,

Thanks for your reply.

show snmp mib object-name | inc ISAdj did the trick for me.

Happy networking.