how to perform a SNMP bulk request

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pani94
Posts: 2
Joined: Wed Jun 26, 2019 10:19 am

how to perform a SNMP bulk request

Post by pani94 »

Hello everybody,
I would like to know how to perform a SNMP bulk request. I want to obtained the FDB table of a switch in my network. I know that is present in the following OID .1.3.6.1.2.1.17.4.3.1.1, but I'm not able to access it.
Any suggestions?

Kind regards,
Alessandro
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: how to perform a SNMP bulk request

Post by cdienger »

Does an snmp walk return what you want? For example:

Code: Select all

snmpwalk -v2c -c public <device_ip> .1.3.6.1.2.1.17.4.3.1.1
You may need to go up a level too:

Code: Select all

snmpwalk -v2c -c public <device_ip> .1.3.6.1.2.1.17.4.3.1
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked