03-03-2011 12:19 PM
how can you configure a compact switches C2960G ssh and telnet for remote access ?
03-17-2011 01:23 PM
The standard way to configure these in IOS is documented in the "Set Up an IOS Router or Switch as SSH Client" section of this doc: http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml
03-17-2011 03:32 PM
03-17-2011 04:43 PM
You can configure this in global config mode:
ip ssh port 4000 rotary 1
Then specify which vty's are part of this rotary group (which is group 1 as configured above):
line vty 0 5
login local
rotary 1
transport input all
03-18-2011 01:57 AM
03-18-2011 08:17 AM
Please be more specific about what happens when you try to configure it. It would be very helpful if you post logs of your attempt to configure it.
03-18-2011 08:30 AM
03-18-2011 08:34 AM
That's helpful thanks. Can you also post a show version from the switch?
03-18-2011 09:41 AM
(C2960-LANBASEK9-M), Version 12.2(50)SE4,
03-18-2011 11:48 AM
I finally got a chance to test this in the lab as well on a switch instead of a router. I got the same results as you. Looks like this command isn't supported on the 2960 or even the 3750, so I don't see a way you'll be able to configure ssh to port 4000. I don't see any plan to support in the future either. If anyone reading this thread can post a good justification to integrate this feature on these switches, it may help prioritize it.
03-18-2011 12:33 PM
yes I need that for my studies but can not telnet in a good way to work, knows that a new version of IOS for switches hey it might work
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