type

Syntax

type {<NFSV3>|<NFSV4>|<SCP>}

no type {<NFSV3>|<NFSV4>|<SCP>}

Description

Sets the network attached storage access type for reaching the external storage volume.

The no form of this command deletes an external storage volume.

Command context

config-external-storage-<VOLUME-NAME>

Parameters

<NFSV3>

Specifies the NFSv3 network access protocol.

<NFSV4>

Specifies the NFSv4 network access protocol.

<SCP>

Specifies the SCP network access protocol.

Authority

Administrators

Examples

Creating the logfiles volume using NFSV4:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# type nfsv4

Clearing the external storage access type:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# no type nfsv4