PrepAway - Latest Free Exam Questions & Answers

Which two configurations must be added to PE1 to ensure that this traffic is always carried on LSP-1?

Refer to the Exhibit.
— Exhibit –user@PE1# show protocols mpls
userel-switched-path LSP-1 {
from 101.101.101.1;
to 103.103.103.1;
}
userel-switched-path LSP-2 {
from 101.101.101.1;
to 103.103.103.1;
}
interface ge-0/0/0.0;
user@PE1# show protocols ldp
interface lo0.0;
user@PE1# show protocols l2circuit
neighbor 103.103.103.1 {
interface ge-0/0/3.300 {
virtual-circuit-id 300;
}
}
user@PE1# show interfaces ge-0/0/3
flexible-vlan-tagging;

encapsulation flexible-ethernet-services;
unit 300 {
encapsulation vlan-ccc;
vlan-id 300;
}
user@PE1# show protocols l2circuit
neighbor 103.103.103.1 {
interface ge-0/0/3.300 {
virtual-circuit-id 300;
community test-community;
}
}
user@PE1# show policy-options
community test-community members 300:300;
— Exhibit –Given the topology shown below:
CE1-PE1-P-PE2-CE2
PE1 and PE2 have two equal-cost RSVP LSPs (LSP-1 and LSP-2). They form a Layer 2 circuit
between CE1 and CE2. You are asked to map their traffic to take LSP-1. The exhibit shows the
current configuration of PE1. The correct configuration has been completed on the other routers.
Which two configurations must be added to PE1 to ensure that this traffic is always carried on
LSP-1? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
forwarding-table {
import mapping-l2ckt-to-lsp;
}
user@PE1# show routing-options

B.
forwarding-table {
export mapping-l2ckt-to-lsp;
}
user@PE1# show policy-options

C.
policy-statement mapping-l2ckt-to-lsp {
term 1 {
from community test-community;
then {
install-nexthop lsp LSP-1;
}
}
}
user@PE1# show policy-options

D.
policy-statement mapping-l2ckt-to-lsp {
term 1 {
from community test-community;
then {
accept;
}
}
}
user@PE1# show routing-options

Explanation:


Leave a Reply