JNCIA-Junos Exam QuestionsBrowse all questions from this exam

JNCIA-Junos Exam - Question 40


Which two commands may be used when configuring an IP address for a Gigabit Ethernet interface? (Choose two.)

Show Answer
Correct Answer: BC

To configure an IP address for a Gigabit Ethernet interface, you generally need to specify the unit and the address family. The correct commands would include specifying the interface followed by unit and family details along with the IP address. Therefore, the appropriate commands are 'set interfaces ge-0/0/0.0 family inet address 10.1.1.1/24' and 'set interfaces ge-0/0/0 unit 0 family inet address 10.1.1.1/24'.

Discussion

1 comment
Sign in to comment
Jose26
Feb 8, 2024

A & C are correct. Unit is required. Options are using 0/0/0.0 or 0/0/0 unit 0