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.
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
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Zaraoui
5 months, 1 week agoc946f3e
1 year, 1 month ago