mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
doc: Mikrotik SNMP configuration example (#5628)
This commit is contained in:
committed by
Neil Lathwood
parent
32966c043b
commit
52296a76f1
@@ -79,6 +79,17 @@ set snmp contact contact
|
|||||||
set snmp community YOUR-COMMUNITY authorization read-only
|
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
|
### Palo Alto
|
||||||
#### PANOS 6.x/7.x
|
#### PANOS 6.x/7.x
|
||||||
1. Access the web admin page and log in
|
1. Access the web admin page and log in
|
||||||
|
Reference in New Issue
Block a user