nerdexam
Oracle

1Z0-821 · Question #181

On server A, you enter the following command to add a static route to serverA route -p add -host 192.168.1.101 192.168.1.101 -static What is the purpose of this command?

The correct answer is B. to specify an IPMP target IP address to in.mpathd. Note: # route -p add -host destination-IP gateway-IP -static where destination-IP and gateway-IP are IPv4 addresses of the host to be used as a target. For example, you would type the following to specify the target system 192.168.10.137, which is on the same subnet as the…

Configuring and Administering Networks

Question

On server A, you enter the following command to add a static route to serverA route -p add -host 192.168.1.101 192.168.1.101 -static What is the purpose of this command?

Options

  • Ato temporarily bypass IP Filter rules
  • Bto specify an IPMP target IP address to in.mpathd
  • Cto specify routing to an adjacent network when in.rdisc is not used
  • Dto specify routing to an adjacent network when in.routed is not used
  • Eto ensure the IP address for serverB is not flushed from the ARP cache
  • Fto optimize link aggregation using a direct connection between two systems

How the community answered

(63 responses)
  • B
    78% (49)
  • C
    5% (3)
  • D
    3% (2)
  • E
    13% (8)
  • F
    2% (1)

Explanation

Note: # route -p add -host destination-IP gateway-IP -static where destination-IP and gateway-IP are IPv4 addresses of the host to be used as a target. For example, you would type the following to specify the target system 192.168.10.137, which is on the same subnet as the interfaces in IPMP group itops0: $ route -p add -host 192.168.10.137 192.168.10.137 -static This new route will be automatically configured every time the system is restarted. If you want to define only a temporary route to a target system for probe-based failure detection, then do not use the -p option.

Topics

#static route#IPMP#in.mpathd#probe target

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice