From d0f8491a00e44d2e3ad25f169adb381ce7960778 Mon Sep 17 00:00:00 2001 From: Lucas Dousse Date: Mon, 30 Sep 2019 08:03:44 +0200 Subject: [PATCH] Added SNMP example for EdgeOs Ubiquiti (#10639) * Add example for EdgeOs Ubiquiti * typo --- doc/Support/SNMP-Configuration-Examples.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/Support/SNMP-Configuration-Examples.md b/doc/Support/SNMP-Configuration-Examples.md index 677e674bc8..c699a7e182 100644 --- a/doc/Support/SNMP-Configuration-Examples.md +++ b/doc/Support/SNMP-Configuration-Examples.md @@ -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