0% found this document useful (0 votes)
11 views

Inter-AS Option AB (A.k

Uploaded by

RAMPrabhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Inter-AS Option AB (A.k

Uploaded by

RAMPrabhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

12/29/2017 Inter-AS Option AB (a.k.

a Option D)

CCDE In-Depth
NEW CCDE Book of
Orhan Ergun is Available (https://orhanergun.net/ccde-e
test test test test test
(https://www.facebook.com/orhanergunnet/)
(https://twitter.com/OrhanergunCCDE/)
(https://www.linkedin.com/in/orhanergun/)
(https://plus.google.com/u/0/+OrhanER
(https://www.youtube.com/chann
Member Login (https://orhanergun.net/member-login/)
Contact (https://orhanergun.net/contact-us/)

(https://www.addtoany.com/subscribe?
orhanergun.net%2Ffeed%2F&linkname=Cisco%20Network%20Design%20and%20Architecture%20%7C%20CCDE%20Bootcamp%20%7C%20orhanergun.net)

(https://orhanergun.net/)

Home New (https://orhanergun.net/) Testimonials Trainings Services Resources About

Contact Us (https://orhanergun.net/contact-us/) Blog (https://orhanergun.net/blog/)

Search … 

INTER-AS OPTION AB (A.K.A


OPTION D)

Home  Blog  Inter-AS Option AB (a.k.a Option D)

 Share

Orhan Ergun August 4, 2016  4 CommentsViews 2,228

Inter-AS Option AB is also known as Option D or Hybrid Inter AS Option. It is called Hybrid because Inter-AS Option B
(https://orhanergun.net/2015/02/inter-option-b/) uses the best capabilities of Inter-AS Option A (https://orhanergun.net/2015/01/inter-as-option-a/)
and Inter-AS Option B. These capabilities will be explained throughout this post.
MPLS VPN (https://orhanergun.net/topic/eompls-vs-vpls-vs-mpls-l3vpn-technology-comparison-chart/) providers often need to inter-connect different
ASes to provide VPN services to customers.
Inter-AS Option AB rst deployed by Cisco but today many vendors including Juniper provides Inter-AS Option AB feature.
But what are the best capabilities of the Inter-AS Option A and Inter-AS Option B ?
Inter-AS Option A is most secure, least scalable Inter-AS MPLS VPN solution. Since separate sub-interface is setup for each VPN and tra c
between the ASBRs is IP tra c, QoS can be provided in much granular level compare to the other Inter-AS MPLS VPN Options (Option B and Option
C (https://orhanergun.net/2015/02/inter-option-c/)). Also having separate sub-interface per VRF provides data plane isolation which brings security
to the solution. Thus Inter-AS Option A is seen as most secure Inter-AS Option.

Figure – 1 Inter-AS Option A


As you can see in Figure-1 Inter-AS Option A, separate sub-interface or physical interface is created for each customer VPN/VRF. Tra c is IP between
the Service Providers. Between the ASBRs of the Service Providers BGP or IGP protocols advertise customer VPN pre xes. Creating and maintaining
separate routing protocol for each sub-interface is not scalable if the number of Inter-AS MPLS VPN customer is too much.
For the Inter-AS Option A, conclusion is:

Having separate sub-interface is good for data plane isolation (Security) and QoS but bad for the scalability since separate routing
protocol neighborship has to be maintained.

Chat now 

https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/ 1/5
12/29/2017 Inter-AS Option AB (a.k.a Option D)
In contrast, Inter-AS Option B doesn’t require separate sub-interface per VRF. In fact, ASBRs don’t even have VRF per customer. Only the VPN pre xes
are kept by the ASBRs. Single interface and single MP-BGP (https://orhanergun.net/2016/05/mp-bgp-multiprotocol-bgp/) VPNv4 neighborship is
enough to signal the customer pre xes between the Service Providers.

Figure-2 Inter-AS Option B


In Figure-2 there is only one EBGP session between the Service Providers.
Both control plane and the dataplane tra c passes through the interlink between the ASBRs.
How we can have very good QoS, good scalability, good security without advertising the Infrastructure pre xes (Internal pre xes) of the Service
Providers to each other in Inter-AS MPLS VPNs ?

Figure -3 Inter-AS Option AB (a.k.a Option D)


Answer is the Inter-AS Option AB. As you can see from Figure-3, on the ASBRs, separate sub-interface is created per VRF. This provides data plane
isolation. Also QoS con guration can be applied per customer. Since customer tra c is isolated with VRF, better security is achieved as well compare
to the single interface.
The difference between Inter-AS Option AB and the Inter-AS Option A is, customer pre xes is advertised through the single EBGP session between the
ASBRs in Option AB. There is no separate EBGP session per VRF between the ASBRs as in the case of Inter-AS Option A
(https://orhanergun.net/2015/01/inter-as-option-a/).
Control plane tra c which is the routing advertisement and other routing protocol packets are sent through the single EBGP connection over the
Global routing table.
Customer data plane tra c is sent as IP tra c without MPLS encapsulation.
Where Inter-AS Option AB can be used ?
When the customer requires an MPLS VPN service from the two service providers with strict QoS SLA and the number of Inter-AS MPLS VPN customer
is too much between the two service providers, it can be used.
At least, initially it is created for these reasons but in my opinion real applicability would be the migration from Inter-AS Option A to Inter-AS Option B.
During the migration from Option A to Option B, Inter-AS Option AB can be used as transition solution.
I haven’t seen or heard Inter-AS Option AB in real life design and would like to see your comment about it in the comment box below.

Orhan Ergun
Let's Connect on Social Media !
(https://twitter.com/OrhanErgunCCDE)
(https://www.youtube.com/channel/UCu4SrOE1vlvOEQh58Ej14tg)
(https://www.linkedin.com/in/orhanergun/)

More info about me click here (https://orhanergun.net/orhan-ergun)

Share this:

 (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?share=twitter)

 (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?share=facebook)

 (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?share=linkedin)

 (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?share=google-plus-1)

Is Inter-AS MPLS VPNs commonly deployed ? Inter AS Option A Design Considerations and MPLS Design Question
(https://orhanergun.net/2017/08/inter-mpls- Comparison (https://orhanergun.net/2016/04/mpls-design-
vpns-commonly-deployed/) (https://orhanergun.net/2015/01/inter-as- question/)
option-a/)

Chat now 

https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/ 2/5
12/29/2017 Inter-AS Option AB (a.k.a Option D)

129  Inter AS MPLS VPN (https://orhanergun.net/category/mpls/inter-as-mpls-vpn/), MPLS (https://orhanergun.net/category/mpls/)  inter as option ab vs. option a
Shares
(https://orhanergun.net/tag/inter-as-option-ab-vs-option-a/), inter-as mpls vpn option ab (https://orhanergun.net/tag/inter-as-mpls-vpn-option-ab/), inter-as mpls vpn option
d (https://orhanergun.net/tag/inter-as-mpls-vpn-option-d/), inter-as option ab (https://orhanergun.net/tag/inter-as-option-ab/), inter-as option ab design
(https://orhanergun.net/tag/inter-as-option-ab-design/), inter-as option ab vs. option b (https://orhanergun.net/tag/inter-as-option-ab-vs-option-b/), inter-as option d
105
(https://orhanergun.net/tag/inter-as-option-d/), inter-as option d design (https://orhanergun.net/tag/inter-as-option-d-design/), inter-as rfc (https://orhanergun.net/tag/inter-
as-rfc/), mpls option ab (https://orhanergun.net/tag/mpls-option-ab/), mpls option d (https://orhanergun.net/tag/mpls-option-d/), option ab vs. option a
24 (https://orhanergun.net/tag/option-ab-vs-option-a/), option ab vs. option b (https://orhanergun.net/tag/option-ab-vs-option-b/), what is inter-as option b
(https://orhanergun.net/tag/what-is-inter-as-option-b/)

← MOBILE BROADBAND – TRENDING TECHNOLOGIES FREE WEBINAR : INTRODUCTION TO MOBILE BROADBAND →


(HTTPS://ORHANERGUN.NET/2016/08/CARE-MOBILE- TECHNOLOGIES
BROADBAND-EVOLUTION/) (HTTPS://ORHANERGUN.NET/2016/08/FREE-WEBINAR-
INTRODUCTION-MOBILE-BROADBAND-TECHNOLOGIES/)

— 4 Comments —

Gleb says:
AUGUST 11, 2016 AT 6:37 AM (HTTPS://ORHANERGUN.NET/2016/08/INTER-OPTION-AB-OPTION-D-EXPLANATION-DESIGN-
CONSIDERATION/#COMMENT-3322)

Hello, Orhan!
Am i right understand you, that in Option AB we need to create sub-interfaces per VRF, as it was in Option A, and ControlPlane information we
transfer by VPNv4 single connection as in Option B?
Reply (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?replytocom=3322#respond)

Orhan Ergun (http://orhanergun.net) says: AUTHOR

AUGUST 11, 2016 AT 8:37 AM (HTTPS://ORHANERGUN.NET/2016/08/INTER-OPTION-AB-OPTION-D-EXPLANATION-


DESIGN-CONSIDERATION/#COMMENT-3323)
Hi Gleb, Exactly. We reduce the control plane signalling and the number of MP-BGP VPNv4 sessions
Cheers
Orhan
Reply (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?replytocom=3323#respond)

HHA says:
OCTOBER 3, 2017 AT 3:47 PM (HTTPS://ORHANERGUN.NET/2016/08/INTER-OPTION-AB-OPTION-D-EXPLANATION-DESIGN-
CONSIDERATION/#COMMENT-5488)
Hello Orhan,
Greetings from USA. good poste. very helpful with my CCIE SP study. Thanks a lot.
Reply (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?replytocom=5488#respond)

Orhan Ergun (http://orhanergun.net) says: AUTHOR

OCTOBER 3, 2017 AT 6:45 PM (HTTPS://ORHANERGUN.NET/2016/08/INTER-OPTION-AB-OPTION-D-EXPLANATION-


DESIGN-CONSIDERATION/#COMMENT-5491)

Glad to hear that


Reply (https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/?replytocom=5491#respond)

Chat now 

https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/ 3/5
12/29/2017 Inter-AS Option AB (a.k.a Option D)

Leave a Reply
Your email address will not be published.

Comment

Name

Email

Website

Post Comment

Notify me of follow-up comments by email.

Notify me of new posts by email.

(https://www.addtoany.com/subscribe?
linkurl=https%3A%2F%2Fptop.only.wip.la%3A443%2Fhttps%2Forhanergun.net%2Ffeed%2F&linkname=Cisco%20Network%20Design%20and%20Architecture%20%7C%20CCDE%20Bootcamp%20%7C%2

Cisco CCDE Bootcamp in Istanbul/Turkey on October 2017

(www.orhanergun.net/ciscoccde)

Self Paced Service Provider Design Workshop

(https://orhanergun.net/self-paced-serviceprovider-training/)

Best CCDE Practical/Lab Workbook !

(https://orhanergun.net/ccde-e-book/)

Chat now 

https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/ 4/5
12/29/2017 Inter-AS Option AB (a.k.a Option D)

Recent Posts
LDP retention and distribution modes (https://orhanergun.net/2017/10/ldp-retention-distribution-modes/)
What does hot potato routing mean? Why hot potato routing is important? (https://orhanergun.net/2017/10/hot-potato-routing/)
CCDE October Online Class is starting, why CCDE from Orhan Ergun ? (https://orhanergun.net/2017/10/ccde-october-online-class-starting-ccde-orhan-
ergun/)
Microwave or Fiber which one is faster ? (https://orhanergun.net/2017/10/microwave-fiber-one-faster/)
CCDE Practical Exam Dates 2018 (https://orhanergun.net/2017/10/ccde-practical-exam-dates-2018/)

Categories

Announcements (https://orhanergun.net/category/announcements/) (47)

Basic Networking (https://orhanergun.net/category/basic-networking/) (30)

Best Practices in Network Design (https://orhanergun.net/category/best-practices-in-network-design/) (10)

BGP (https://orhanergun.net/category/bgp/) (29)

Broadband (https://orhanergun.net/category/broadband/) (3)

Carrier Ethernet (https://orhanergun.net/category/carrier-ethernet/) (1)

CCDE BOOTCAMP (https://orhanergun.net/category/ccde-bootcamp/) (36)

BOOTCAMP ANNOUNCEMENTS (https://orhanergun.net/category/ccde-bootcamp/ccde-training-announcements/) (35)

CCDE CERTIFICATION (https://orhanergun.net/category/ccde/) (32)

CCDE Preparation Recommendations (https://orhanergun.net/category/ccde-preparation-recommendations/) (5)

Certifications (https://orhanergun.net/category/certifications/) (16)

Data Center (https://orhanergun.net/category/data-center-concepts/) (13)

Definitions (https://orhanergun.net/category/definitions/) (25)

Design Scenarios (https://orhanergun.net/category/design-scenarios/) (5)

Discussions (https://orhanergun.net/category/discussions/) (10)

DMVPN (https://orhanergun.net/category/dmvpn/) (4)

Fast Convergence (https://orhanergun.net/category/fast-convergence/) (7)

FUNNY (https://orhanergun.net/category/funny/) (6)

IGP (https://orhanergun.net/category/igp/) (40)

EIGRP (https://orhanergun.net/category/igp/eigrp/) (10)

IS-IS (https://orhanergun.net/category/igp/is-is/) (13)

OSPF (https://orhanergun.net/category/igp/ospf/) (24)

Inspiring (https://orhanergun.net/category/inspiring/) (5)

IPv6 (https://orhanergun.net/category/ipv6/) (8)

Layer 2 Technologies (https://orhanergun.net/category/layer-2-technologies/) (19)

Life (https://orhanergun.net/category/life/) (1)

LISP (https://orhanergun.net/category/lisp/) (2)

Mobile Broadband (https://orhanergun.net/category/mobile-broadband/) (9)

MPLS (https://orhanergun.net/category/mpls/) (40)

Inter AS MPLS VPN (https://orhanergun.net/category/mpls/inter-as-mpls-vpn/) (8)

MPLS Traffic Engineering (https://orhanergun.net/category/mpls/mpls-traffic-engineering/) (9)

MPLS VPNs (https://orhanergun.net/category/mpls/mpls-vpns/) (14)

Seamless MPLS (https://orhanergun.net/category/mpls/seamless-mpls/) (1)

MPLS Transport Profile (https://orhanergun.net/category/mpls-transport-profile/) (1)

Multicast (https://orhanergun.net/category/multicast/) (6)

Network Design (https://orhanergun.net/category/networkdesign/) (60)

Peering (https://orhanergun.net/category/peering/) (6)

Quality of Service (https://orhanergun.net/category/quality-of-service/) (3)

Quizzes (https://orhanergun.net/category/quizzes/) (2)

SDN (https://orhanergun.net/category/sdn/) (2)

Security (https://orhanergun.net/category/security/) (3)

Segment Routing (https://orhanergun.net/category/segment-routing/) (4)

Sub Marine Cables (https://orhanergun.net/category/sub-marine-cables/) (1)

Transport Network (https://orhanergun.net/category/transport-network/) (10)

Uncategorized (https://orhanergun.net/category/uncategorized/) (10)

VPN (https://orhanergun.net/category/vpn/) (4)

Wireless (https://orhanergun.net/category/wireless/) (3) Chat now 

https://orhanergun.net/2016/08/inter-option-ab-option-d-explanation-design-consideration/ 5/5

You might also like