summaryrefslogtreecommitdiffstats
path: root/doc/snmp.texi
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-03-25 10:05:19 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-25 10:05:19 +0100
commit6b0275ac354993e56e043986efbc41d3d451beee (patch)
tree91c503159107752e1d595921ee96f58ae79ee58a /doc/snmp.texi
parentzebra: fpm: convert into module (diff)
downloadfrr-6b0275ac354993e56e043986efbc41d3d451beee.tar.xz
frr-6b0275ac354993e56e043986efbc41d3d451beee.zip
doc: document loadable module support
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/snmp.texi')
-rw-r--r--doc/snmp.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/snmp.texi b/doc/snmp.texi
index c2c889de7..d9656941d 100644
--- a/doc/snmp.texi
+++ b/doc/snmp.texi
@@ -8,6 +8,10 @@ but is able to connect to a SNMP agent using the SMUX protocol
(@cite{RFC1227}) or the AgentX protocol (@cite{RFC2741}) and make the
routing protocol MIBs available through it.
+Note that SNMP Support needs to be enabled at compile-time and loaded as
+module on daemon startup. Refer to @ref{Loadable Module Support} on
+the latter.
+
@menu
* Getting and installing an SNMP agent::
* AgentX configuration::