Cisco 2860 #32
Replies: 2 comments 1 reply
-
|
Hi Lucas, Auto detection is limited in that it only checks a few aspects about nr of ports and speeds. Nothing about cpu, mem, etc. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @partach, Thx Here is the requested output: snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.2.1.2.2.1.2 iso.3.6.1.2.1.2.2.1.2.1 = STRING: "Vlan1" snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 iso.3.6.1.4.1.9.9.109.1.1.1.1.5.1 = Gauge32: 10 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.4.1.9.9.48.1.1.1.5.1 iso.3.6.1.4.1.9.9.48.1.1.1.5.1 = Gauge32: 17631832 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.4.1.9.9.48.1.1.1.6.1 iso.3.6.1.4.1.9.9.48.1.1.1.6.1 = Gauge32: 72031688 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.2.1.2.2.1.8 iso.3.6.1.2.1.2.2.1.8.1 = INTEGER: 1 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.2.1.2.2.1.10 iso.3.6.1.2.1.2.2.1.10.1 = Counter32: 348715924 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.2.1.2.2.1.16 iso.3.6.1.2.1.2.2.1.16.1 = Counter32: 341158605 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.4.1.9.9.402.1.2.1.9.1 iso.3.6.1.4.1.9.9.402.1.2.1.9.1.1 = Gauge32: 0 snmpwalk -v2c -c public 192.168.0.2 1.3.6.1.4.1.9.9.402.1.2.1.7.1 iso.3.6.1.4.1.9.9.402.1.2.1.7.1.1 = Gauge32: 0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to propose the official integration of Cisco Catalyst (IOS) switches into the switch-port-card. I have thoroughly tested and validated the SNMP OIDs on the Catalyst 2960 series, which is one of the most widely used enterprise switches.
Below is the technical specification to implement auto-detection and the corresponding strategies for health and networking.
OID: 1.3.6.1.2.1.1.2.0
Identification: If the value starts with .1.3.6.1.4.1.9, it is a Cisco device..
CPU Load 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1 5-minute average (more stable)
RAM Used 1.3.6.1.4.1.9.9.48.1.1.1.5.1 Processor Pool Used (Bytes)
RAM Free 1.3.6.1.4.1.9.9.48.1.1.1.6.1 Processor Pool Free (Bytes)
3.Interface & Traffic Strategy
Cisco Catalyst switches use specific indexing for interfaces (e.g., 10101 for Gi0/1, 10001 for Fa0/1).
Link Status: 1.3.6.1.2.1.2.2.1.8.{ifIndex} (1: Up, 2: Down)
RX Traffic (Octets): 1.3.6.1.2.1.2.2.1.10.{ifIndex}
TX Traffic (Octets): 1.3.6.1.2.1.2.2.1.16.{ifIndex}
For PoE-enabled models, Cisco provides real-time telemetry in milliwatts (mW).
Actual Consumption: 1.3.6.1.4.1.9.9.402.1.2.1.9.1.{port}
Allocated Power 1.3.6.1.4.1.9.9.402.1.2.1.7.1.{port} [If the value is greater than 0, show the lightning bolt icon]
Beta Was this translation helpful? Give feedback.
All reactions