Changes between Version 23 and Version 24 of notes/vmware


Ignore:
Timestamp:
2015-12-07T12:10:30Z (9 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/vmware

    v23 v24  
    127127[[br]]
    128128
    129 == snmp v3 в esxi
     129== snmp в esxi
     130v1,2c:
     131{{{#!bash
     132esxcli system snmp set --communities public
     133esxcli system snmp set --enable true
     134esxcli network firewall ruleset set --ruleset-id snmp --allowed-all false
     135esxcli network firewall ruleset allowedip add --ruleset-id snmp --ip-address 10.0.0.0/8
     136esxcli network firewall ruleset set --ruleset-id snmp --enabled true
     137/etc/init.d/snmpd restart
     138}}}
     139
     140v3:
    130141{{{#!bash
    131142esxcli system snmp set --authentication MD5