01-16-2025 06:01 AM
Hi everyone,
we are about to install new C8300(C8300-2N2S-4T2X) and C1100TG(C1100TGX-1N24P32A) and use them as Console Terminal Server and Management Access for OOBM.
Ist it possible to configure them with a passthrough function for Console requests over SSH? I attached a sketch how I liked to connect to the console ports.
For Example:
ssh johndoe@10.10.10.99:2003
.
.
Router123#
Right now it is:
ssh johndoe@10.10.10.99
.
C8300#
C8300#<IP host name>
.
Router123#
I hope I described it clearly
BR
Steffen
Solved! Go to Solution.
01-16-2025 06:57 AM
Hello @Steffen Pontiac ,
There is a way to do what you described using the rotary option in IOS which controls the sty line you connect to the router:
line vty 1
rotary 1
This config enables a new range of ports on the router - 3000+rotary number.
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
HTH
01-16-2025 06:57 AM
Hello @Steffen Pontiac ,
There is a way to do what you described using the rotary option in IOS which controls the sty line you connect to the router:
line vty 1
rotary 1
This config enables a new range of ports on the router - 3000+rotary number.
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
HTH
01-16-2025 07:50 AM
Hi @liviu.gheorghe ,
thank you for your quick response.
Looks interesting. I will test it tomorrow or next week and come back to you if this is the solution I was lokking for.
Thank you for your great support here.
BR
Steffen
01-22-2025 12:12 AM
Hi @Steffen Pontiac ,
did you test it? Is it working as expected?
01-22-2025 02:13 AM
01-23-2025 01:37 PM
@liviu.gheorghe I could test the function and it seems to be a good and easy solution. Thanks a lot!
BR Steffen
01-23-2025 01:51 PM
You are welcome. Happy to help.
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