Added SNMP example for EdgeOs Ubiquiti (#10639)

* Add example for EdgeOs Ubiquiti
* typo
This commit is contained in:
Lucas Dousse
2019-09-30 08:03:44 +02:00
committed by PipoCanaja
parent 91ac7aff7f
commit d0f8491a00

View File

@@ -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