cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
820
Views
5
Helpful
5
Replies

I cannot SSH to the switch

HeroVax
Level 1
Level 1

Hello, I can't do the SSH from PC Technical Support to the switch.

Currently, I have configured my switch as shown below:

 

1.png

 

 

VLAN 99 Management (SwitchKL-Floor1)

ip address 15.0.6.14 255.255.255.252

ip default-gateaway 15.0.6.13

 

Technical Support VLAN (PC)

ip address 15.0.4.162 255.255.255.224

ip default-gateaway 15.0.4.161

 

line vty 0 4
login local
transport input ssh
line vty 5 15
login local
transport input ssh
!

ip domain-name cisco.lab
!
username cisco secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!

!
interface FastEthernet0/5
switchport access vlan 50
switchport mode access
!

 

I can however, do SSH from PC Technical Support to the Router, but I can't do SSH from PC to switch.

Anyone know what I'm missing? I have attached my pkt file for your reference. Thanks

 

1 Accepted Solution

Accepted Solutions

Hi

 

The Access List is bloking it.

More specifically:

deny ip 15.0.4.192 0.0.0.31 15.0.6.12 0.0.0.3

 

View solution in original post

5 Replies 5