Routing Table Analyzer Lab - Cable Run Week 2

Back to Course Home

Routing Table Analyzer

Use longest prefix match to determine the correct next hop for 8 destination IPs

Score: 0 / 8

Reference Routing Table:

Destination NetworkSubnet MaskNext HopInterface
10.1.0.0/16255.255.0.0192.168.1.1eth0
10.1.5.0/24255.255.255.0192.168.1.2eth1
10.1.5.128/25255.255.255.128192.168.1.3eth2
172.16.0.0/12255.240.0.0192.168.1.4eth0
172.16.10.0/24255.255.255.0192.168.1.5eth3
0.0.0.0/00.0.0.0192.168.1.254eth0

Determine the next hop for each destination IP:

Lab Complete