JNCIA-Junos: Juniper Networks Certified Associate – Junos (legacy) — Question 6
-- Exhibit --
[edit interfaces ge-0/0/6]
user@router# show
unit 0 {
familyinet {
address 172.16.10.100/24;
address 172.16.10.101/24;
}
}
-- Exhibit --
You have two IP addresses configured on the ge-0/0/6 interface, as shown in the exhibit. You want to select the 172.16.10.101 address as the source address for packets sent from this interface to hosts on a remote subnet.
Which parameter would you add to the 172.16.10.101 address to complete this task?
Answer options
- A. preferred
- B. broadcast
- C. primary
- D. arp 172.16.10.101
Correct answer: A
Explanation
The 'preferred' parameter designates the specified address as the preferred source address for outgoing traffic, making it the default choice for packet transmission. The 'broadcast' option is not relevant as it pertains to broadcasting packets, while 'primary' is not a recognized parameter in this context. The 'arp' command is used for address resolution and does not affect the selection of the source address.