8
Session Management Commands To use these commands in System Admin VM, you must be in a user group associated with appropriate command rules and data rules. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance. session, page 2 user alias, page 4 user description, page 5 user session, page 6 System Administration Command Reference for the Cisco NCS 6000 Series Routers 1

Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

  • Upload
    others

  • View
    26

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

Session Management Commands

To use these commands in System Admin VM, you must be in a user group associated with appropriatecommand rules and data rules. If the user group assignment is preventing you from using a command, contactyour AAA administrator for assistance.

• session, page 2

• user alias, page 4

• user description, page 5

• user session, page 6

System Administration Command Reference for the Cisco NCS 6000 Series Routers 1

Page 2: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

sessionTo configure global default CLI session parameters, use the session command in the System Admin Configmode.

session {autowizard [false| true]| complete-on-space [false | true]| display-level [display-value] | historysize| idle-timeout [timeout-value]| ignore-leading-space [false| true]| paginate [false| true]| prompt1[string]| prompt2 [string]| show-defaults [false | true]}

Syntax Description Negates the parameter option. The same parameterwill be available for setting it later.

false

Sets the parameter option effective. The parameterwill be set.

true

Automatically queries user for mandatory elements.autowizard

Enables or disables completion on space.complete-on-space

Specifies maximum depth to show when displayingconfiguration. The value must be an unsigned longinteger and the range is 1 to 64.

display-level [display-value]

Specifies the history size. The value must be anunsigned long integer and the range is 0 to 8192.

history [size]

Specifies the CLI idle-timeout in seconds. The valuemust be an unsigned long integer and the range is 0to 8192.

idle-timeout [timeout-value]

Ignores leading whitespace.ignore-leading-space

Paginates output from CLI commandspaginate

Prompt for operational mode.prompt1 [string]

Prompt for configure mode.prompt2 [string]

Displays default values when showing theconfiguration.

show-defaults

Command Default None

Command Modes System Admin Config

System Administration Command Reference for the Cisco NCS 6000 Series Routers2

Session Management Commandssession

Page 3: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

Command History ModificationRelease

This command was introduced.Release 5.0.0

Examples This example shows how to enable session autowizard:

sysadmin-vm:0_RP0#configsysadmin-vm:0_RP0(config)#session autowizard true

System Administration Command Reference for the Cisco NCS 6000 Series Routers 3

Session Management Commandssession

Page 4: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

user aliasTo create command alias, use the user alias command in the System Admin Config mode. To delete the useralias, use the no form of this command.

user user-name alias alias-name [expansion command-syntax]

no user user-name alias alias-name [expansion command-syntax]

Syntax Description Name of the user. The user-name argument can beonly one word. Spaces and quotation marks are notallowed.

user-name

Name of the command alias. The alias-nameargument can be only one word. Spaces and quotationmarks are not allowed.

alias alias-name

Specifies the original command syntax. Thecommand-syntax must be specified within doublequotes.

expansion command-syntax

Command Default None

Command Modes System Admin Config

Command History ModificationRelease

This command was introduced.Release 5.0.0

Examples The following example shows how to set an alias to specific commands that the defined user can configure:

sysadmin-vm:0_RP0#configsysadmin-vm:0_RP0(config)#user sesssysadmin-vm:0_RP0(config-user-sess)#alias sessiongroupsysadmin-vm:0_RP0(config-alias-sessiongroup)#

System Administration Command Reference for the Cisco NCS 6000 Series Routers4

Session Management Commandsuser alias

Page 5: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

user descriptionTo create user description, use the user description command in the System Admin Config mode. To deletethe user description, use the no form of this command.

user user-name description string [alias alias-name [expansion command-syntax]]

no user-name user-name description string [alias alias-name [expansion command-syntax]]

Syntax Description Name of the user. The user-name argument can beonly one word. Spaces and quotation marks are notallowed.

user-name

Creates user description.description string

Name of the command alias. The alias-nameargument can be only one word. Spaces and quotationmarks are not allowed.

alias alias-name

Specifies the original command syntax. Thecommand-syntax must be specified within doublequotes.

expansion command-syntax

Command Default None

Command Modes System Admin Config

Command History ModificationRelease

This command was introduced.Release 5.0.0

Examples The following example shows how to add description to the defined user:

sysadmin-vm:0_RP0#configsysadmin-vm:0_RP0(config)#user sesssysadmin-vm:0_RP0(config-user-sess)# description sessioncommandsuser

System Administration Command Reference for the Cisco NCS 6000 Series Routers 5

Session Management Commandsuser description

Page 6: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

user sessionTo configure user specific default CLI session parameters, use the user session command in the SystemAdmin Config mode. To remove the configured user specific session parameters, use the no form of thiscommand.

user user-name session {autowizard [false | true]| complete-on-space [false| true]| display-level[display-value]| history size| idle-timeout [timeout-value]| ignore-leading-space [false| true]| paginate[false| true]| prompt1 [string]| prompt2 [string]| show-defaults [false | true]}

no user user-name session

Syntax Description Name of the user. The user-name argument can beonly one word. Spaces and quotation marks are notallowed.

user-name

Negates the parameter option. The same parameterwill be available for setting it later.

false

Sets the parameter option effective. The parameterwill be set.

true

Automatically queries user for mandatory elements.autowizard

Enables or disables completion on space.complete-on-space

Specifies maximum depth to show when displayingconfiguration. The value must be an unsigned longinteger and the range is 1 to 64.

display-level [display-value]

Specifies the history size. The value must be anunsigned long integer and the range is 0 to 8192.

history [size]

Specifies the CLI idle-timeout in seconds. The valuemust be an unsigned long integer and the range is 0to 8192.

idle-timeout [timeout-value]

Ignores leading whitespace.ignore-leading-space

Paginates output from CLI commandspaginate

Prompt for operational mode.prompt1 [string]

Prompt for configure mode.prompt2 [string]

Displays default values when showing theconfiguration.

show-defaults

System Administration Command Reference for the Cisco NCS 6000 Series Routers6

Session Management Commandsuser session

Page 7: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

Command Default If no user specific session parameters are defined, then the values defined for the global CLI session parametersare applicable.

Command Modes System Admin Config

Command History ModificationRelease

This command was introduced.Release 5.0.0

Examples The following example shows how to configure command line interface session parameters for the defineduser:

sysadmin-vm:0_RP0#configsysadmin-vm:0_RP0(config)#user sess session autowizard true

System Administration Command Reference for the Cisco NCS 6000 Series Routers 7

Session Management Commandsuser session

Page 8: Session Management Commands...Session Management Commands user session Command Default Ifnouserspecific sessionparametersaredefined,then thevaluesdefinedfor globalCLI areapplicable

System Administration Command Reference for the Cisco NCS 6000 Series Routers8

Session Management Commandsuser session