cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2148
Views
0
Helpful
1
Replies

VSS SNMP Monitoring

routercpu
Level 1
Level 1

I have two 6509E's configured with VSS.  In this configuration, is it possible to monitor the CPU and memory of each switch independently using SNMP?

Thanks                 

1 Reply 1

chris.atkinson
Level 1
Level 1

The answer appears to be "almost".... IOS: 12.2(33)SXI10

=== Typical Router 5-min Avg CPU ===

# snmpwalk -v 2c -c 172.16.X.X 1.3.6.1.4.1.9.2.1.58.0
SNMPv2-SMI::enterprises.9.2.1.58.0 = INTEGER: 11
#

=== Multi-CPU 5-min Avg ===

# snmpwalk -v 2c -c 172.16.X.X 1.3.6.1.4.1.9.9.109.1.1.1.1.8
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.1 = Gauge32: 11
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.2 = Gauge32: 17
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.3 = Gauge32: 2
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.4 = Gauge32: 11
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.5 = Gauge32: 2
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.6 = Gauge32: 5
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.7 = Gauge32: 5
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.10 = Gauge32: 11
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.11 = Gauge32: 5

# snmpwalk -v 2c -c 172.16.X.X 1.3.6.1.4.1.9.9.109.1.1.1.1.2
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.1 = INTEGER: 1014
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.2 = INTEGER: 1001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.3 = INTEGER: 6001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.4 = INTEGER: 2001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.5 = INTEGER: 5001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.6 = INTEGER: 3001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.7 = INTEGER: 4001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.10 = INTEGER: 10001
SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.2.11 = INTEGER: 9001
#

# snmpwalk -v 2c -c 172.16.X.X .1.3.6.1.2.1.47.1.1.1.1.7.1014
SNMPv2-SMI::mib-2.47.1.1.1.1.7.1014 = STRING: "Chassis 1 CPU of Routing Processor 5"
# snmpwalk -v 2c -c 172.16.X.X .1.3.6.1.2.1.47.1.1.1.1.7.1001
SNMPv2-SMI::mib-2.47.1.1.1.1.7.1001 = STRING: "Chassis 1 CPU of Switching Processor 5"
# snmpwalk -v 2c -c 172.16.X.X .1.3.6.1.2.1.47.1.1.1.1.7.8014
SNMPv2-SMI::mib-2.47.1.1.1.1.7.8014 = STRING: "Chassis 2 CPU of Routing Processor 5"
# snmpwalk -v 2c -c 172.16.X.X .1.3.6.1.2.1.47.1.1.1.1.7.8001
SNMPv2-SMI::mib-2.47.1.1.1.1.7.8001 = STRING: "Chassis 2 CPU of Switching Processor 5"
#

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card