User Tools

Site Tools


virtualization:vmware:67:netw_cli_01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
virtualization:vmware:67:netw_cli_01 [2019/10/25 04:55] rpleckovirtualization:vmware:67:netw_cli_01 [2019/10/25 05:14] (current) rplecko
Line 1: Line 1:
-=== Managing Networking from ESXy CLI ===+=== Managing Networking from ESXi CLI === 
 + 
 +==Vmkernel IP interfaces== 
 +<code>esxcli network ip interface list</code> 
 +==Remove /add vmk0 interface== 
 +<code>esxcli network ip interface remove --interface-name=vmk0</code> 
 +<code>esxcli network ip interface add --interface-name=vmk0 --dvs-name=DVSWITCHNAME --dvport-id=PORT_ID</code> 
 + 
 +==Switches== 
 +<code>esxcli network vswitch standard list</code> 
 +==Switch remove / add== 
 +<code>esxcli network vswitch standard remove --vswitch-name=vSwitch0</code> 
 +<code>esxcli network vswitch standard add --vswitch-name=sw0</code> 
 + 
 +==Portgroups== 
 +<code>esxcli network vswitch standard portgroup list</code> 
 +   
 +==Portgroup remove / add== 
 +<code>esxcli network vswitch standard portgroup add --portgroup-name=vmn_10 -v=sw0</code> 
 +<code>esxcli network vswitch standard portgroup remove --portgroup-name=vmn_10 -v=sw0</code> 
 + 
 +==Network Adapters== 
 +<code>esxcli network nic list</code> 
 + 
 + 
 + 
 + 
 + 
  
-List port groups currently associated with a virtual switch. 
  
-<code> 
-esxcli <conn_options> network vswitch standard portgroup list 
-</code> 
  
-The command lists the port group name, associated virtual switch, active clients, and VLAN ID. 
  
-Add a port group. 
  
-<code> 
-esxcli <conn_options> network vswitch standard portgroup add --portgroup-name=<name> --vswitch-name=vSwitch1 
-</code> 
  
-Delete one of the existing port groups. 
  
-<code> 
-esxcli <conn_options> network vswitch standard portgroup remove --portgroup-name=<name> --vswitch-name=vSwitch1 
-</code> 
  
 === Configuring vSwitch or vNetwork Distributed Switch from the command line in ESXi/ESX (1008127) === === Configuring vSwitch or vNetwork Distributed Switch from the command line in ESXi/ESX (1008127) ===
virtualization/vmware/67/netw_cli_01.1571979324.txt.gz · Last modified: 2019/10/25 04:55 by rplecko