4-2 - Inter-AS for Layer 3 MPLS VPNs Flashcards

1
Q

Describe the following Inter-AS L3VPN Design: Option A - Back-to-Back VRF

A
  • Simplest method
  • Not scalable
  • Packets are forwarded as IP packets between the ASBRs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the following Inter-AS L3VPN Design: Option B - Single-hop MP-EBGP

A
  • Allows for medium scalability
  • Produces some routing overhead on ASBRs
  • VPNv4 prefixes are exchanges between ASBRs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the following Inter-AS L3VPN Design: Option C - Multihop MP-EBGP

A
  • Most scalable
  • ASBRs hold no VPNv4 prefix or label info
  • VPNv4 routes are exchanged between route reflectors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the following Inter-AS L3VPN Design: Option D - Combination of Options A and B

A
  • Consolidates the best functionality of A and B
  • The EBGP peers on the ASBRs are called “option AB peers”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IOS/IOS-XE Command:
mpls bgp forwarding

A
  • in interface configuration mode, this enables the ASBR to send/accept labeled packets over a configured interface
  • used in Option B
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IOS/IOS-XE Command:
neighbor <ip> inter-as-hybrid</ip>

A
  • Configured in BGP subconfig mode
  • If any prefixes import into the option AB VRFs, then the imported paths advertise to this peer.
  • If any prefixes are received from this peer and import into the option AB VRFs, then the imported paths advertise to the IBGP peers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IOS/IOS-XE Command:
inter-as-hybrid next-hop global

A
  • In vrf/address-family subconfig mode
  • Specifies that the next-hop address for BGP updates for paths that import to the VRF and that are received from an option AB peer are placed in the global routing table.
  • The address that is used is the address of the interface that is at the remote end of the EBGP global shared link. The next-hop context is retained as global and not modified to that of the importing VRF.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IOS/IOS-XE and IOS-XR Command:
neighbor <ip> next-hop-unchanged</ip>

A
  • in BGP/address-family subconfig mode
  • when RRs receive an announcement and reflect it to the other AS’s route-reflector (i.e. EBGP), it overcomes the default behavior involving the next-hop
  • the next-hop would remain unchanged. original next-hop (the originating PE) is preserved.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Match the inter-AS option with the correct description

Description:
back-to-back VRF
multihop MP-EBGP
combination of A and B
single-hop MP-EBGP

Options:
Option D
Option C
Option B
Option A

A

back-to-back VRF = Option A
multihop MP-EBGP = Option C
combination of A and B = Option D
single-hop MP-EBGP = Option B

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