
line vty session-limit
Configures the maximum number of virtual terminal sessions allowed for this route controller.
Syntax: line vty session-limit value
value
Specifies the number of vty sessions allowed for this route controller. Valid Values: 0 - 15. Default: 15.
Description: The maximum number of sessions for vty allowed on a route controller can be configured between 0 - 15. Setting the limit to 0 prevents all sessions from being established. The specified session limit is only applied to the current route controller. Configuring a limit smaller than the current number of sessions will not remove an operating session. Once the number of operating sessions falls below the configured limit, new sessions beyond the configured limit will not be allowed.
Use the line vty session-limit command to configure the maximum number of vty sessions for this route controller.
Use the no vty session-limit command to reset the maximum number of vty sessions for this route controller to the default value.
If a non-default value is configured, the configured value can be displayed using the show running-config command, otherwise the configured value remains 15.
Factory Default: 15.
Command Mode: Configuration.
Example 1: In the following example, the line vty session-limit command changes the maximum number of vty sessions allowed for this route controller to 10:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#line vty session-limit 10
router(config)#end
router#
Example 2: In the following example, the no line vty session-limit command changes the maximum number of vty sessions allowed for this route controller to the default value:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#no line vty session-limit
router(config)#end
router#
Related Commands: line ssh session-limit
show running-config
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: navigation.fm
HTML File Name: navigation15.html
Last Updated: 02/25/05 at 14:25:22