What will the AS path of AS 100’s routes be when they a…
Click the Exhibit button.
AS 100 is originating and sending EBGP routes to AS 200. AS 200 is acting as a transit provider and sending
those routers to AS 300. AS 200 is using the confederation topology shown in the exhibit.
What will the AS path of AS 100’s routes be when they are received on the AS 300 router?
Which two statements are true in this scenario?
Click the Exhibit button.
Both autonomous systems shown in the exhibit use BGP with a full-mesh IPGP configuration within each
autonomous system and EBGP between the two autonomous systems. A single route is generated on R1 and
advertised into BGP.
Which two statements are true in this scenario? (Choose two.)
Which two actions would solve the problem?
You want to ensure that all traffic coming into your ne…
Your company has multiple upstream BGP connections to the Internet ISP-A, ISP-B, and ISP-C. You want to
ensure that all traffic coming into your network uses ISP-A.
How would you accomplish this task?
Which routes will RR advertise to R5?
Click the Exhibit button.
RR:
protocols {
bgp {
group ebgd {
type external;
peer-as 100;
neighbor 172.16.1.1 {
description R1;
}
}
group ibgp {
type internal;
neighbor 172.16.1.2 {
description R2;
}
group cluster {
type internal;
neighbor 172.16.1.3 {
description R3;
}
neighbor 172.16.1.4 {
description R4;
}
neighbor 172.16.1.5 {
description R5;
}
cluster 0.0.0.1;
no-client-reflect;}
}
}
Router RR is receiving routes from R1, R2, R3, and R4 as shown in the exhibit.
Which routes will RR advertise to R5? (Choose two.)
Which configuration supports interprovider Layer 3 V…
which two commands are necessary on PE1 to enable IPv6 …
Click the Exhibit button.
ISP 1 wants to configure an IPv6 L3VPN over its IPv4-only MPLS network for Customer-A. PE1 has been
configured as shown in the exhibit; however, IPv6 routes are not being passed between PE1 and PE2 in the
Customer-A VPN.
In this scenario, which two commands are necessary on PE1 to enable IPv6 connectivity between CE1 and
CE2? (Choose two.)
Which three additions must be made to the configuration…
You need to ensure that your high-priority traffic uses the best-possible route while your best-effort traffic uses a
lower preference route. You want to use CoS-based forwarding to use the DSCP values of the different types of
traffic to assign the LSP that should be used for the next hop.
Which three additions must be made to the configuration to satisfy the requirement? (Choose three.)
Which action should you take to allow communication bet…
Click the Exhibit button.
[edit]
user@PE-1# show protocols
rsvp {
interface all;
}
mpls {
label-switched-path p1 {
from 1.1.1.1;
to 4.4.4.4;
no-cspf;
}
interface all;
}
bgp {
group Int {
type internal;
local-address 1.1.1.1;
family inet {
unicast;
}
family inet-vpn {
unicast;
}
neighbor 2.2.2.2;
neighbor 3.3.3.3;
neighbor 4.4.4.4;
}
}
ospf {
area 0.0.0.0 {
interface ge-0/0/2.0;
interface lo0.0;
}
}
[edit]
user@PE-1# show routing-instances CE-1
instance-type vrf;
interface ge-0/0/1.0;
route-destinguisher 65305:395;
vrf-target target:65412:100;
routing-options {
static {
route 100.100.100.0/24 next-hop
192.168.1.100;
}
}
[edit]
user@P-1# show protocols
rsvp {
interface all;
}
mpls {
interface all;}
ospf {
area 0.0.0.0 {
interface ge-0/0/1.0;
interface ge-0/0/2.0;
interface lo0,0;
}
}
[edit]
user@P-2# show protocols
rsvp {
interface all;
}
mpls {
interface all;
}
ospf {
area 0.0.0.0 {
interface ge-0/0/1.0;
interface ge-0/0/2.0;
interface lo0,0;
}
}
[edit]
user@PE-2# show protocols
rsvp {
interface all;
}
mpls {
label-switched-path p2 {
from 4.4.4.4;
to 1.1.1.1;
no-cspf;
}
interface all;
}
bgp {
group Int {
type internal;
local address 4.4.4.4;
family inet {
unicast;
}
family inet-vpn {
unicast;
}
neighbor 2.2.2.2;
neighbor 3.3.3.3;
neighbor 1.1.1.1;
}
}
ospf {
area 0.0.0.0 {
interface ge-0/0/2.0;
interface lo0.0;
}}
[edit]
user@PE2# show routing-instances CE-2
instance-type vrf;
interfcae ge-0/0/1.0;
route-distinguisher 65305:395;
vrf-target target:64512🐺100;
routing-options {
static {
route 200.200.200.0/24 next-hop
10.1.1.100;
}
}
Referring to the exhibit, you have configured an L3VPN that connects Site-1 and Site-2 together, but the BGP
routes are not showing up on the PE routers. The topology in this scenario is shown below.
Site-1 > PE-1 > P-1 > P-2 > PE-2 > Site-2
Which action should you take to allow communication between Site-1 and Site-2?
Which routing instance type is used with a Layer 2 VPN?
Which routing instance type is used with a Layer 2 VPN?