Command to configure default gateway:
-
route add default
-
add route
-
add gateway default
-
router add default
A
Correct answer
Explanation
The 'route add default' command is used to configure a default gateway in Unix/Linux systems. This command adds a default route to the routing table, directing traffic to the default gateway when no specific route is available.