VMware Cloud Community
dadamson
Contributor
Contributor
Jump to solution

ESXi 5.1 SNMP configuration question


I have several ESXi 5.1 hosts and I wanted to compare the snmp configurations on each server as each server was configured by a different technician. I really need to see what the old configuration(s) were. I searched but did not find anything.

Thanks!

0 Kudos
1 Solution

Accepted Solutions
dadamson
Contributor
Contributor
Jump to solution

I was able to answer my own question I simply ran this command to see the SNMP configuration:

esxcli system snmp get

Output:

~ # esxcli system snmp get

   Authentication:

   Communities: public

   Enable: true

   Engineid: 00000063000000a10a00163a

   Hwsrc: indications

   Loglevel: info

   Notraps:

   Port: 161

   Privacy:

   Remoteusers:

   Syscontact:

   Syslocation:

   Targets: localhost@162 public

   Users:

   V3targets:

View solution in original post

0 Kudos
1 Reply
dadamson
Contributor
Contributor
Jump to solution

I was able to answer my own question I simply ran this command to see the SNMP configuration:

esxcli system snmp get

Output:

~ # esxcli system snmp get

   Authentication:

   Communities: public

   Enable: true

   Engineid: 00000063000000a10a00163a

   Hwsrc: indications

   Loglevel: info

   Notraps:

   Port: 161

   Privacy:

   Remoteusers:

   Syscontact:

   Syslocation:

   Targets: localhost@162 public

   Users:

   V3targets:

0 Kudos