Trying to monitor a switch using SNMP.
Followed up the documentation about how to create an item for a SNMP agent which can be found here.
After several tries, I am still not been able to see/gather the status for the desired information.
Did a snmp walk
It gave me a lot of info from where I took what interest me
from where I took one
which gave me
With that information I went to the host items, create a new one as follows:
Name: SNMP:NAME
Type: SNMPv2 Agent
Key: SNMPv2-SMI
SNMP OID: .1.3.6.1.2.1.47.1.1.1.1.2.1004
SNMP Community: My_COMMUNITY
Type of Information: Numeric (unsigned) [also I tried with numeric {float}]
Followed up the documentation about how to create an item for a SNMP agent which can be found here.
After several tries, I am still not been able to see/gather the status for the desired information.
Did a snmp walk
Code:
snmpwalk -v 2c -c HEADEND MY_Switch_IP_Address
Code:
SNMPv2-SMI::mib-2.47.1.2.1.1.8.11 = STRING: "vlan-825" SNMPv2-SMI::mib-2.47.1.2.1.1.4.11 = STRING: "HEADEND@825" SNMPv2-SMI::mib-2.47.1.2.1.1.2.11 = STRING: "vlan825" SNMPv2-SMI::mib-2.47.1.1.1.1.7.1008 = STRING: "FastEthernet0/2" SNMPv2-SMI::mib-2.47.1.1.1.1.2.1007 = STRING: "FastEthernet0/1" SNMPv2-SMI::mib-2.47.1.1.1.1.2.1002 = STRING: "ME-3400-24TS-A - Fixed Module 0" SNMPv2-SMI::mib-2.47.1.1.1.1.2.1003 = STRING: "ME-3400-24TS-A - Power Supply 0" SNMPv2-SMI::mib-2.47.1.1.1.1.2.1004 = STRING: "ME-3400-24TS-A - Fan 0"
Code:
snmpget -v 2c -c HEADEND -On 172.24.31.199 SNMPv2-SMI::mib-2.47.1.1.1.1.2.1004
Code:
.1.3.6.1.2.1.47.1.1.1.1.2.1004 = STRING: "ME-3400-24TS-A - Fan 0"
Name: SNMP:NAME
Type: SNMPv2 Agent
Key: SNMPv2-SMI
SNMP OID: .1.3.6.1.2.1.47.1.1.1.1.2.1004
SNMP Community: My_COMMUNITY
Type of Information: Numeric (unsigned) [also I tried with numeric {float}]
Comment