vcenter-connection-modify
NetVisor provides vCenter Connection Service that allows you to connect to VMware vCenter. This command allows user to modify a vCenter connection.
Syntax vcenter-connection-modify
name name-string |
Specify the vCenter connection name that you want to modify. |
Specify one or more of the following options: |
|
host host-string |
Specify the host name of the VMware vCenter server. |
user user-string |
Specify a valid user on the VMware vCenter server |
password password-string |
Specify a valid password for the user on the VMware vCenter server. |
enable|disable |
Specify if you want to enable or disable the connection. |
vlans vlan-list |
Specify a list of VLANs for auto-provisioning of vCenter. |
network-provisioning none|l2-underlay|l3-underlay |
Specify the type of network provisioning for the connection. |
Defaults None
Access Network Administrator
History
Version 2.5.2 |
Command introduced. |
Version 2.5.3 |
The parameter vlans added. |
Version 2.6.2 |
The parameter network-provisioning added. |
Usage Use this command to modify a connection from a NetVisor switch to a VMware vCenter server.
Examples To modify a connection called, vCenter-1, and modify it to user, konni1, password, c@t3, and , use the following syntax:
CLI (network-admin@switch) >vcenter-connection-modify name vCenter-1 1 user konni1 password c@t3 enable