...
Parameter | Description |
<ip-address>|<host-name> | Specifies the IPv4/IPv6 address or host name of a remote system. |
<port-number> | Optional. Specifies the TCP port number on which the remote device provides Telnet service. The value is an integer that ranges from 1 to 65535. The default value is 23. |
vrf <vrf-name> | Optional. Specifies a VRF name. The value is a string.
|
Example
Establish a Telnet connection with a remote device in default VRF.
Code Block |
---|
admin@PICOS> telnet 10.10.51.205
vrf mgmt-vrf
Trying 10.10.51.205...
Connected to 10.10.51.205.
Escape character is '^]'.
User Access Verification
Username: |
...
Code Block |
---|
admin@PICOS> telnet 10.10.51.2511 vrf mgmt-vrf Trying 10.10.51.20511... Connected to 10.10.51.20511. Escape character is '^]'. User Access Verification Username: |
...