API Guide

Example
OS10# kill-session 3
Supported
Releases
10.3.1E or later
show sessions
Displays the active management sessions.
Syntax
show sessions
Parameters None
Default Not configured
Command Mode EXEC
Usage
Information
Use this command to view information about the active user management sessions.
Example
OS10# show sessions
Current session's operation mode: Non-transaction
Session-ID User In-rpcs In-bad-rpcs Out-rpc-err Out-notify Login-time Lock
-----------------------------------------------------------------------------------------
3 snmp_user 114 0 0 0 2017-07-10T23:58:39Z
4 snmp_user 57 0 0 0 2017-07-10T23:58:40Z
6 admin 17 0 0 4 2017-07-12T03:55:18Z
*7 admin 10 0 0 0 2017-07-12T04:42:55Z
OS10#
Supported
Releases
10.3.1E or later
Telnet server
To allow Telnet TCP/IP connections to an OS10 switch, enable the Telnet server. The OS10 Telnet server uses the Debian
telnetd package. By default, the Telnet server is disabled.
When you enable the Telnet server, connect to the switch using the IP address configured on the management or any front-
panel port. The Telnet server configuration is persistent and is maintained after you reload the switch. To verify the Telnet
server configuration, enter the show running-configuration command.
NOTE:
Dell EMC Networking recommends using SSH for secure, encrypted connections to the switch. SSH is enabled by
default. To set up SSH connections, see SSH server.
Enable the Telnet server
OS10(config)# ip telnet server enable
Disable the Telnet server
OS10(config)# no ip telnet server enable
By default, the Telnet server is reachable on the default virtual routing and forwarding (VRF) instance if the Telnet server is
enabled. To configure the Telnet server to be reachable on the management VRF, use the ip telnet server vrf
management command. To configure the Tellnet server to be reachable on a non-default VRF instance, use the ip telnet
server vrf vrf-name command.
Configure a Telnet server on the management VRF
OS10(config)# ip telnet server vrf management
System management
157