JN0-104 Exam QuestionsBrowse all questions from this exam

JN0-104 Exam - Question 33


What will happen when you commit the configuration shown in the exhibit?

Show Answer
Correct Answer: B

The configuration shown indicates specifically the syntax 'ge-2/*', which refers to all interfaces on Flexible PIC Concentrator (FPC) 2. In Junos OS, network interfaces are identified by their type, FPC, PIC, and port numbers. In this context, 'ge-2/*' denotes all Gigabit Ethernet interfaces on FPC 2 will inherit the 'family inet' configuration. Therefore, when you commit this configuration, the family inet configuration will be applied to all gigabit interfaces on FPC 2.

Discussion

7 comments
Sign in to comment
sanbeOption: B
Apr 6, 2023

It's B because it matches interfaces starts with ge-2/*

Christopherjd20Option: B
Apr 24, 2023

Its B as via Ge-2/0

CradicalOption: B
May 29, 2023

ge-2 tells us which fpc is in use, in this case its fpc2. The * will select all interface in ge-2 and it will inhert the inet configuration So option B is correct

VanDerGraafGeneratorOption: A
Mar 14, 2023

It is A in my opinion, there is nothing which specifies it is config only for FPC 2, instead there is mentioned ge-

[Removed]
Apr 2, 2023

Network interfaces in Junos OS are specified as follows: type-fpc / pic / port ge-2/* -> fpc 2/any pic/any port I think it is B

NasreddOption: B
Jul 7, 2023

Answer B is correct, of course

Nasredd
Jul 10, 2023

Interface naming example: ge-0/2/3 = port 3 of a Gigabit Ethernet PIC in slot 2 on FPC 0 ---

jp_mcOption: B
Jan 7, 2024

FPC2 will inherit the family inet cfg.

robbyG
Jan 29, 2024

i think none of the answers are correct because nothing will change. You must also use the "set interface apply-group ..." command in order for pre-defined config groups to actually be inherited on interfaces.