summaryrefslogtreecommitdiff
path: root/scripts/snmp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/snmp')
-rw-r--r--scripts/snmp/vyatta-snmp.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index 0301a041..b443eda4 100644
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -63,6 +63,9 @@ sub snmp_get_constants {
$output = "#\n# autogenerated by vyatta-snmp.pl on $date\n#\n";
$output .= "trap2sink localhost vyatta 51510\n";
$output .= "sysServices 14\n";
+ $output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.2\n"; # ospfd
+ $output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.5\n"; # bgpd
+ $output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.3\n"; # ripd
return $output;
}