Exam JN0-363 All QuestionsBrowse all questions from this exam
Question 17

Which two steps are required to enable MPLS on a physical interface in Junos? (Choose two.)

    Correct Answer: A, D

    To enable MPLS on a physical interface in Junos, two steps are required: first, add the MPLS family to the interface to enable MPLS forwarding and processing of MPLS labels; second, add the interface under the MPLS protocol configuration to allow it to participate in MPLS signaling and forwarding.

Discussion
ZaraouiOptions: AD

To enable MPLS on a physical interface in Junos, the correct steps are: A. Add family mpls on the interface. D. Add the interface under protocols mpls. Here's an explanation of each step: A. Add family mpls on the interface: This command configures the physical interface to support MPLS. It enables MPLS forwarding on the interface and allows MPLS labels to be processed for packets received on that interface. D. Add the interface under protocols mpls: This step associates the physical interface with the MPLS protocol. It allows the interface to participate in MPLS signaling and forwarding by configuring it under the MPLS protocol configuration.

c946f3e

1 2 3 4 5 6 set interfaces ge-0/0/1.0 family mpls set interfaces ge-0/0/2.0 family mpls set protocols ldp interface ge-0/0/1.0 set protocols ldp interface ge-0/0/2.0 set protocols mpls interface ge-0/0/1.0 set protocols mpls interface ge-0/0/2.0