User:RichardJune/Configs
From ImageStream Router Documentation
SNMP config
Pulling Quagga information out of snmp
- For BGP
- In bgpd configuration, add: smux peer 1.3.6.1.4.1.3317.1.2.2 bgp
- In SNMP configuration, add: smuxpeer 1.3.6.1.4.1.3317.1.2.2 bgp
- If you want to export custom information via snmp, use this config...
exec <OID> shelltest <command>
- For example, the following line will output the routing table when queried.
exec .1.3.6.1.4.1.2021.50 shelltest /bin/route -n