Cisco MDS 9000 Family Command Reference, Release 1.1(1a)
U Commands

Table Of Contents

U Commands

use-profile

username


U Commands


The commands in this chapter apply to the Cisco MDS 9000 Family of multilayer directors and fabric switches. All commands are shown here in alphabetical order regardless of command mode. See the "Command Modes" section to determine the appropriate mode for each command. For more information, refer to the Cisco MDS 9000 Family Configuration Guide.

use-profile

username

use-profile

To bind a profile to the FCIP interface, use the use-profile option. To disable a configured profile, use the no form of the option.

use-profile profile-id

no use-profile profile-id

Syntax Description

use-profile

Configures the interface using an existing profile.

profile-id

Enters the profile ID to be used from 1 to 255.


Defaults

None.

Command Modes

Configuration mode

Command History

This command was introduced in Cisco MDS SAN-OS Release 1.1(1).

Usage Guidelines

Access this command from the switch(config-if)# submode.

Binds the profile with the FCIP interface.

Examples

switch# config t

switch(config)# interface fcip 50

switch(config-if)# use-profile 100

switch(config-if)# no use-profile 100

Related Commandss

Command
Description

show interface fcip

Displays an interface configuration for a specified FCIP interface.

show fcip

Displays information about the FCIP profile.


username

To define a user, use the username command in configuration mode.

username name [expire date] [role string] [update-snmpv3]

username string [password [0 | 5 user-password] [expire string] [role]=

Syntax Description

expire

Date when this user account expires (in YYYY-MM-DD format).

password

Password for the user.

role

Role which the user is to be assigned

update-snmpv3

Update SNMPv3 password also (provide old SNMPv3 password)

name

The name of the user. Maximum length is 32 characters.

date

The expiration date.

string

The role.

user-password

The password. Maximum length is 32 characters.

0

Password for the user (clear text)

5

Strongly encrypted password


Defaults

None.

Command Modes

Configuration mode.

Command History

This command was introduced in Cisco MDS SAN-OS Release 1.0(2).

Usage Guidelines

None.

Examples

The following example shows how to define a user.

switch(config)# username knuckles password testpw role bodega
switch(config)# end
Jan 12 16:05:33 vshd: <<%LOG_VSHD-5-VSHD_SYSLOG_CONFIG_I>> Configuring console)

switch# show user-account 
user:admin
        this user account has no expiry date
        roles:network-admin 

user:knuckles
        this user account has no expiry date
        roles:bodega