10-04-2022, 11:13 PM
(This post was last modified: 10-04-2022, 11:14 PM by slawekstec.)
LAB SIM#2 TASK #3
Task #3
R2(config)#ip route 172.20.20.128 255.255.128.0 10.10.12.1 2 <== incorrect subnet mask for /25 Should be 255.255.255.128
Task #3
Configure a single static route in router R2 to reach to the Internet subnet considering both redundant links between routers R1 and R2. A default route is NOT allowed in router R2.
INTERNET SUBNET 172.20.20.128/25
R2(config)#ip route 172.20.20.128 255.255.128.0 10.10.12.129 <== incorrect subnet mask for /25 should be 255.255.255.128R2(config)#ip route 172.20.20.128 255.255.128.0 10.10.12.1 2 <== incorrect subnet mask for /25 Should be 255.255.255.128