From 046606a05eaece636dae1565fd1445b02a37d940 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 5 Jan 2017 13:05:57 +0100 Subject: lldpd: add Net-SNMP AgentX support Enabling this makes it possible to query LLDP neighbors via SNMP. Signed-off-by: Stijn Tintel Acked-by: Jo-Philipp Wich --- package/network/services/lldpd/files/lldpd.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/network/services/lldpd/files/lldpd.config') diff --git a/package/network/services/lldpd/files/lldpd.config b/package/network/services/lldpd/files/lldpd.config index 92ab42116b..d2b3d15450 100644 --- a/package/network/services/lldpd/files/lldpd.config +++ b/package/network/services/lldpd/files/lldpd.config @@ -3,6 +3,8 @@ config lldpd config option enable_fdp 1 option enable_sonmp 1 option enable_edp 1 + + option agentxsocket /var/run/agentx.sock option lldp_class 4 option lldp_location "2:FR:6:Commercial Rd:3:Roseville:19:4" -- cgit v1.2.3