est-server user-name [secret|encrypted-secret]

Syntax

est-server <profile-name> user-name <user-name> [secret <secret>  | 
                                        encrypted-secret <encrypted-secret>]
no est-server <profile-name> user-name <user-name> [secret <secret>  | 
                                        encrypted-secret <encrypted-secret>]

Description

Configures EST server authentication credentials such as username and password of the EST server profile. Secret or encrypted-secret is used to set the password for authorization with EST server.

Command context

config

Parameters

profile-name

Configures EST server profile name. Set a profile name other than default.

The character limit is 32.

user-name

Configures username for authorization with the EST server.

The character limit for username is 64.

secret

Sets the password for authorization with the EST server.

The character limit for password is 64.

encrypted-secret

Sets the encrypted password for authorization with the EST server.

The character limit for password is 64.

Usage

encrypted-secret option is available only when encrypt-credentials command is enabled on the switch.

Examples

switch(config)#est-server test user-name
IDENTITY-STR      Username for authorization with the EST server
switch(config)#est-server test user-name user1 secret
ASCII-STR         Password used for authorization with the EST server
switch(config)#est-server test user-name user1 secret 123
switch(config)#est-server test user-name user1 encrypted-secret
ASCII-STR         Encrypt Password used for authorization with the EST server