nerdexam
Oracle

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…

Network Configuration

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)
  • A
    79% (27)
  • B
    12% (4)
  • C
    6% (2)
  • E
    3% (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

#routing table#default gateway#netstat#route command

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice