C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
105
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
U
SER
A
CCESS
C
OMMANDS
SERVICE
TELNET
service telnet
Overview
Use this command to enable the telnet server. The server is enabled by default.
Enabling the telnet server starts the device listening for incoming telnet sessions
on the configured port.
The server listens on port 23, unless you have changed the port by using the
privilege level
command.
Use the
no
variant of this command to disable the telnet server. Disabling the
telnet server will stop the device listening for new incoming telnet sessions.
However, existing telnet sessions will still be active.
Syntax
service telnet [ip|ipv6]
no service telnet [ip|ipv6]
Default
The IPv4 and IPv6 telnet servers are enabled by default.
The configured telnet port is TCP port 23 by default.
Mode
Global Configuration
Examples
To enable both the IPv4 and IPv6 telnet servers, use the following commands:
awplus#
configure terminal
awplus(config)#
service telnet
To enable the IPv6 telnet server only, use the following commands:
awplus#
configure terminal
awplus(config)#
service telnet ipv6
To disable both the IPv4 and IPv6 telnet servers, use the following commands:
awplus#
configure terminal
awplus(config)#
no service telnet
To disable the IPv6 telnet server only, use the following commands:
awplus#
configure terminal
awplus(config)#
no service telnet ipv6
Related
Commands
clear line vty
show telnet
telnet server