diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-03-03 14:54:19 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-03-03 14:54:19 -0800 |
commit | db08961aba99c6446c6be8b2fbbd74a65d854e52 (patch) | |
tree | 610315a668b4a65ae0299c4cefc0f92f7ff69651 /scripts/snmp | |
parent | 3b931c37f9fa28a73daec7bb5790073ad0fd6c3c (diff) | |
download | vyatta-cfg-system-db08961aba99c6446c6be8b2fbbd74a65d854e52.tar.gz vyatta-cfg-system-db08961aba99c6446c6be8b2fbbd74a65d854e52.zip |
Fix 2880 SNMP configuration file issues
- Add sysServices 14
- Removed deprecated modules
Diffstat (limited to 'scripts/snmp')
-rw-r--r-- | scripts/snmp/vyatta-snmp.pl | 4 |
1 files changed, 1 insertions, 3 deletions
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; } |