ip

Description

This subcommand specifies the IP address or the host name of the SVP, and connection port number.

Syntax

ip {ip-address|host-name}[:port-no]

Operands

Operand

Description

ip-address

Specifies the IP address of SVP.

If SVP is managed with IPv6 (Internet Protocol Version 6), you must specify the ip-address operand to match the format of IPv6.

host-name

Specifies the host name of SVP.

Alphanumeric characters, hyphen, and period can be specified. Underscore (_) cannot be specified. The host name can include a hyphen but must be enclosed by double quotation marks (").

port-no

Specifies the port number when connecting to SVP.

Only a number can be specified as a port number. Connect using 1099 when not specifying the port number.

Example

The following example specifies the IP address of SVP in IPv4 as 158.214.127.170 and port number as 1099.

ip 158.214.127.170:1099

The following example specifies the IP address of SVP in IPv6 as 2001:0DB8:0:CD30:123:4567:89AB:CDEF and port number as 1099.

ip [2001:0DB8:0:CD30:123:4567:89AB:CDEF]:1099