04-09-2021 11:38 AM
Sorry Noob to Net here. So I have the below physical network devices. I have already configured the routers according to the attached document but now I need to add a switch to each Router 1 and Router 2. What configuration I need to make on those devices? Much Thanks.
Router 1: 1941
Router 2 1941
Catalyst 3750 (Switch1 physically connected to Router 1)
Catalyst 3750 (Switch 2 physically connected to Router 2)
Router 3 (2911)
Router 4 (2911)
Cisco Catalyst (3560) Switch 3 connected to Router 3
Cisco Catalyst (3560) Switch 4 connected to Router 4
Solved! Go to Solution.
04-13-2021 10:25 AM
04-09-2021 02:04 PM
Hello,
just connect each switch to a port on the router. Whatever IP address that port has, is the default gateway for the clients connected to the switch:
Example
R4
interface FastEthernet0/0
description Link to Switch 4
ip address 192.168.40.1 255.255.255.0
Now connect the switch to that port. All PCs connected to the switch need to have 192.168.40.1 as their default gateway, and an IP address from the 192.168.40.0/24 subnet.
04-13-2021 07:00 AM
thank you. If I have Switch 1 connected to Router 1 and Switch 2 connected to Router 2. How would I get a PC connected to each switch able to ping each other?
04-13-2021 10:25 AM
04-13-2021 01:40 PM
I am sure that the implementation in the lab supplied by Georg is excellent and provides the connectivity that the original poster asks about. The original post asks a simple question "How would I get a PC connected to each switch able to ping each other?" And I believe that there is a simple answer. As long as the PCs have IP addresses in the correct subnet and have the correct default gateway configured (the IP address of the connected router interface) then the routing protocols specified in the lab (OSPF and BGP) running on the routers will enable the routers to forward traffic for remote destinations correctly and will enable the PCs to ping each other.
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