1. What is the difference between VPN and MPLS?
VPN is generally Virtual Private Network which could be configured by using GRE tunnels. In that if you want a full mesh than administrator need to setup n*n-1 tunnels. But in case of MPLS VPN, by default CPE works in full mesh form because of route target.
2. What is MPLS and why it is being so popular in short time?
MPLS is multi protocol label switching mechanism which uses the label to forward the traffic to the next hop address. It is popular because it must be used for CPN (Converge Packet Network).
3. What is the protocol used by MPLS?
MPLS uses TDP or LDP.
4. MPLS works on which layer?
It works between layer 2 and layer 3.
5. What is the difference between P and PE router?
P router doesn’t have Customer network routes where in PE router is having customer network routes. Another reason is P router doesn’t require MP-iBGP but for PE it is must.
6. Can I make my PE router as P?
To make your PE router as P, you need to remove the BGP configurations and after that it will not participate with customer network.
7. Two routers are having 4 equal cost links, how many ldp sessions will be established?
One session
8. My LDP router id, OSPF router id and BGP router id is different, will it work to forward the traffic of customers or not?
LDP router id and BGP router-id should be same if SP is using labels only for loopbacks. If labels are generated for each and every route then no problem at all.
9. What is Penultimate Hop Popping and why it is required? Which router performs the PHP function?
Second last router performs the Penultimate Hop Popping function to remove the top most label.
11. What are the different types of labels?
Implicit Null, Explicit Null, Aggregate Label etc.,
12. How to make customer route unique?
By adding route distinguisher
13. What is the difference between RD and RT?
RD is not an extended community where as RT is an extended community.
14. Can I assign a same RD to two different customers?
RD is unique and local to router.
15. Is RD travels in route update?
No
16. My customer is having three branches and all are attached to three different PEs, In this case can I use the different vrf names?
Yes
17. What is downstream on demand?
Downstream router is the one which is responsible to advertise the label first to upstream router in case of downstream on demand method is selected.
Upstream router is the one which advertise the labels to its downstream router after receiving label bindings from it.
18. How to filter MPLS labels?
By using ACLs
19. What is the default range of MPLS labels in Cisco routers? How to extend that range?
16 – 100000 is default range
20. Without route reflector can I implement MPLS?
Yes, need to develop full mesh BGP
21. What is the difference between VPNv4 and IPv4 address family?
we always accept and forward ip packets to customers, for this we need to use ipv4 address-family. When the customers packets are being received by PE they become labeled one and to forward labeled packets to different PE/RR; address-family vpnv4 is required. In short we can say that ipv4 address-family is being used for customers and vpnv4 address-family is used by SP core.
22. What is MP-iBGP? Can we use normal BGP in lieu of MP-iBGP?
No, MP-iBGP is used because of the support of multi protocol which normal BGP doesn’t support
24. What is CEF and without enabling CEF, can we make MPLS work?
CEF is mandatory in Cisco routers for MPLS.
25. I am receiving end to end customer routes on various PE but not able to ping those routes, what’s could be the problem?
LDP is not configured in the path.
27. Default timers of LDP?
28. Does LDP require OSPF, IS-IS or BGP?
IGP is required for IP Reachability
29. In neighbor discovery command, I am receiving only xmit, what does it mean?
At another end MPLS IP is not configured.
30. What is transport address?
Route id is transport address
VPN is generally Virtual Private Network which could be configured by using GRE tunnels. In that if you want a full mesh than administrator need to setup n*n-1 tunnels. But in case of MPLS VPN, by default CPE works in full mesh form because of route target.
2. What is MPLS and why it is being so popular in short time?
MPLS is multi protocol label switching mechanism which uses the label to forward the traffic to the next hop address. It is popular because it must be used for CPN (Converge Packet Network).
3. What is the protocol used by MPLS?
MPLS uses TDP or LDP.
4. MPLS works on which layer?
It works between layer 2 and layer 3.
5. What is the difference between P and PE router?
P router doesn’t have Customer network routes where in PE router is having customer network routes. Another reason is P router doesn’t require MP-iBGP but for PE it is must.
6. Can I make my PE router as P?
To make your PE router as P, you need to remove the BGP configurations and after that it will not participate with customer network.
7. Two routers are having 4 equal cost links, how many ldp sessions will be established?
One session
8. My LDP router id, OSPF router id and BGP router id is different, will it work to forward the traffic of customers or not?
LDP router id and BGP router-id should be same if SP is using labels only for loopbacks. If labels are generated for each and every route then no problem at all.
9. What is Penultimate Hop Popping and why it is required? Which router performs the PHP function?
Second last router performs the Penultimate Hop Popping function to remove the top most label.
11. What are the different types of labels?
Implicit Null, Explicit Null, Aggregate Label etc.,
12. How to make customer route unique?
By adding route distinguisher
13. What is the difference between RD and RT?
RD is not an extended community where as RT is an extended community.
14. Can I assign a same RD to two different customers?
RD is unique and local to router.
15. Is RD travels in route update?
No
16. My customer is having three branches and all are attached to three different PEs, In this case can I use the different vrf names?
Yes
17. What is downstream on demand?
Downstream router is the one which is responsible to advertise the label first to upstream router in case of downstream on demand method is selected.
Upstream router is the one which advertise the labels to its downstream router after receiving label bindings from it.
18. How to filter MPLS labels?
By using ACLs
19. What is the default range of MPLS labels in Cisco routers? How to extend that range?
16 – 100000 is default range
20. Without route reflector can I implement MPLS?
Yes, need to develop full mesh BGP
21. What is the difference between VPNv4 and IPv4 address family?
we always accept and forward ip packets to customers, for this we need to use ipv4 address-family. When the customers packets are being received by PE they become labeled one and to forward labeled packets to different PE/RR; address-family vpnv4 is required. In short we can say that ipv4 address-family is being used for customers and vpnv4 address-family is used by SP core.
22. What is MP-iBGP? Can we use normal BGP in lieu of MP-iBGP?
No, MP-iBGP is used because of the support of multi protocol which normal BGP doesn’t support
24. What is CEF and without enabling CEF, can we make MPLS work?
CEF is mandatory in Cisco routers for MPLS.
25. I am receiving end to end customer routes on various PE but not able to ping those routes, what’s could be the problem?
LDP is not configured in the path.
27. Default timers of LDP?
28. Does LDP require OSPF, IS-IS or BGP?
IGP is required for IP Reachability
29. In neighbor discovery command, I am receiving only xmit, what does it mean?
At another end MPLS IP is not configured.
30. What is transport address?
Route id is transport address
Good Stuff ...Short and direct answers:)
ReplyDeleteNetwork Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download Now
Delete>>>>> Download Full
Network Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download LINK
>>>>> Download Now
Network Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download Full
>>>>> Download LINK OR
Thank you.
ReplyDeleteIts very good stuff
ReplyDeletegood knowledge on MPLS. nice answers thank q very much
ReplyDeletenice! nice!! nice!!!
ReplyDeleteGood job..
ReplyDeleteFor question
ReplyDelete15. Is RD travels in route update?
the correct answer is : RD + address is the route. It does travel in route update. RD is used to make routes unique in mp bgp network.
RD is travel with bgp update in mp-bgp
Deleteniceeeeeeeee
ReplyDeleteits just cramming and usless
ReplyDeleteThanks your work helped many users around the globe... Good Work , please keep it work
ReplyDeleteyep answer to question 15 is incorrect
ReplyDeleteRD is locally significant so it doesnt travel in the updates
DeleteRD is locally significant per PE, but it makes the VPN routes unique, so it requires to be carried in the route updates.
Deleteyou can see the update packet in sniffer, RD is displayed in the NLRI part
PE may have several VRFs, but it only has 1 BGP table.
DeleteWhen a route is redistributed into BGP from the VRF (export), the RD is associated as part of the route, which makes the route unique within the entire BGP table.
Adding the RD, also makes this a VPNv4 route, separate from the IPv4 routes in BGP.
RT controls which routes will be imported on other PE, for different VRF's.
Thanks @admin
ReplyDeleteQuestion 15 is WRONG,,
ReplyDeleteAn RD is carried along with a route via MP-BGP when exchanging VPN routes with other PE routers.
Thank you but still not all the answers are correct and you need to correct the wrong answers
ReplyDeleteservicing the the delivery service dallas at Minneapolis Courier Service on your blog are really informative you can read ours at :- There are terms all making it Delivery Service Ft Worth better form one order to the original and fresh one in business from the original and fresh communication ways Delivery Service Dallas
ReplyDeleteGood stuff (y) :)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteMind blowing...supv stuff....
ReplyDeleteCan you share ques and ans associated to JNCIA and JNCIS
Hello,
ReplyDeleteThe 15th question's answer is wrong, RD ( Route distinguish ) is carried under route update when we are using VPNv4 address family between two iBGP peers on cisco **(using 15.3T platform)
Nice post .Really appreciable. Please share more information. Thanks you
ReplyDeleteCCNP training in Noida
it really informative for me , it's really appreciable for sharing this kind of stuff.
ReplyDeleteThanks for sharing this Information. This content is so informative and helpful for many people.
ReplyDeleteCCNP Training in Delhi
Great Interview questions on MPLS. For other MPLS topics, please check the below link
ReplyDeletehttp://www.routexp.com/2018/05/configuration-of-mpls-switching-and.html
Very well setup
ReplyDeletewww.networksbaseline.com
www.cloudsxp.com
Nice sir
ReplyDeleteI gathered lots of information from your blog and it helped me a lot. Keep posting more.
ReplyDeleteBlue Prism Training in Chennai
Blue Prism Training Institute in Chennai
UiPath Training in Chennai
Robotics Process Automation Training in Chennai
RPA Training in Chennai
Data Science Course in Chennai
Blue Prism Training in OMR
Blue Prism Training in Porur
Thanks for sharing such a great blog Keep posting..
ReplyDeleteCCNA Training Course in Delhi
CCNA Training institute in Delhi
Please continue this great work and I look forward to more of your awesome blog posts
ReplyDeleteCorporate training in Machine learning
CISCO Routers
ReplyDeleteCISCO Routers services in bangalore
Best article, very useful and explanation. Your post is extremely incredible. Thank you very much for the new information.
ReplyDeleteReact js Online Training in Hyderabad
Best React js Online Training in Hyderabad
React js Online Training in Ameerpet
Really a awesome blog for the freshers. Thanks for posting the information.
ReplyDeleteCCNA Training in Delhi
Thank you for sharing nice blog
ReplyDeletee accounting course in uttam nagar
Very nice blog! Click mitel connect support
ReplyDeleteWonderful article, very useful and well explanation. Your post is extremely incredible. I will refer this to my candidates...
ReplyDeleteArtificial Intelligence Course
Java Course
AWS Course
Machine Learning Course
Data Science Course
DevOps Course
Great article for a job interview MPLS and BGP, it will be great if you can add some EIGRP And OSPF. IT Consulting
ReplyDeleteThe web site is lovingly serviced and saved as much as date. So it should be, thanks for sharing this with us.
ReplyDeleteData Science Certification
this is really amazing, this article has a very good information which is very useful. thanks for it. Visit us for looking lands in Hyderabad Open Plots Near Sadasivpet Telangana
ReplyDeleteNetwork Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download Now
ReplyDelete>>>>> Download Full
Network Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download LINK
>>>>> Download Now
Network Enhancers - "Delivering Beyond Boundaries": Mpls Interview Questions >>>>> Download Full
>>>>> Download LINK
I really appreciate your article, This would be helpful for beginners. Thank you for sharing with us! java course in Delhi
ReplyDeleteGREAT POST ON MPLS Interview Questions , KEEP POSTING VALUABLE INFORMATION Software Testing Training in Pune
ReplyDeletegörüntülü.show
ReplyDeletewhatsapp ücretli show
NYNW2N
21B11
ReplyDeleteNiÄŸde Evden Eve Nakliyat
Yozgat Evden Eve Nakliyat
Çerkezköy Kombi Servisi
Çerkezköy Yol Yardım
Adana Parça Eşya Taşıma
Ãœnye Oto Lastik
Artvin Şehir İçi Nakliyat
Batman Şehirler Arası Nakliyat
Kırıkkale Parça Eşya Taşıma
B177B
ReplyDeleteKırıkkale Lojistik
Eryaman Fayans Ustası
Bilecik Şehir İçi Nakliyat
Binance Güvenilir mi
Van Şehirler Arası Nakliyat
Kars Şehir İçi Nakliyat
Yozgat Şehirler Arası Nakliyat
Bitlis Şehirler Arası Nakliyat
Ordu Lojistik
0D39C
ReplyDeleteMalatya Lojistik
Batman Lojistik
Bayburt Şehirler Arası Nakliyat
Yalova Şehir İçi Nakliyat
Kilis Şehir İçi Nakliyat
Tokat Parça Eşya Taşıma
İstanbul Parça Eşya Taşıma
Ãœnye Televizyon Tamircisi
boldenone for sale
3E385
ReplyDeleteAntep Parça Eşya Taşıma
Sweat Coin Hangi Borsada
Kocaeli Evden Eve Nakliyat
Ordu Lojistik
Yalova Evden Eve Nakliyat
Amasya Parça Eşya Taşıma
Samsun Evden Eve Nakliyat
Muğla Şehir İçi Nakliyat
Trabzon Şehir İçi Nakliyat
2677D
ReplyDeleteÃœnye Marangoz
Bayburt Evden Eve Nakliyat
Sincan Boya Ustası
Mardin Evden Eve Nakliyat
Zonguldak Evden Eve Nakliyat
Kalıcı Makyaj
Düzce Evden Eve Nakliyat
Binance Referans Kodu
Tokat Evden Eve Nakliyat
8D244
ReplyDeleteGate io Borsası Güvenilir mi
Yeni Çıkan Coin Nasıl Alınır
Bitcoin Çıkarma Siteleri
Binance Nasıl Üye Olunur
Bitcoin Madenciliği Nasıl Yapılır
Mexc Borsası Güvenilir mi
Madencilik Nedir
Bitcoin Kazma Siteleri
Coin Nedir
E0A0D
ReplyDeleteresimli magnet
referans kimliÄŸi nedir
binance referans kodu
binance referans kodu
binance referans kodu
resimli magnet
referans kimliÄŸi nedir
resimli magnet
binance referans kodu
97A96
ReplyDeleteamiclear
79589
ReplyDeletekizlarla canli sohbet
bkex
kripto ne demek
huobi
telegram kripto para
referans kimligi nedir
kraken
bitexen
bitcoin nasıl üretilir