1Z0-460 · Question #43
Which two commands can be used on Oracle Linux to find the routing table and default gateway information of your network?
The correct answer is A. netstat -r D. route -n. A:netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships route - show / manipulate the IP routing table show numerical addresses instead of trying to determine symbolic host names. This is useful if you are…
Question
Which two commands can be used on Oracle Linux to find the routing table and default gateway information of your network?
Options
- Anetstat -r
- Broute show
- Ccat /proc/route
- Droute -n
- Etraceroute
How the community answered
(34 responses)- A79% (27)
- B12% (4)
- C6% (2)
- E3% (1)
Explanation
A:netstat - Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships *route - show / manipulate the IP routing table show numerical addresses instead of trying to determine symbolic host names. This is useful if you are trying to determine why the route to your nameserver has vanished. The output of the kernel routing table is organized in the following columns The destination network or destination host. The gateway address or '' if none set. The netmask for the destination net; '255.255.255.255' for a host destination and '0.0.0.0' for the Not B: use route -n. No subcommand show. Not E:traceroute - print the route packets trace to network host
Topics
Community Discussion
No community discussion yet for this question.