summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Fletcher <jfletcher@phuket.vyatta.com>2009-04-22 17:06:35 -0700
committerJustin Fletcher <jfletcher@phuket.vyatta.com>2009-04-22 17:06:35 -0700
commit5c2c847fe2798fdb762e225cad1404beb1546bc2 (patch)
treec1f51f7ac12610a065f7179f182ecaf607161750
parent0812986e6ac87b976c85ef0446519437def2b93a (diff)
downloadvyatta-cfg-quagga-5c2c847fe2798fdb762e225cad1404beb1546bc2.tar.gz
vyatta-cfg-quagga-5c2c847fe2798fdb762e225cad1404beb1546bc2.zip
Allow for enterprise MIB
-rw-r--r--scripts/snmp/vyatta-snmp.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index eb8e9ede..cba597bd 100644
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -69,6 +69,7 @@ sub snmp_get_constants {
$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
$output .= "smuxsocket localhost\n";
+ $output .= "perl do \"/opt/vyatta/sbin/enterprise-mib.pl\"\n";
return $output;
}