diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-25 10:05:19 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-25 10:05:19 +0100 |
commit | 6b0275ac354993e56e043986efbc41d3d451beee (patch) | |
tree | 91c503159107752e1d595921ee96f58ae79ee58a /doc/snmp.texi | |
parent | zebra: fpm: convert into module (diff) | |
download | frr-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.texi | 4 |
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:: |