[Lab environment]
Cisco Packet Tracer 5.3.2
[PURPOSE]
Exercise configuring vswitch remote telnet Management
[Experiment topology]
Lab procedure]
1. Connect the device by topology. The router only configures the interface IP address, without routing.
PC0: 192.168.0.1/24
Router f0/0: 192.168.0.254/24
Router f0/1:220. 10.0.254/24
2. Open the switch CLI
Configure the management VLAN address. Remember no shutdown.
Switch (config) # int vlan 1
Switch (config-if) # ip add 220.10.0.250 255.255.255.0
Switch (config-if) # no shut
Switch (config-if) # exit
Remember to configure the default gateway. Otherwise, the switch cannot find the path to go back.
Switch (config) # ip default-gateway 220.10.0.254
Configure vswitch telnet connection
Switch (config) # lin vty 0 4
Switch (config-line) # password slyar.com
Switch (config-line) # login
Switch (config-line) # end
3. Test remote telnet on PC0
PC> telnet 220.10.0.250
Trying 220.10.0.250... Open
User Access Verification
Password:
Switch>