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

an object name for the command sh hardware fabric-utilization on Nexus

ROMAN TOMASEK
Level 1
Level 1

Hello,

does the customer use SNMP for the monitor a fabric-utilization on Nexus?? He wants to monitor values from the command "sh hardware fabric-utilization":

sh hardware fabric-utilization

> ------------------------------------------------

> Slot        Total Fabric        Utilization

>              Bandwidth      Ingress % Egress %

> ------------------------------------------------

> 1             184 Gbps          3.0       3.75

> 2             184 Gbps          4.0       4.25

> 3             184 Gbps          5.0       4.62

> 4             184 Gbps          4.0       4.0

> 5              92 Gbps          0.0       0.0

> 6              92 Gbps          0.0       0.0

he uses snmpwalk

> snmpwalk -v2c -c public ip-address  -On > switch

>

here is the output for slot1

>

> .1.3.6.1.2.1.47.1.1.1.1.2.22230 = STRING: "xbar-1 Outlet  (s1)"  ==

> ingres

> .1.3.6.1.2.1.47.1.1.1.1.2.22231 = STRING: "xbar-1 Intake  (s2)" ==

> egress

> .1.3.6.1.2.1.47.1.1.1.1.2.22232 = STRING: "xbar-1 Crossbar(s3)" ==

> total

>

> OIDs in the ENTITY-MIB.

he tried to use a filter for the xbar-1 Outlet

> ob@ns1main:~$ cat switch | grep 22230

> .1.3.6.1.2.1.47.1.1.1.1.2.22230 = STRING: "xbar-1 Outlet  (s1)"

> .1.3.6.1.2.1.47.1.1.1.1.3.22230 = OID: .1.3.6.1.4.1.9.12.3.1.8.29

> .1.3.6.1.2.1.47.1.1.1.1.4.22230 = INTEGER: 32

> .1.3.6.1.2.1.47.1.1.1.1.5.22230 = INTEGER: 8

> .1.3.6.1.2.1.47.1.1.1.1.6.22230 = INTEGER: 1

> .1.3.6.1.2.1.47.1.1.1.1.7.22230 = STRING: "xbar-1 Outlet  (s1)"

> .1.3.6.1.2.1.47.1.1.1.1.8.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.9.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.10.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.11.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.12.22230 = STRING: "Cisco Systems"

> .1.3.6.1.2.1.47.1.1.1.1.13.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.14.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.15.22230 = ""

> .1.3.6.1.2.1.47.1.1.1.1.16.22230 = INTEGER: 2

> .1.3.6.1.4.1.9.9.91.1.1.1.1.1.22230 = INTEGER: 8

> .1.3.6.1.4.1.9.9.91.1.1.1.1.2.22230 = INTEGER: 9

> .1.3.6.1.4.1.9.9.91.1.1.1.1.3.22230 = INTEGER: 0

> .1.3.6.1.4.1.9.9.91.1.1.1.1.4.22230 = INTEGER: 0

> .1.3.6.1.4.1.9.9.91.1.1.1.1.5.22230 = INTEGER: 2

> .1.3.6.1.4.1.9.9.91.1.1.1.1.6.22230 = Timeticks: (206227326) 23 days,

> 20:51:13.26

> .1.3.6.1.4.1.9.9.91.1.1.1.1.7.22230 = INTEGER: 60

> .1.3.6.1.4.1.9.9.91.1.2.1.1.2.22230.1281 = INTEGER: 10

> .1.3.6.1.4.1.9.9.91.1.2.1.1.2.22230.1282 = INTEGER: 20

> .1.3.6.1.4.1.9.9.91.1.2.1.1.3.22230.1281 = INTEGER: 4

> .1.3.6.1.4.1.9.9.91.1.2.1.1.3.22230.1282 = INTEGER: 4

> .1.3.6.1.4.1.9.9.91.1.2.1.1.4.22230.1281 = INTEGER: -128

> .1.3.6.1.4.1.9.9.91.1.2.1.1.4.22230.1282 = INTEGER: -128

> .1.3.6.1.4.1.9.9.91.1.2.1.1.5.22230.1281 = INTEGER: 2

> .1.3.6.1.4.1.9.9.91.1.2.1.1.5.22230.1282 = INTEGER: 2

> .1.3.6.1.4.1.9.9.91.1.2.1.1.6.22230.1281 = INTEGER: 1

> .1.3.6.1.4.1.9.9.91.1.2.1.1.6.22230.1282 = INTEGER: 1

> .1.3.6.1.4.1.9.9.92.1.1.1.11.22230 = ""

> .1.3.6.1.4.1.9.9.117.1.5.1.1.1.22230 = INTEGER: 2

> .1.3.6.1.4.1.9.9.195.1.4.1.1.22230 = ""

but there is not value which is seen in the show command.:-(

Does any mib object exists for monitoring these values??

Thank you.

Roman

1 Reply 1

Pravin Phadte
Level 5
Level 5

i also tried cant find anything that can monitor this right now