01-21-2024 09:27 AM
Hello everyone,
I'm currently facing an issue with my test-network setup, and I'm reaching out to seek your expertise in troubleshooting.
Here's a brief overview of the problem:
Unidentified Network Issue:
Switch Cannot Ping Gateway:
Background Information:
Troubleshooting Steps Taken:
I kindly request your assistance in identifying the potential causes of this problem and providing guidance on how to resolve it. Any insights, suggestions, or steps for further troubleshooting would be highly appreciated.
For additional context, here are some relevant details:
interface Vlan1
ip address 192.168.1.123 255.255.255.0
!
ip default-gateway 192.168.1.1
ip classless
ip http server
The Test client is connected on Fe2/0/1, Uplink is on Gi2/0/1.
Here some pics of the test-network: https://imgur.com/a/Ucu5UjR
Any ideas?
01-21-2024 10:32 AM
Hello @gtichtla123 ,
How is the IP address configured on the test client - manual or dhcp?
Can you ping the default gateway from the Cisco Catalyst 3750 switch and after that provide the output from the following commands:
01-21-2024 11:20 AM
I take this Switch acting as Layer 2 and your all the Layer 3 sit in your Mikrotik box (192.168.1.1)
On the PC are you using same subnet static or Dynamic using Gateway 192.168.1.1
can you post ipconfig /all (from PC)
from PC are you able to ping 192.168.1.1 ?
Unidentified Network
reasons are - the device not able to reach internet. (above steps should able to fix the issue)
Also suggest to add port-fast device connected PC
interface gig 2/0/1
spanning-tree portfast
Note : switch showing port number 2/0/1 means this switch was part of stack before, if you like to change to Gig1/0/X port change the #switch 2 re-number 1, save the config and reload. so next reload all the ports start with Gig1/0/X
01-21-2024 12:07 PM
It might be helpful if you would post the output of these commands on the 3750 switch
show interface status
show arp
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