From d51d7a787a962ead30478d3fe23a356634ca3577 Mon Sep 17 00:00:00 2001 From: James Davidson Date: Wed, 20 Mar 2013 09:05:00 -0700 Subject: SNMP: Add multicast smux peers --- scripts/snmp/vyatta-snmp.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 073e7c5a..09ed84b8 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -163,6 +163,10 @@ sub snmp_get_constants { print "smuxpeer .1.3.6.1.4.1.3317.1.2.2\n"; # ospfd print "smuxpeer .1.3.6.1.4.1.3317.1.2.5\n"; # bgpd print "smuxpeer .1.3.6.1.4.1.3317.1.2.3\n"; # ripd + print "smuxpeer .1.3.6.1.4.1.3317.1.2.9\n"; # mribd + print "smuxpeer .1.3.6.1.2.1.83\n"; # mribd + print "smuxpeer .1.3.6.1.4.1.3317.1.2.8\n"; # pimd + print "smuxpeer .1.3.6.1.2.1.157\n"; # pimd print "smuxsocket localhost\n"; } -- cgit v1.2.3