Which of the following commands should you use to add a default gateway router address of 10.200.100. 54 to your route table?
  1. route add default gw 10.200.100.54
  2. route 10.200.100.54
  3. netstat -a default 10.200.100.54
  4. gateway 10.200.100.54
Explanation
Answer - A - You should use the route add default gw 10.200.100.54 command to add a default gateway router address of 10.200.100. 54 to your route table.

Key Takeaway: The route add default gw 10.200.200.254 command will add the specified IP address as the default gateway router. A default route is the network route used by a router when no other known route exists for a given IP packet's destination address.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz