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

Sets or deletes IP address or hostname for reaching the network attached storage.

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 IPV4 address of the NAS server.

<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