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
how to perform a SNMP bulk request
Re: how to perform a SNMP bulk request
Does an snmp walk return what you want? For example:
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.1Code: Select all
snmpwalk -v2c -c public <device_ip> .1.3.6.1.2.1.17.4.3.1As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.