You need to configure a default route. Which of the following commands is the correct way to set the default route out of your network?
A) ip route 0.0.0.0.0.0.0.0 172.20.3.2
B) ip route 0.0.0.0 0.0.0.0 172.20.3.2
C) ip route 0.0.0.0 172.20.3.2
D) ip route any 172.20.3.2
B
Explanation: B) The ip route 0.0.0.0 0.0.0.0 172.20.3.2 option is the correct answer. The correct syntax includes ip route 0.0.0.0 0.0.0.0 {next-hop-address | outbound-interface}.
Computer Science & Information Technology
You might also like to view...
XML and JSON are both common formats for the exchange of information between web services
Indicate whether the statement is true or false
Computer Science & Information Technology
The zoom level in Microsoft Word 2016 goes from a minimum of 10% to a maximum of ________
A) 400% B) 800% C) 1000% D) 500%
Computer Science & Information Technology