IP System Management Commands
537 Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
26
Examples
Example 1. The following example sets a secure session between the local device
and the edge device HQedge. The user name and password configured by the ip
ssh-client username and ip ssh-client password commands are used.
switchxxxxxx>
ssh HQedge
Example 2. The following example sets a secure session between the local device
and the edge device 1.1.1.1. The user name is HQhost and the password is a
password configured by the ip ssh-client password command.
switchxxxxxx>
ssh 1.1.1.1
/user HQhost
Example 3. The following example sets a secure session between the local device
and the edge device HQedge. The user name is HQhost and the password is
ar3245ddd.
switchxxxxxx>
ssh HQedge
/user HQhost /password ar3245ddd
Example 4. The following example sets a lookback interface as a source interface:
switchxxxxxx>
ssh HQedge
/source-interface loopback1
26.3 telnet
The telnet EXEC mode command logs on to a host that supports Telnet.
Syntax
telnet {
ip-address
|
hostname
} [
port
] [
keyword
...]
Parameters
•
ip-address—
Specifies the destination host IP address (IPv4 or IPv6).