OcNOS-SP : System Management Guide : System Management Configuration Guide : Max Session and Session Limit Configuration : Configuration of Telnet Session Limit Greater than Max-Session
Configuration of Telnet Session Limit Greater than Max-Session
In the below section, configure Telnet Session limit to be greater than Max-Session limit.
Topology
Setup consists of one node acting as Telnet server.
 
Figure 32-57: Telnet Session Topology
Configuration of Telnet server Session-Limit to be greater than line-VTY max-session
 
#configure terminal
Enter configure mode
(config)#no feature telnet vrf management
Disable feature telnet
(config)#telnet server session-limit 12 vrf management
Configure Session-limit as 12 for telnet server
(config)#commit
Perform commit to submit changes
(config)#feature telnet vrf management
Enable Telnet server
(config)#commit
Perform commit to submit changes
(config)#line vty
Enter line VTY mode
(config-line)#max-session 10
Configure max-session as 10
(config-line)#commit
Perform commit to submit changes
(config)#exit
Exit configure mode
Validation
Check that the total telnet sessions possible is 10 even though telnet server session limit is configured as 12.
#show running-config telnet server
telnet server session-limit 12 vrf management
feature telnet vrf management
no feature telnet
 
#show running-config | grep max-session
max-session 10
Last modified date: 10/19/2023