06-20-2022 06:38 AM - edited 06-20-2022 06:39 AM
Hello, I can't do the SSH from PC Technical Support to the switch.
Currently, I have configured my switch as shown below:
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
Solved! Go to Solution.
06-20-2022 07:10 AM
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
06-20-2022 07:10 AM
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
06-20-2022 07:23 AM
Hello @Flavio Miranda ,
Thank you so much. You have helped me yet again.
06-20-2022 07:27 AM
Keep going with the good work!
06-20-2022 07:19 AM
Hi,
Does the router (Gateway for PC) 15.0.4.161
have a route to the switch VLAN99 15.0.6.14
Have you allowed VLAN 99 on the trunk both ways on the switch & router
06-20-2022 07:55 AM
Hello @acampbell ,
I have configured the trunking mode correctly. I found out that one of my ACLs is actually the one causing the problem.
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