summaryrefslogtreecommitdiff
path: root/scripts/snmp
diff options
context:
space:
mode:
authorJames Davidson <james.davidson@vyatta.com>2013-03-20 09:05:00 -0700
committerJames Davidson <james.davidson@vyatta.com>2013-03-28 09:40:24 -0700
commit6d3b411590268fdb40d09be0c37ec202533462cc (patch)
tree4893f044ef28b622e0c08390d9261d11577717a9 /scripts/snmp
parentaa3cc1e9e91cfc54397b8a065b109e80538ae209 (diff)
downloadvyatta-cfg-system-6d3b411590268fdb40d09be0c37ec202533462cc.tar.gz
vyatta-cfg-system-6d3b411590268fdb40d09be0c37ec202533462cc.zip
SNMP: Add multicast smux peers
(cherry picked from commit d51d7a787a962ead30478d3fe23a356634ca3577)
Diffstat (limited to 'scripts/snmp')
-rwxr-xr-xscripts/snmp/vyatta-snmp.pl4
1 files changed, 4 insertions, 0 deletions
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";
}