ā06-18-2025 08:19 PM
I had set up and configured a small office network using cisco packet tracer (File Attached). The network included two subnets for different departments: Admin and Employee, with internet access provided by an ISP, that is
As I checked the connection by ping Only the ISP Router failed to communicate with 100% loss. Can I have a solution to this?
Solved! Go to Solution.
ā06-18-2025 08:34 PM
@Aaron John hi,
in ISP router
1. remove 2 sub interfaces Gi0/0.10 and Gi 0/0.20. then add static routes as below.
2.
Router(config)#ip route 192.168.10.0 255.255.255.0 203.0.113.2
Router(config)#ip route 192.168.20.0 255.255.255.0 203.0.113.2
ā06-18-2025 08:34 PM
@Aaron John hi,
in ISP router
1. remove 2 sub interfaces Gi0/0.10 and Gi 0/0.20. then add static routes as below.
2.
Router(config)#ip route 192.168.10.0 255.255.255.0 203.0.113.2
Router(config)#ip route 192.168.20.0 255.255.255.0 203.0.113.2
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