Buenas,
En la pregunta siguiente:
Refer to the exhibit. How will the router handle a packet destined for 192.0.2.156?
router#show ip route
!Output omitted
Gateway of last resort is 192.168.4.1 to network 0.0.0.0
10.0.0.0/24 is subnetted, 3 subnets
C 10.0.2.0 is directly connected, Ethernet1
D 10.0.3.0 [90/2195456] via 192.168.1.2, 00:03:01, Serial0
D 10.0.4.0 [90/2195456] via 192.168.3.1, 00:03:01, Serial1
C 192.168.1.0/24 is directly connected, Serial0
D 192.168.2.0/24 [90/2681856] via 192.168.1.2, 00:03:01, Serial0
[90/2681856] via 192.168.3.1, 00:03:01, Serial1
C 192.168.3.0/24 is directly connected, Serial1
C 192.168.4.0/24 is directly connected, Serial2
The router will forward the packet via either Serial0 or Serial1
The router will return the packet to its source
The router will forward the packet via Serial2
The router will drop the packet
El simulador indica que la correcta es la respuesta ‘The router will forward the packet via Serial2’ pero en la tabla de enrutamiento no hay ninguna entrada para la ip 192.0.2.156, por lo que, ¿la respuesta correcta sería ‘The router will drop the packet’ no?
Gracias, saludos