diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-20 15:27:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-20 15:27:59 +0200 |
commit | 2ece325c3a45d4ce82ed72de64d0e376a50ca408 (patch) | |
tree | 695eff4dacfaf667c44407170442102740786a17 | |
parent | 3097bfc4caa78d8c2a870ad217da09a5c4c55a91 (diff) | |
download | vyos-1x-2ece325c3a45d4ce82ed72de64d0e376a50ca408.tar.gz vyos-1x-2ece325c3a45d4ce82ed72de64d0e376a50ca408.zip |
T923: support SNMP integration with FRR routing daemon
-rwxr-xr-x | src/conf_mode/snmp.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index cbca72a85..37f5e7acd 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -95,15 +95,10 @@ daemon_config_tmpl = """ sysObjectID 1.3.6.1.4.1.44641 sysServices 14 master agentx -agentXPerms 0755 0755 +agentXPerms 0777 0777 pass .1.3.6.1.2.1.31.1.1.1.18 /opt/vyatta/sbin/if-mib-alias smuxpeer .1.3.6.1.2.1.83 smuxpeer .1.3.6.1.2.1.157 -smuxpeer .1.3.6.1.4.1.3317.1.2.2 -smuxpeer .1.3.6.1.4.1.3317.1.2.3 -smuxpeer .1.3.6.1.4.1.3317.1.2.5 -smuxpeer .1.3.6.1.4.1.3317.1.2.8 -smuxpeer .1.3.6.1.4.1.3317.1.2.9 smuxsocket localhost # linkUp/Down configure the Event MIB tables to monitor |