Hi this is a noob question I know, but I've forgotten how to configure two switches from one pc terminal. I'm guessing it has to do with vty. maybe assign one as vty 1 and the other as vty 0, but I'm not sure. Any help will be greatly appreciated. Thank you.
Asked
Active
Viewed 47 times
1 Answers
0
You have two options:
- Enable VTY connections and remotely connect to the switches. I have added a quick example on how to enable VTY connections.
SW1#conf t SW1(config)#line vty 0 15 SW1(config-line)#logging synchronous SW1(config-line)#exec-timeout 30 0 SW1(config-line)#password (fill in) SW1(config-line)#login SW1(config-line)#end
- If they're brand new, you should connect using a console cable.
Also check out the following link, it provides some insight on Telnet, Console and AUX Port Passwords on Cisco Routers Configuration.

CustomX
- 9,948
- 30
- 85
- 115