1Z0-822 · Question #37
What are targets for IPMP probe-based failure detection configured by?
The correct answer is B. specifying host routes in the routing table. How to Manually Specify Target Systems for Probe-Based Failure Detection 1. Add a route to a particular host to be used as a target in probe-based failure detection. $ route -p add -host destination-IP gateway-IP -static where destination-IP and gateway-IP are IPv4 addresses of…
Question
What are targets for IPMP probe-based failure detection configured by?
Options
- Aresponses to SNMP requests
- Bspecifying host routes in the routing table
- Cspecifying hosts in /etc/default/mpathd
- Dsetting the property svc:/network/ipmp/config/transitive-probing
How the community answered
(36 responses)- A3% (1)
- B81% (29)
- C6% (2)
- D11% (4)
Explanation
How to Manually Specify Target Systems for Probe-Based Failure Detection 1. Add a route to a particular host to be used as a target in probe-based failure detection. $ 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. 2.Add routes to additional hosts on the network to be used as target systems.
Topics
Community Discussion
No community discussion yet for this question.