Page 1 of 1

how to perform a SNMP bulk request

Posted: Thu Jun 27, 2019 8:50 am
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

Re: how to perform a SNMP bulk request

Posted: Thu Jun 27, 2019 4:22 pm
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