username

Syntax

username <USER-NAME>

no username <USER-NAME>

Description

Sets the username for logging in to a network attached storage server.

The no form of this command clears a username from accessing a network attached storage server.

Command context

config-external-storage-<VOLUME-NAME>

Parameters

<USER-NAME>

Specifies the username.

Authority

Administrators

Examples

Creating a volume named logfiles with the user name nassuser:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# username nasuser

Clearing the user name nasuser from accessing the logfiles volume:

switch(config)# external-storage logfiles
switch(config-external-storage-logfiles)# no username nasuser