doc: Mikrotik SNMP configuration example (#5628)

This commit is contained in:
Richard Mayhew
2017-01-27 00:17:53 +02:00
committed by Neil Lathwood
parent 32966c043b
commit 52296a76f1

View File

@ -79,6 +79,17 @@ set snmp contact contact
set snmp community YOUR-COMMUNITY authorization read-only
```
### Mikrotik
#### RouterOS 6.x
```
#Terminal SNMP v2 Configuration
/snmp community
set [ find default=yes ] read-access=no
add addresses=<SRC IP/NETWORK> name=<COMMUNITY>
/snmp
set contact="<NAME>" enabled=yes engine-id=<ENGINE ID> location="<LOCALTION>"
```
### Palo Alto
#### PANOS 6.x/7.x
1. Access the web admin page and log in