JNCIA-Junos: Juniper Networks Certified Associate – Junos (legacy) — Question 39
Which two commands may be used when configuring an IP address for a Gigabit Ethernet interface? (Choose two.)
Answer options
- A. set interfaces ge-0/0/0.0 address 10.1.1.1/24
- B. set interfaces ge-0/0/0.0 family inet address 10.1.1.1/24
- C. set interfaces ge-0/0/0 unit 0 family inet address 10.1.1.1/24
- D. set interfaces ge-0/0/0 address 10.1.1.1/24
Correct answer: B, C
Explanation
The correct answers are B and C because they specify the necessary family inet for configuring an IP address on the interface. Option A is incorrect as it lacks the family specification, and option D is also incorrect because it does not specify the unit or family, which are required for proper configuration.