From e047a9ad56cc900f9665a6815044fbb0f762c244 Mon Sep 17 00:00:00 2001 From: CharlesMAtkinson Date: Wed, 18 Dec 2019 16:10:24 +0530 Subject: [PATCH] SNMP-Configuration-Examples.md: RouterOS 6.x (#10961) Add notes --- doc/Support/SNMP-Configuration-Examples.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/Support/SNMP-Configuration-Examples.md b/doc/Support/SNMP-Configuration-Examples.md index fee976b099..233f27e82a 100644 --- a/doc/Support/SNMP-Configuration-Examples.md +++ b/doc/Support/SNMP-Configuration-Examples.md @@ -172,14 +172,23 @@ set snmp view mysnmpv3view oid iso include #### RouterOS 6.x +CLI SNMP v2 Configuration ``` -#Terminal SNMP v2 Configuration /snmp community set [ find default=yes ] read-access=no add addresses= name= /snmp set contact="" enabled=yes engine-id= location="" ``` +Notes: +* About the snmp community commands: + * The commands change the default snmp community. It is probably possible to create a new one instead. + * specify the address and host (not network) netmask of the LibreNMS server. Example: 192.168.8.71/32 + * trap-version=2 must also be specified if some other trap-version has been set + * trap-interfaces may also be used to limit the interfaces the router listens on +* About the snmp command: + * contact, engine-id and location are optional + * trap-community is probably required if a new snmp community has been created. ### Palo Alto