Command Line Interface
516 1553-KDU 137 365 Uen D 2006-06-16
After connecting to the system through the console port, the login screen
displays:
7.1.3 Telnet Connection
Telnet operates over the IP transport protocol. In this environment, the
management station and any network device that needs to be managed over the
network must have a valid IP address. Valid IP addresses consist of four
numbers, 0 to 255, separated by periods. Each address consists of a network
portion and host portion. For example, the IP address 10.1.0.1, consists of a
network portion (10.1.0) and a host portion (1).
Note: The IP address for the ECN330-switch is obtained through DHCP by
default.
To access the ECN330-switch through a Telnet session, the IP address for the
ECN330-switch must be set first, and if managing the ECN330-switch from a
different IP subnet, the default gateway must also be set. For example:
After the ECN330-switch is configured with an IP address, a Telnet session can
be opened by performing these steps.
1. From the remote host, enter the Telnet command and the IP address of the
device to be accessed.
User Access Verification
Username: admin
Password:
CLI session with the Embedded Switching/Routing Unit is opened.
To end the CLI session, enter [Exit].
Console#
Console(config)#interface vlan 246
Console(config-if)#ip address 10.1.0.1 255.255.255.0
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254