01-27-2025 10:55 AM
I have a Cisco router 2900 with a Cisco HWIC-16A 16 port Async interface card on the back that i plan to use to console into nearby switches in case they lose connectivity for an OOB solution.
I have tried many documentation regarding this setup and I cannot get this to work. What is the proper configuration for the ASYNC interfaces and what the command I need to use to console into those switches from my router?
02-12-2025 11:20 AM
Ok. Can you share the configuration of the con 0 lien from your switch which you are trying to access via the terminal server?
Why are you saying that "the switches are set up to only accept SSH". If you are referring at the configuration
line vty 0 4
transport input ssh
found on the switch, I can tell you that it doesn't apply because you are trying to access the switch on the console line which shouldn't have the transport input ssh command and even if it did it wouldn't deny access to the console line.
You can convince yourself that this is true by trying to connect your PC, using a Cisco serial console cable, to the console of your switch. Use what terminal program you like, set the connection method to serial, choose the correct COM port from your PC, set the connection parameters to 9600, 8, N, 1 and see if you can connect.
If your connection is successful, then also the connection via the terminal server should be successful, unless you connected something wrong.
02-12-2025 01:14 PM
02-12-2025 03:05 PM
I'm glad to hear that the solution is working out for you.
01-29-2025 11:58 PM
@antisocial11224 , you don't need the rotary command on the async lines because the functionality to access it with port number 2000 + async line number exists even without the rotary command configured on it.
The rotary command enables a new range of ports on the router - 3000+rotary number and you can approach the terminal server configuration a little different.
Using the rotary option in IOS you can controls the vty line you connect to the router:
line vty 1
rotary 1
In our example, if you telnet/ssh on port 3001 you will land on vty 1 which is configured with rotary 1.
Now to have a certain vty connect with a specific async line, you can use the "autocommand" command on the vty line:
line vty 1
rotary 1
autocommand telnet 10.10.10.99 2003
Hope this helps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide