login concurrent-session limit number-of-sessionsExample of Configuring Concurrent Session LimitThe following example limits the permitted number of concurrent login sessions to 4.Dell(config)#login concurrent-session limit 4Enabling the System to Clear Existing SessionsTo enable the system to clear existing login sessions, follow this procedure:• Use the following command.CONFIGURATION modelogin concurrent-session clear-line enableExample of Enabling the System to Clear Existing SessionsThe following example enables you to clear your existing login sessions.Dell(config)#login concurrent-session clear-line enableExample of Clearing Existing SessionsWhen you try to log in, the following message appears with all your existing concurrent sessions, providing an option to close any one of theexisting sessions:$ telnet 10.11.178.14Trying 10.11.178.14...Connected to 10.11.178.14.Escape character is '^]'.Login: adminPassword:Current sessions for user admin:Line Location2 vty 0 10.14.1.973 vty 1 10.14.1.97Clear existing session? [line number/Enter to cancel]:When you try to create more than the permitted number of sessions, the following message appears, prompting you to close one of theexisting sessions. If you close any of the existing sessions, you are allowed to login.$ telnet 10.11.178.17Trying 10.11.178.17...Connected to 10.11.178.17.Escape character is '^]'.Login: adminPassword:Maximum concurrent sessions for the user reached.Current sessions for user admin:Line Location2 vty 0 10.14.1.973 vty 1 10.14.1.974 vty 2 10.14.1.975 vty 3 10.14.1.97Kill existing session? [line number/Enter to cancel]:Management 69