H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Login
H3C S7500 Series Ethernet Switches Chapter 1
Login Commands
1-23
Examples
# Set the domain name of the switch to ABC.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] sysname ABC
[ABC]
1.1.25 telnet
Syntax
telnet { hostname | ip-address } [ service-port ]
View
User view
Parameters
hostname: Host name of the remote switch. You can use the ip host command to
assign a host name to a switch.
ip-address: IP address of the remote switch.
service-port: TCP port number that provides Telnet service on the switch. This
argument ranges from 0 to 65,535.
Description
Use the telnet command to Telnet to another switch from the current switch to manage
the former remotely. You can terminate a Telnet connection by pressing <Ctrl + K> or by
executing the quit command.
The default TCP port number is 23.
Related commands: display tcp status, ip host.
Examples
# Telnet to the switch with the host name of H3C2 and IP address of 129.102.0.1 from
the current switch (with the host name of H3C1).
<H3C1> telnet 129.102.0.1
Trying 129.102.0.1 ...
Press CTRL+K to abort
Connected to 129.102.0.1 ...
<H3C2>