vnet-manager-service-modify
This command is used to modify virtual network (vNET) manager services.
Syntax vnet-manager-service-modify
vnet-manager-name name-string |
Specify the name of the vNET manager. |
Specify the following service arguments: |
|
if if-string |
Specify the interface to modify. |
Specify any of the following options: |
|
ssh|no-ssh |
Specify if you want to use SSH or not. |
web|no-web |
Specify if you want to configure Web services or not. |
web-ssl|no-web-ssl |
Specify if SSL is used. |
web-ssl-port web-ssl-port-number |
If you specify web-ssl, configure the port number. |
web-port web-port-number |
Specify the port number for Web services. |
net-api|no-net-api |
Specify if the Netvisor APIs are enabled or disabled. |
icmp|no-icmp |
Specify if you want to use Internet Control Message Protocol (ICMP) for diagnostic purposes. |
ntp|no-ntp |
Specify if you want to enable Network Time Protocol (NTP). |
Defaults None
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.1 |
The parameters, web-ssl and web-ssl-port, added. |
Version 2.2.6 |
The parameter, ntp, added. |
Version 2.4 |
The parameter, net-api, added. |
Usage Use the command to allow specific services on the vNET manager interface. In some use cases, you may want to allow Web services or use SSL.
Examples Modify the vNET manager, MyvNET, to use ICMP using the following command:
CLI network-admin@switch > vnet-manager-service-modify name MyvNET icmp