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.

Support for Switch model, module names and serial number.

Hello everybody.

Is there a way to get switch model and serial numbers using UDT.

I've just downloaded trial version , and tried to get switch model name for my 2960 with no luck.

Any clue why? Should this be supported?

  • Have a look at OID 1.3.6.1.4.1.9.3.6.1

    This returns an interger value which corresponds to a model number. I think you need to use the ENUM type of return in UDP to get the model name instead of its code.

    The start of the details from the Engineer's Toolset is:
    OID: 1.3.6.1.4.1.9.3.6.1
    Access: Read-Only
    Type: Integer
     
    Chassis type.
    Possible values:
    unknown(1)
    multibus(2)
    agsplus(3)
    igs(4)
    c2000(5)
    c3000(6)
    c4000(7)
    c7000(8)
    cs500(9)
    c7010(10)
    c2500(11)
    c4500(12)
    c2102(13)
    c2202(14)
    c2501(15)

  • Sorry, to also add; serial numbers can be obtained from OID 1.3.6.1.4.1.9.3.6.3