-1

I have a script that can help to pull info from HP procurve by using the OID ...I need the right MIB OID to pull the mac addresses tables of the end user (the device Mac that connect to the port)

AJ AL
  • 1
  • 3

2 Answers2

1

You can either:

  • refer to the HP documentation on that matter or
  • try to grep through their MIBs by mentions of MAC/link/L2 addresses or
  • fire up snmpwalk over the whole OID space exposed by your device and search for MACs.

In the latter case, once you figure out the OID that have MACs as values, refer back to MIBs to make sure this is indeed the MIB object you are looking for.

Ilya Etingof
  • 5,440
  • 1
  • 17
  • 21
  • still trying with the SNMP WALK ....still no luck ...thought might someone has the right OID – AJ AL Feb 20 '18 at 20:17
-1

Google "hp procurve snmp mac address table" gave me HP support articles about the question.

Gambit Support
  • 1,432
  • 1
  • 7
  • 17
  • Please read the question .....I did google it of course ,,,all I'm asking if someone has the right OID or not ....that's it – AJ AL Feb 21 '18 at 15:15