Esxcli: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


Example output:
Example output:
<pre style="color: silver; background: black; width: 800px">
[root@esxh001:~] esxcli system snmp get
  Authentication:
  Communities: snmp#community13
  Enable: true
  Engineid: 00000063000000a100000000
  Hwsrc: indications
  Largestorage: true
  Loglevel: info
  Notraps:
  Port: 161
  Privacy:
  Remoteusers:
  Syscontact:
  Syslocation:
  Targets: log01@162 snmp#community13
  Users:
  V3targets:
[root@esxh001:~]
</pre>

Revision as of 09:21, 25 June 2019

Useful Commands

Get SNMP details

esxcli system snmp get

Example output:

[root@esxh001:~] esxcli system snmp get
   Authentication:
   Communities: snmp#community13
   Enable: true
   Engineid: 00000063000000a100000000
   Hwsrc: indications
   Largestorage: true
   Loglevel: info
   Notraps:
   Port: 161
   Privacy:
   Remoteusers:
   Syscontact:
   Syslocation:
   Targets: log01@162 snmp#community13
   Users:
   V3targets:
[root@esxh001:~]