cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

SNMP oid converrsion for clagAggPortListPorts

b0mylesjr
Level 1
Level 1

I'm trying to create an snmpwalk to determine the ports in a port-channel interface.  i run the oid "1.3.6.1.4.1.9.9.225.1.4.1.1.1" and get something like this:

nSNMPv2-SMI::enterprises.9.9.225.1.4.1.1.1.369098851 = Hex-STRING: 00 02 02 34 03 34
nSNMPv2-SMI::enterprises.9.9.225.1.4.1.1.1.369098901 = Hex-STRING: 00 02 02 01 03 01
nSNMPv2-SMI::enterprises.9.9.225.1.4.1.1.1.369098952 = Hex-STRING: 00 02 00 01 01 01
nSNMPv2-SMI::enterprises.9.9.225.1.4.1.1.1.369098953 = Hex-STRING: 00 02 00 05 01 05
nSNMPv2-SMI::enterprises.9.9.225.1.4.1.1.1.369098954 = Hex-STRING: 00 02 00 09 01 09

I understand the first two sets of numbers are the number of ports in the port-channel.  What i want to know is how to translate the numbers afterward.  Is there a python script or another oid i need to engage?

Who Me Too'd this topic