F5F Stay Refreshed Power Users Networks I can assist with CCNA2 setup. Let me know what specific help you need!

I can assist with CCNA2 setup. Let me know what specific help you need!

I can assist with CCNA2 setup. Let me know what specific help you need!

Pages (2): Previous 1 2
P
PHStussi
Junior Member
21
01-14-2024, 03:02 PM
#11
R2 should understand how to reach those subnets through the linked devices. R1 must know the path to the PC subnet behind R3 using the IP from R2, and also how to reach 10.2.2.2 since it isn’t directly connected. Ideally, if communication between R1 and R2 on the R3 side isn’t required, you could set up routes like this: R1 uses a static route to the PC subnet via R2, and R2 uses a static route from R3 through its IP, then to R1 via its interface, and finally to the PC subnet behind R1 via R1’s interface. If you need more than that, additional routes on R1 and R3 for other subnets would be necessary, but that seems unnecessary here.
P
PHStussi
01-14-2024, 03:02 PM #11

R2 should understand how to reach those subnets through the linked devices. R1 must know the path to the PC subnet behind R3 using the IP from R2, and also how to reach 10.2.2.2 since it isn’t directly connected. Ideally, if communication between R1 and R2 on the R3 side isn’t required, you could set up routes like this: R1 uses a static route to the PC subnet via R2, and R2 uses a static route from R3 through its IP, then to R1 via its interface, and finally to the PC subnet behind R1 via R1’s interface. If you need more than that, additional routes on R1 and R3 for other subnets would be necessary, but that seems unnecessary here.

B
badman394
Member
221
01-15-2024, 05:14 AM
#12
On R1, the IP route specifies a path to reach R3’s LAN. The 172 address serves as the destination for this route. 10.1.1.2 indicates the gateway or next hop for the connection between R1 and R2.
B
badman394
01-15-2024, 05:14 AM #12

On R1, the IP route specifies a path to reach R3’s LAN. The 172 address serves as the destination for this route. 10.1.1.2 indicates the gateway or next hop for the connection between R1 and R2.

S
slayer__is
Senior Member
521
01-19-2024, 08:53 PM
#13
route ip route destination-network mask next-hop 172.16.30.0 255.255.255.224 points to the subnet you're aiming for 10.1.1.2 is the direct connection point, which is the IP of the immediately connected router on that network
S
slayer__is
01-19-2024, 08:53 PM #13

route ip route destination-network mask next-hop 172.16.30.0 255.255.255.224 points to the subnet you're aiming for 10.1.1.2 is the direct connection point, which is the IP of the immediately connected router on that network

K
k13west
Junior Member
6
01-20-2024, 03:08 AM
#14
Thank you for your message. I received the PM as requested.
K
k13west
01-20-2024, 03:08 AM #14

Thank you for your message. I received the PM as requested.

Pages (2): Previous 1 2