cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
623
Views
0
Helpful
3
Replies

Can't remote and ping Vlan IP Management

idrus-daud
Level 1
Level 1

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

 

 

3 Replies 3

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

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
!

 

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Jitendra Kumar
Spotlight
Spotlight

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

Thanks,
Jitendra
Review Cisco Networking for a $25 gift card