...
Please find the lab results below : SNMPWALK from NMS server to Device against the OID’s : First smpwalk is for cpmCPUTotal5min which matches with the data from the device i.e. indicating that the last 5 min usage of CPU is 3%. [root@prime-vm-39 ~]# snmpwalk -v2c -c cisco 10.88.174.52 .1.3.6.1.4.1.9.9.109.1.1.1.1.5 SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.5.19 = Gauge32: 3 [root@prime-vm-39 ~]# [root@prime-vm-39 ~]# Second snmpwalk is towards the cpmCPUTotalPhysicalIndex;; OID to figure out the index of the CPU’s that I have in my device, since I just had one CPU so it gave me the index of that one respectively. [ [root@prime-vm-39 ~]# snmpwalk -v2c -c cisco 10.88.174.52 .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.19 = INTEGER: 1000 [root@prime-vm-39 ~]# Third snmpwalk is towards the entPhysicalName;;. [root@prime-vm-39 ~]# snmpwalk -v2c -c cisco 10.88.174.52 .1.3.6.1.2.1.47.1.1.1.1.7.1000 SNMPv2-SMI::mib-2.47.1.1.1.1.7.1000 = STRING: "Switch 1" [root@prime-vm-39 ~]# -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Outputs from the device:: MXC.TAC.M.03-9300-01#show processes cpu platform CPU utilization for five seconds: 2%, one minute: 2%, five minutes: 3% Core 0: CPU utilization for five seconds: 6%, one minute: 5%, five minutes: 5% Core 1: CPU utilization for five seconds: 2%, one minute: 4%, five minutes: 5% Core 2: CPU utilization for five seconds: 4%, one minute: 3%, five minutes: 5% Core 3: CPU utilization for five seconds: 4%, one minute: 4%, five minutes: 5% Core 4: CPU utilization for five seconds: 0%, one minute: 0%, five minutes: 1% Core 5: CPU utilization for five seconds: 0%, one minute: 0%, five minutes: 2% Core 6: CPU utilization for five seconds: 0%, one minute: 0%, five minutes: 1% Core 7: CPU utilization for five seconds: 1%, one minute: 1%, five minutes: 1% Pid PPid 5Sec 1Min 5Min Status Size Name -------------------------------------------------------------------------------- 1 0 0% 0% 0% S 8040 systemd 2 0 0% 0% 0% S 0 kthreadd 3 2 0% 0% 0% S 0 ksoftirqd/0 5 2 0% 0% 0% S 0 kworker/0:0H 7 2 0% 0% 0% S 0 rcu_sched 8 2 0% 0% 0% S 0 rcu_bh 9 2 0% 0% 0% S 0 migration/0 10 2 0% 0% 0% S 0 migration/1 11 2 0% 0% 0% S 0 ksoftirqd/1 13 2 0% 0% 0% S 0 kworker/1:0H 14 2 0% 0% 0% S 0 migration/2 15 2 0% 0% 0% S 0 ksoftirqd/2 17 2 0% 0% 0% S 0 kworker/2:0H
NA
NA
NA