Which of the following commands will delete the default gateway from the system's IP routing table? (Choose two.)
Which of the following commands will delete the default gateway from the system's IP routing table? (Choose two.)
To delete the default gateway from the system's IP routing table, you can use the 'route del default' command or the 'ip route del default' command. The first command ('route del default') uses the older 'route' command, which is still widely used for this purpose. The second command ('ip route del default') uses the newer 'ip' command suite, which is designed to replace older networking commands. Both commands effectively achieve the same objective of removing the default gateway.
B and C are correct