This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How do you monitor Cisco 6500 line card status?

FormerMember
FormerMember

We have a few chassis' that we use for VSS. I cannot find a way to monitor the line cards. All of the OIDs I find say "OID Not Supported" when I test them. Any help would be greatly appreciated.

Thanks!

  • I have the same question.

    I found in the SNMP 1.3.6.1.2.1.47 ( entityMIB )

    - 1.3.6.1.2.1.47.1.1.1.1.2.1000=Chassis 1 VS-SUP2T-10G ....

    - 1.3.6.1.2.1.47.1.1.1.1.2.2000= ...

    but I cannot found the oid if the card is Online, have minor, major of is not oke.

  • https://thwack.solarwinds.com/docs/DOC-148968

    Looks like this uses OID 1.3.6.1.4.1.9.9.117.1.2.1.1.2.  There are reports in the zip file along with the UDP.  Do they work for you?

  • Try to use the following OID: 1.3.6.1.4.1.9.5.1.3.1.1.10 "The operational status of the module. If the status is not ok, the value of moduleTestResult gives more detailed information about the module's failure condition(s)."

  • This is the OID that I use.

    When defining the UnDP, set Format to "Enumeration".

    Map the values as such:

    0     other

    1     ok

    2     minorFault

    3     majorFault.

    I use this for all my 6500s and 7600s.

    This does not work for the 4500s I have tested.  For 4500s I use 1.3.6.1.4.1.9.9.117.1.2.1.1.2

    These values map as follows:

    1     unknown

    2     ok

    3     disabled

    4     okButDiagFailed

    5     boot

    6     selfTest

    7     failed

    8     missing

    9     mismatchWithParent

    10     mismatchConfig

    11     diagFailed

    12     dormant

    13     outOfServiceAdmin

    14     outOfServiceEnvTemp

    15     poweredDown

    16     poweredUp

    17     powerDenied

    18     powerCycled

    19     okButPowerOverWarning

    20     okButPowerOverCritical

    21     syncInProgress

    22     upgrading

    23     okButAuthFailed

  • I'm looking for something similar, but for linecards on a 6807-XL.

    I tried those for 6500, but couldn't get them to work?