Exam 200-301 | Question id=5375 | IP Connectivity |
Which of the following is the correct command to define a default route using a gateway address of 172.16.0.254?
A. |
ip default-route 172.16.0.254 255.255.0.0 | |
B. |
ip route 0.0.0.0 0.0.0.0 172.16.0.254 | |
C. |
default-gateway 172.16.0.254 | |
D. |
ip route default 172.16.0.254 |
The ip route command is used to manually define a static route to a destination network. The syntax of the command is as follows:
ip route [destination_network] [mask] [next-hop_address or exit interface] [administrative_distance] [permanent]