Configuring The Session Limit - Cisco Nexus 9000 Series Configuration Manual

Nx-os fundamentals configuration guide
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring Terminal Settings and Sessions
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6

Configuring the Session Limit

You can limit the number of virtual terminal sessions on your device.
Procedure
Step 1
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
line vty
Example:
switch# line vty
switch(config-line)#
exec-timeout minutes
Example:
switch(config-line)# exec-timeout 30
exit
Example:
switch(config-line)# exit
switch(config)#
show running-config all | begin vty
Example:
switch(config)# show running-config all
| begin vty
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
Configuring the Session Limit
Purpose
Enters global configuration mode.
Enters line configuration mode.
Configures the inactive session timeout. The
range is from 0 to 525600 minutes (8760
hours). A value of 0 minutes disables the
timeout. The default value is 30.
Exits line configuration mode.
(Optional)
Displays the virtual terminal configuration.
(Optional)
Copies the running configuration to the startup
configuration.
Purpose
Enters global configuration mode.
83

Advertisement

Table of Contents
loading

Table of Contents