diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2009-04-22 17:06:35 -0700 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2009-04-22 17:06:35 -0700 |
commit | 5c2c847fe2798fdb762e225cad1404beb1546bc2 (patch) | |
tree | c1f51f7ac12610a065f7179f182ecaf607161750 /scripts/snmp | |
parent | 0812986e6ac87b976c85ef0446519437def2b93a (diff) | |
download | vyatta-cfg-system-5c2c847fe2798fdb762e225cad1404beb1546bc2.tar.gz vyatta-cfg-system-5c2c847fe2798fdb762e225cad1404beb1546bc2.zip |
Allow for enterprise MIB
Diffstat (limited to 'scripts/snmp')
-rw-r--r-- | scripts/snmp/vyatta-snmp.pl | 1 |
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; } |