mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added SNMP example for EdgeOs Ubiquiti (#10639)
* Add example for EdgeOs Ubiquiti * typo
This commit is contained in:
@@ -21,6 +21,8 @@ Table of Content:
|
||||
- [RouterOS 6.x](#routeros-6x)
|
||||
- [Palo Alto](#palo-alto)
|
||||
- [PANOS 6.x/7.x](#panos-6x7x)
|
||||
- [Ubiquiti](#ubiquiti)
|
||||
- [EdgeOs](#edgeos)
|
||||
- [VMware](#vmware)
|
||||
- [ESX/ESXi 5.x/6.x](#esxesxi-5x6x)
|
||||
- [VCenter 6.x](#vcenter-6x)
|
||||
@@ -213,6 +215,33 @@ username@devicename# commit
|
||||
username@devicename# exit
|
||||
```
|
||||
|
||||
### Ubiquiti
|
||||
|
||||
#### EdgeOs
|
||||
|
||||
If you use the HTTP interface:
|
||||
1. Access the legacy web admin page and log in
|
||||
1. Go to System > Advanced Configuration
|
||||
1. Go to the sub-tab "SNMP" > "Community"
|
||||
1. Click "Add Community Group"
|
||||
1. Enter your SNMP community, ip address and click submit
|
||||
1. Go to System > Summary
|
||||
1. Go to the sub-tab "Description"
|
||||
1. Enter your System Name, System Location and System Contact.
|
||||
1. Click submit
|
||||
1. Click "Save Configuration"
|
||||
|
||||
If you use CLI:
|
||||
```
|
||||
username@devicename> enable
|
||||
username@devicename# configure
|
||||
username@devicename (Config)# snmp-server community "public" ro
|
||||
username@devicename (Config)# snmp-server sysname "devicename"
|
||||
username@devicename (Config)# snmp-server contact "noc@example.com"
|
||||
username@devicename (Config)# exit
|
||||
username@devicename# write memory
|
||||
```
|
||||
|
||||
### VMware
|
||||
|
||||
#### ESX/ESXi 5.x/6.x
|
||||
|
Reference in New Issue
Block a user