SNMP query to get routing table info and search first 2 octets
I have a simple python script that does a SNMP walk on a Extreme switch and returns routing table. snmpwalk -v2c extreme-sw1.com -c comm-string .1.3.6.1.2.1.4.21.1.11 The issue is, this slows down the script significantly as it takes around 1 min...