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

Using SNMP to monitor Nexus 7000 Series Supervisor Module

chenlei9907
Level 1
Level 1

Hello,

I got a Nexus 7000 supervisor module recently, I met a SNMP problem for this module

http://www.cisco.com/en/US/prod/collateral/switches/ps9441/ps9402/ps9512/images/Data_Sheet_C78-437758-1.jpg

I would like to know which specific OIDs to use to monitor the following using SNMP on a Nexus 7000 supervisor module:

- Port status

- CPU total utilization

- Power Supply status

- Chassis Fan status

etc.

The Nexus is quite different from other Cisco devices - any help will be appreciated!

1 Reply 1

wandering_997
Level 1
Level 1

 

hope help,  and 

 

port status OID is ifOperStatus

CPU total utilization OID is 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1

 

 

[root@NET-MONITOR-1 ~]# 
[root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifDescr.83886080
.1.3.6.1.2.1.2.2.1.2.83886080 = STRING: mgmt0
[root@NET-MONITOR-1 ~]# 
[root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 ifOperStatus.83886080
.1.3.6.1.2.1.2.2.1.8.83886080 = INTEGER: up(1)
[root@NET-MONITOR-1 ~]# 
[root@NET-MONITOR-1 ~]# snmpwalk -On -v 2c -c 360buy 172.17.0.253 1.3.6.1.4.1.9.9.109.1.1.1.1.6.1
.1.3.6.1.4.1.9.9.109.1.1.1.1.6.1 = Gauge32: 21
[root@NET-MONITOR-1 ~]#

 

 

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