Cisco 6509E (running VSS clustering):
192.168.3.1 has an unrecognized sysObjectID: ".1.3.6.1.4.1.9.1.896", skipping
Couldn't get the switch type from 192.168.3.1, skipping
Cisco 4510:
192.168.3.30 has an unrecognized sysObjectID: ".1.3.6.1.4.1.9.1.537", skipping
Couldn't get the switch type from 192.168.3.30, skipping
more CISCO-PRODUCTS-MIB.my |grep -i 4510
catalyst4510 OBJECT IDENTIFIER ::= { ciscoProducts 537 } -- Catalyst 4000 with 10 slots (WS-C4510R)
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to add to devices to the list:
Cisco 6509E (running VSS clustering):
192.168.3.1 has an unrecognized sysObjectID: ".1.3.6.1.4.1.9.1.896", skipping
Couldn't get the switch type from 192.168.3.1, skipping
Cisco 4510:
192.168.3.30 has an unrecognized sysObjectID: ".1.3.6.1.4.1.9.1.537", skipping
Couldn't get the switch type from 192.168.3.30, skipping
more CISCO-PRODUCTS-MIB.my |grep -i 4510
catalyst4510 OBJECT IDENTIFIER ::= { ciscoProducts 537 } -- Catalyst 4000 with 10 slots (WS-C4510R)
Any ideas?
Add those to the Switches list in Constants.pm
-Lance