PrepAway - Latest Free Exam Questions & Answers

Which command is used to configure a default route?

Which command is used to configure a default route?

PrepAway - Latest Free Exam Questions & Answers

A.
ip route 172.16.1.0 255.255.255.0 0.0.0.0

B.
ip route 172.16.1.0 255.255.255.0 172.16.2.1

C.
ip route 0.0.0.0 255.255.255.0 172.16.2.1

D.
ip route 0.0.0.0 0.0.0.0 172.16.2.1

One Comment on “Which command is used to configure a default route?

  1. The simple syntax of static route:

    ip route destination-network-address subnet-mask {next-hop-IP-address | exit-interface}
    + 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

    In the statement “ip route 0.0.0.0 0.0.0.0 172.16.2.1″:

    + 0.0.0.0 0.0.0.0: refer to any network
    + 172.16.2.1: the next-hop-IP-address




    0



    0

Leave a Reply