From db08961aba99c6446c6be8b2fbbd74a65d854e52 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Mon, 3 Mar 2008 14:54:19 -0800 Subject: Fix 2880 SNMP configuration file issues - Add sysServices 14 - Removed deprecated modules --- scripts/snmp/vyatta-snmp.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/snmp/vyatta-snmp.pl') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 42988fef..a7450d8e 100644 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -64,10 +64,8 @@ sub snmp_get_constants { my $date = `date`; chomp $date; $output = "#\n# autogenerated by vyatta-snmp.pl on $date\n#\n"; - $output .= "dlmod bgp4_mib_1657 $mibdir/libbgp4_mib_1657.so\n"; - $output .= "dlmod ospf_mib_1850 $mibdir/libospf_mib_1850.so\n"; $output .= "trap2sink localhost vyatta 51510\n"; - + $output .= "sysServices 14\n"; return $output; } -- cgit v1.2.3