diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-26 11:45:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-26 11:45:33 +0100 |
commit | 585a90e4018f03b49dc151b786adc020f6cd4a0a (patch) | |
tree | 889ee2ccbfc021b78745e54044346e4a4867ff64 | |
parent | 58a214d8f4d274e25dbd11c45257a047804fe45f (diff) | |
download | vyos-1x-585a90e4018f03b49dc151b786adc020f6cd4a0a.tar.gz vyos-1x-585a90e4018f03b49dc151b786adc020f6cd4a0a.zip |
Revert "snmp: T1937: fix "unknown token" warnings"
This reverts commit 6945b2e3561cd76d193d41dd6ab5249661230460.
-rwxr-xr-x | src/conf_mode/snmp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 7bbfe69bf..db850b329 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -96,6 +96,9 @@ sysServices 14 master agentx 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 +smuxsocket localhost # linkUp/Down configure the Event MIB tables to monitor # the ifTable for network interfaces being taken up or down |