vnet-manager-service-modify

This command is used to modify virtual network (VNET) manager services.

Syntax   vnet-manager-service-modify v

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-services-modify name MyVNET icmp

vnet-manager-service-show

This command is used to display the available services on a VNET manager.

Syntax   vnet-manager-service-show

vnet-manager-name name-string

Specifies the name of the VNET manager.

Specify the following service arguments:

ssh|no-ssh

Specifies if you want to use SSH or not.

web|no-web

Specifies 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,displays the port number.

web-port web-port-number

Specifies the port number for Web services.

net-api|no-net-api

Specify if the Netvisor APIs are enabled or disabled.

icmp|no-icmp

Specifies 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, web-ssl-port, snmp, and net-api, added.

Version 2.2.6

The parameter, ntp, added.

Version 2.4

The parameter, net-api, added.

Usage   Use this command to display services on the VNET manager interface.

Examples  To display services on all VNET managers, use the following command:

CLI network-admin@switch > vnet-manager-service-show

switch   vnet-manager-name if     ssh web web-ssl web-ssl-port web-port icmp

-------- ----------------- ------ --- --- ------- ------------ -------- ----

pubdev02 joedoe-mgr        eth1.5 on  on  off     443          80       on   off

 

vnet-manager-ssh-host-key-show

This command is used to display the VNET Manager host keys in order to copy-and-paste to ~/.ssh/

Syntax   vnet-manager-ssh-host-key-show

Specify between 0 and 2 of the following options:

vnet vnet name

Specifies the VNET assigned service.

scope local|cluster|fabric

Specifies the scope of service: fabric or local.

Defaults   None.

Access   CLI

History  Command introduced in Version 2.5.4.

Usage   Use this command to copy and paste VNET Manager host keys to ~/.ssh/known_hosts.