address

Syntax

address {<IPV4-ADDR> | <IPV6-ADDR> | hostname <HOSTNAME>}

no address {<IPV4-ADDR> | <IPV6-ADDR> | 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

<IPV4-ADDR>

Specifies the NAS server IPv4 address, Global.

<IPV6-ADDR>

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