telnet

This command invokes a Telnet session from the device towards a remote host for remote management. A remote administrator can access the device’s CLI from the WAN leg while performing the full authentication process. The administrator can then invoke Telnet sessions towards other devices in the LAN to manage them. No special pin-holes or forwarding rules need be declared to manage them.

Syntax

# telnet <Address> <Port>  [source data [interface|source-address|vrf]] 

Command

Description

Address

Remote host IP address.

Port

(Optional) Remote host port number.

interface {bvi|cellular|gigabitethern|gre|ipip|ipipv6|ipv6ip| l2tp|loopback|pppoe|pptp|vlan|vti}

Defines the source interface and ID to bind to.

source-address interface {bvi|cellular|gigabitethern| gre|ipip|ipipv6|ipv6ip|l2tp|loopback|pppoe|pptp|vlan| vti}

Defines the source address interface to bind to.

vrf

Defines the virtual routing forwarding (VRF) name.

Command Mode

Privileged User

Example

Invoking a Telnet session to a device located on the LAN:
# telnet 11.11.11.201 23 source data interface vlan 1
Invoking a Telnet session to a device located on the WAN using a WAN interface:
# telnet 10.10.10.2 23 source data interface gigabitethernet 0/0
Invoking a Telnet session to a device located on the WAN using VRF:
# telnet 10.10.10.2 23 source data vrf Test