From a76f517ef9d2c7f10f5df936d61a34783c9b0d4c Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 2 Jul 2018 21:54:29 +0200 Subject: T652: SNMP: bugfix initial specification of v3 engine id missing --- src/conf_mode/snmp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf_mode/snmp.py') diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index b74d0724b..1ef69ceb2 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -85,6 +85,7 @@ usmUser 1 3 {{ u.engineID }} "{{ u.name }}" "{{ u.name }}" NULL {{ u.authOID }} {% endif %} createUser {{ vyos_user }} MD5 "{{ vyos_user_pass }}" DES +oldEngineID {{ v3_engineid }} """ # SNMPS template - be careful if you edit the template. -- cgit v1.2.3