address

Syntax

address {<A.B.C.D> | <A:B::C:D> | hostname <HOSTNAME>}

no address {<A.B.C.D> | <A:B::C:D> | hostname <HOSTNAME>}

Description

Specifies the NAS IP address or hostname.

The no form of this command deletes an IP address or hostname.

Command context

config-external-storage-<VOLUME-NAME>

Parameters

<A.B.C.D>

Specifies the NAS server IPv4 address, Global.

<A:B::C:D>

Specifies the IPv6 address of the NAS server.

<HOSTNAME>

Specifies the hostname of the NAS server. String.

Authority

Administrators

Examples

Creating the logfiles storage volume with IP address 10.1.1.1:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# address 10.1.1.1

Deleting an external storage volume named logfiles:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# no address 10.1.1.1