PrepAway - Latest Free Exam Questions & Answers

Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4?

Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
it establishes a static route to the 172.16.3.0 network.

B.
it configures the router to send any traffic for an unknown destination to the 172.16.3.0 network.

C.
it creates a static route to the 192.168.2.0 network.

D.
it uses the default administrative distance.

E.
It configures the router to send any traffic for an unknown destination out the interface with the address 192.168.2.4.

F.
it is a route that would be used last if other routes to the same destination exist.

Explanation:
This question is to examine the static route-related concept, ip route 172.16.3.0 255.255.255.0 192.168.2.4
This is a static route configuration command. 172.16.3.0 is the destination network, 192.168.2.4 is the next hop.

One Comment on “Which two statements are true about the command ip route 172.16.3.0 255.255.255.0 192.168.2.4?

  1. Cydonia83 says:

    Correct A & D

    The command “ip route 172.16.3.0 255.255.255.0 192.168.2.4″ means that “if there is a packet to the network 172.16.3.0/24 then route it to 192.168.2.4 first.
    The syntax of static route is:
    ip route [metric]
    + destination-network-address: destination network address of the remote network
    + subnet mask: subnet mask of the destination network
    + next-hop-IP-address: the IP address of the receiving interface on the next-hop router
    + exit-interface: the local interface of this router where the packets will go out
    + metric: the distance metric for this route. If not specified, it uses the default administrative distance of 1




    0



    0

Leave a Reply