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 or local user group members with execution rights for this command.

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