Sunny_Aujla_888
Apr 08, 2011Nimbostratus
Get Admin IP address with SNMP
Hi,
Is there a way i can obtain the _admin_ IP address through snmp?
When i enter this command
snmpwalk -v 2c -c .1.3.6.1.4.1.3375.2.1.2.1.1.2.1
SNMPv2-SMI::enterprises.3375.2.1.2.1.1.2.1.1.1.4. = INTEGER: 1
SNMPv2-SMI::enterprises.3375.2.1.2.1.1.2.1.2.1.4. = Hex-STRING: AC 1E 91 0A
SNMPv2-SMI::enterprises.3375.2.1.2.1.1.2.1.3.1.4. = INTEGER: 1
SNMPv2-SMI::enterprises.3375.2.1.2.1.1.2.1.4.1.4. = Hex-STRING: FF FF FF 00
But i do not know how i can interpret this in PERL? Any ideas where i could start?