This section describes how to configure remote access on Cisco switches.
Configuring remote access
Configuring Telnet
Enter the following commands to configure Telnet:
Switch# enable
Switch# configure terminal
Switch(config)# interface vlan 1
Switch(config-if)# ip address 192.168.1.10 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# exit
Switch(config)# line vty 0 15
Switch(config-line)# transport input telnet
Switch(config-line)# password cisco
Switch(config-line)# login
Switch(config-line)# exit
Switch(config)# copy running-config startup-config
Open the Command Prompt on your computer and try telneting into a remote switch, as shown in Figure 4.9. You need to use the telnet command accompanied by the IP address of a...