What will happen when you commit the configuration shown in the exhibit?
What will happen when you commit the configuration shown in the exhibit?
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.
It's B because it matches interfaces starts with ge-2/*
Its B as via Ge-2/0
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
It is A in my opinion, there is nothing which specifies it is config only for FPC 2, instead there is mentioned ge-
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
Answer B is correct, of course
Interface naming example: ge-0/2/3 = port 3 of a Gigabit Ethernet PIC in slot 2 on FPC 0 ---
FPC2 will inherit the family inet cfg.
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.