summaryrefslogtreecommitdiff
path: root/data/templates/snmp/etc.snmpd.conf.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-15 21:35:06 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-15 21:37:24 +0100
commit9b0906f06f426909f43b97e63ca14261292e7ea2 (patch)
tree8c8d114d8e3728e48df4526cf5308eb11e4ad000 /data/templates/snmp/etc.snmpd.conf.tmpl
parent489f6c17244f12b2f2c7d6fb20fe4711ed94780f (diff)
downloadvyos-1x-9b0906f06f426909f43b97e63ca14261292e7ea2.tar.gz
vyos-1x-9b0906f06f426909f43b97e63ca14261292e7ea2.zip
snmp: T652: enable interface_replace_old option and restart command
- Remove all old ifTable entries with the same ifName as newly appeared interface (with different ifIndex) - this is the case on e.g. ppp interfaces - Add new op-mode command "restart snmp" to restart the daemon (cherry picked from commit 79a02470c4f9f2184913a959545b54a2dfd76d1e)
Diffstat (limited to 'data/templates/snmp/etc.snmpd.conf.tmpl')
-rw-r--r--data/templates/snmp/etc.snmpd.conf.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/templates/snmp/etc.snmpd.conf.tmpl b/data/templates/snmp/etc.snmpd.conf.tmpl
index 278506350..db2114fa1 100644
--- a/data/templates/snmp/etc.snmpd.conf.tmpl
+++ b/data/templates/snmp/etc.snmpd.conf.tmpl
@@ -22,6 +22,10 @@ notificationEvent linkDownTrap linkDown ifIndex ifDescr ifType ifAdminStatus i
monitor -r 10 -e linkUpTrap "Generate linkUp" ifOperStatus != 2
monitor -r 10 -e linkDownTrap "Generate linkDown" ifOperStatus == 2
+# Remove all old ifTable entries with the same ifName as newly appeared
+# interface (with different ifIndex) - this is the case on e.g. ppp interfaces
+interface_replace_old yes
+
########################
# configurable section #
########################