User Manual

Table Of Contents
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Restrict access to the TELNET server according to the client terminal's IPv4/IPv6 address.
Up to eight instances of this command can be set, and those that are specified earlier take priority for application.
If this command is set, all access that does not satisfy the registered conditions is denied.
However, if this command is not set, all access is permitted.
If this command is executed with the "no" syntax, the specified setting is deleted.
If this command is executed with the "no" syntax, and parameter is omitted, all settings are deleted.
[Note]
If telnet-server enable is not specified, this command does not function.
[Example]
Permit access to the TELNET server only from 192.168.1.1 and the 192.168.10.0/24 segment.
SWX232x(config)#telnet-server access permit 192.168.1.1
SWX232x(config)#telnet-server access permit 192.168.10.0/24
Deny only access to the TELNET server from the segment 192.168.10.0/24.
SWX232x(config)#telnet-server access deny 192.168.10.0/24
SWX232x(config)#telnet-server access permit any
4.14 Telnet client
4.14.1 Start Telnet client
[Syntax]
telnet host [port]
[Parameter]
host : Remote host name, IPv4 address (A.B.C.D), or IPv6 address(X:X::X:X)
If you specify an IPv6 link local address, you must also specify the output interface (fe80::X%vlanN
format)
port : <1-65535>
Port number to use (if omitted: 23)
[Initial value]
none
[Input mode]
privileged EXEC mode
[Description]
Connects to the specified host via Telnet.
[Example]
Connect via Telnet to port number 12345 of the host at IPv4 address 192.168.100.1.
SWX232x#telnet 192.168.100.1 12345
Connect via Telnet to port number 12345 of the host at IPv6 address fe80::2a0:deff:fe11:2233.
SWX232x#telnet fe80::2a0:deff:fe11:2233%vlan1 12345
4.14.2 Enable Telnet client
[Syntax]
telnet-client switch
no telnet-client
Command Reference | Maintenance and operation functions | 77