3-4 - PE-to-CE Routing Requirements in Layer 3 MPLS VPNs Flashcards

1
Q

What are the 3 main goals of L3VPN design?

A
  • The MPLS VPN backbone should look like a standard corporate backbone to the CE routers.
  • The provider core or backbone routers (P) are hidden from the customer.
  • The CE routers run standard IP routing software and exchange routing updates with the PE routers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the options for PE-CE protocols?

A
  • EIGRP
  • RIPv2
  • OSPF
  • eBGP
  • Static Routes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

T/F: The PE routers are the only routers in MPLS VPN architecture that see all routing aspects of the MPLS VPN.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What route exchange actions do the PE routers perform?

A
  • PE routers exchange IPv4 VPN routes with CE routers through various routing protocols that run in the virtual routing tables
  • PE routers exchange VPNv4 routes through MP-IBGP sessions with other PE routers
  • PE routers exchange core routes wtih provider core routers and other PE routers through a core IGP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe the following configuration.

IOS-XR Command:
router static
vrf
address-family ipv4 unicast
[x.x.x.x/xx] [x.x.x.x]

A
  • enters the router static, vrf, address-family ipv4 subconfig mode and adds a route with a network address, CIDR, and next-hop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe the following configuration.

IOS/IOS-XE Command:
ip route vrf [network address] [subnet mask] [next-hop IP]

A

from global config mode, adds a VRF-specific static route to a particular network and specifies the next-hop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the following configuration.

IOS-XR Command:
router eigrp 1
vrf Customer_A
address-family ipv4
default-metric 10000 100 255 1 1500
autonomous-system 1
redistribute bgp 64500
interface GigabitEthernet0/0/0/0
!
router bgp 64500
vrf Customer_A
rd 64500:1
address-famiy ipv4 unicast
redistribute eigrp 1

A

this configuration configures a VRF specific instance of EIGRP and redistributes that into BGP. Additionally, BGP routes are redistributed into EIGRP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe the following configuration.

IOS/IOS-XE Command:
router eigrp 1
address-family ipv4 vrf Customer_A autonomous-system 1
network 10.0.0.0 255.255.255.0
redistribute bgp 64500 metric 10000 100 255 1 1500
no auto-summary
!
router bgp 64500
address-family ipv4 vrf Customer_A
redistribute eigrp 1
no auto-summary

A

EIGRP routes are converted to iBGP routes and transported through the BGP core network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

T/F: BGP extended communities carry and preserve EIGRP metrics when they cross the MP-IBGP domain.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What BGP attribute does the IGP metric get copied into on L3VPNs?

A

multi-exit discriminator (MED)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe the OSPF “superbackbone” in L3VPN environments.

A
  • implemented with MP-BGP between the PE routers but is otherwise transparent to the OSPF routers
  • allows disjointed OSPF backbone areas (area 0) at MPLS VPN customer sites
    GOALS:
    superbackbone will not use standard OSPF-BGP redistribution
    OSPF continuity must be provided between OSPF sites
    Internal OSPF routes remain internal OSPF routes
    External OSPF routes remain external OSPF routes
    Non-OSPF routes that are redistributed into OSPF must appear as external OSPF routes in OSPF
    OSPF metrics and metric types (E1 and E2) must be preserved
    OSPF superbackbone will be transparent to the CE routers that run OSPF software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

T/F: A BGP extended community is defined to carry the OSPF route type and OSPF area across the BGP backbone. The OSPF cost is carried in the MED attribute.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The PE routers that connect regular OSPF areas to the superbackbone appear are not considered ABRs in the OSPF areas to which they are attached.

A

False. They are considered ABRs in the OSPF areas to which they are attached. ABRs also appear as ASBRs in nonstub areas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

T/F: A BGP extended community is defined to carry the OSPF route type and OSPF area across the BGP backbone. The OSPF cost is carried in the MED attribute.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe the following configuration.

IOS/IOS-XE Commands:
router ospf 10 vrf Customer_A
redistribute bgp 64500 subnets
network 192.168.1.1 0.0.0.0 area 0
!
router bgp 64500
address-family ipv4 vrf Customer_A
redistribute ospf 10
exit-address-family

A

Configures OSPF and BGP, and redistributes learned routes between both protocols.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe the following configuration.

IOS/IOS-XE and IOS-XR Command:
default-information originate always

A

In router subconfig mode, forces the origination of a default route into the OSPF routing instance.

17
Q

Describe the following configuration.

IOS-XR Commands:
router ospf 10
vrf Customer_A
address-family ipv4 unicast
area 0
interface GigabitEthernet0/0/0/0
!
router ospfv3 10
vrf Customer_A
redistribute bgp 64500
address-family ipv6 unicast
area 0
interface GigabitEthernet0/0/0/0
!
router bgp 64500
vrf Customer_A
address-family ipv4 unicast
redistribute ospf 10
address-family ipv6 unicast
redistribute ospfv3 10

A

Configures OSPF for v4 and OSPFv3 for v6, and BGP, and redistributes routes between these protocols.

18
Q

Describe the following configuration.

IOS/IOS-XE Commands:
interface GigabitEthernet0/0/0/0
vrf forwarding Customer_A
ospfv3 1 ipv6 area 0
ospfv3 1 ipv4 area 0
!
router ospfv3 1
address-family ipv4 unicast vrf Customer_A
redistribute bgp 64500
!
address-family ipv6 unicast vrf Customer_A
redistribute bgp 64500
!
router bgp 64500
address-family ipv4 vrf Customer_A
redistribute ospfv3 1
!
address-family ipv6 vrf Customer_A
redistribute ospfv3 1
!

A

Configures OSPFv3 in the v4 and v6 AFs, and BGP, and redistributes routes between these protocols.

19
Q

What is true about PE-to-CE routing requirements in Layer 3 MPLS VPNs?

A. The provider core routers must be visible from the customer view.
B. The PE routers exchange IPv4 VPN routes and data with the core routers.
C. From a CE router, only IPv4 updates and data are forwarded to the PE router.
D. The provider core routers participate in MPLS VPN routing updates.

A

C