SIM#2 TASK#3 , incorrect subnet mask - Printable Version +- How2pass.com Forums (https://www.how2pass.com/forum) +-- Forum: CCNA (https://www.how2pass.com/forum/forum-4.html) +--- Forum: Answer this question (https://www.how2pass.com/forum/forum-11.html) +--- Thread: SIM#2 TASK#3 , incorrect subnet mask (/thread-2113.html) |
SIM#2 TASK#3 , incorrect subnet mask - slawekstec - 10-04-2022 LAB SIM#2 TASK #3 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 |