C
OMMAND
L
INE
I
NTERFACE
3-2
2. Enter the necessary commands to complete your desired tasks.
3. When finished, exit the session with the “quit” or “exit”
command.
After connecting to the system through the console port, the login
screen displays:
Telnet Connection
Telnet operates over the IP transport protocol. In this environment,
your management station and any network device you want to
manage 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 assigned to this switch, 10.1.0.1, consists
of a network portion (10.1.0) and a host portion (1).
Note: The IP address for this switch is unassigned by default.
To access the switch through a Telnet session, you must first set
the IP address for the switch, and set the default gateway if you
are managing the switch from a different IP subnet. For example,
User Access Verification
Username: admin
Password:
CLI session with the TigerSwitch 10/100 -
6724L2 Managed 24+2 Standalone Switch is opened.
To end the CLI session, enter [Exit].
Console#
Console(config)#interface vlan 1
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