06-11-2022 07:31 PM
Hi
I'm configuring new C1000 switch cascading with utp cable with 2960S. The new C1000 can work as well to the users connected to the port.
The problem, why i can't remotely go to the C1000 switch with IP 10.33.211.155. I only can ping the ip using console cable
06-11-2022 08:48 PM - edited 06-11-2022 08:49 PM
Hello,
Try changing your subnet mask for interface vlan 211 to either 255.255.255.0 or 255.255.255.128 for both since they are different.
They have different subnet masks.
-David
06-12-2022 06:37 AM
Hi,
it seems like you missed transport input types in vty lines.
line vty 0 4
password 7 113C30313A31021F0725
login
transport input none
line vty 5 15
password 7 00313A32297802150C2E
login
transport input none
you need to enable required protocols there such as ssh.
use below commands. then try to ssh to management IP. also mentioned by @David Ruess above, make sure network subnets are properly configured.
line vty 0 4
password 7 113C30313A31021F0725
login
transport input ssh
line vty 5 15
password 7 00313A32297802150C2E
login
transport input ssh
!
06-13-2022 01:09 AM
you have to set transport input showing None
!
line con 0
password 7 02332D6F262506324F41
logging synchronous
login
line vty 0 4
password 7 113C30313A31021F0725
login
transport input none
line vty 5 15
password 7 00313A32297802150C2E
login
transport input none
you have to set as SSH.
Thanks,
Jitendra
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