SlideShare ist ein Scribd-Unternehmen logo
1 von 39
Downloaden Sie, um offline zu lesen
Muhammad Syarifuddin, CCNA, CCNP, NRS-1
http://id.linkedin.com/in/syarifuddin
Chapter 1 – Basic :
http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-1-basic1
Chapter 2 – Services :
http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-2-services1
Chapter 3 – Optimization :
http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-3-optimization
 MPLS L3VPN Optimization – Route Reflector
 Bank BCA wants to subscribe MPLS Link over
all of the branches in indonesia using
L3VPN/VPRN through our backbone network.
 The branch offices are 8 : Jakarta1, Jakarta2,
Bogor, Bekasi, Surabaya, Malang, Madiun,
Banjarmasin
 Datacenter is located in Tangerang City
 All BCA Routers connected to each 9 PEs.
Logical Topology
 One of VPRN/L3VPN problem is, to comply with such
topology, and to connect all client routers, iBGP
Peering on the PEs must be fully meshed on each
others.
 This could become a painful jobs when we add one or
more network into current vrf, we need to reconfigure
all related vrf PE, to do full mesh iBGP peering.
 Peer formula = n(n-1)/2,
 n stands for number of routers,
 For example 9 routers, will need 41 peer connection
 10 routers, will need 45 peer connection
 25 routers, will need 300 peer connection
 50 routers, will need 1225 peer connection
Full Mesh iBGP Peering
iBGP Peering in huge
VRF is such a mess and
painful configuration
PEJKTKPI01 (Loopback 10.0.0.3)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJKTKPI02 (Loopback 10.0.0.4)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEBTNTGR01 (Loopback 10.0.0.5)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJBRBGR01 (Loopback 10.0.0.6)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJBRBKS01 (Loopback 10.0.0.7)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJTMSBY01 (Loopback 10.0.0.9)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJTMMLG01 (Loopback 10.0.0.10)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEJTMMDN01 (Loopback 10.0.0.11)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.13 remote-as 65100
neighbor 10.0.0.13 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.13 activate
neighbor 10.0.0.13 send-community both
exit-address-family
!
PEKALBJM01 (Loopback 10.0.0.13)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
neighbor 10.0.0.5 remote-as 65100
neighbor 10.0.0.5 update-source Loopback0
neighbor 10.0.0.6 remote-as 65100
neighbor 10.0.0.6 update-source Loopback0
neighbor 10.0.0.7 remote-as 65100
neighbor 10.0.0.7 update-source Loopback0
neighbor 10.0.0.9 remote-as 65100
neighbor 10.0.0.9 update-source Loopback0
neighbor 10.0.0.10 remote-as 65100
neighbor 10.0.0.10 update-source Loopback0
neighbor 10.0.0.11 remote-as 65100
neighbor 10.0.0.11 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
neighbor 10.0.0.5 activate
neighbor 10.0.0.5 send-community both
neighbor 10.0.0.6 activate
neighbor 10.0.0.6 send-community both
neighbor 10.0.0.7 activate
neighbor 10.0.0.7 send-community both
neighbor 10.0.0.9 activate
neighbor 10.0.0.9 send-community both
neighbor 10.0.0.10 activate
neighbor 10.0.0.10 send-community both
neighbor 10.0.0.11 activate
neighbor 10.0.0.11 send-community both
exit-address-family
!
 Route Reflector / RR are an alternative way to
provide full meshed iBGP peers. One or more
routers configured as a route reflector, while
the remaining iBGP routers are configured as
clients and peer only with route reflector
forming a Route Reflector Cluster. This
reduces the number of connections required
to the number of clients. Routing updated
received by a client are sent to the Route
Reflector and it will forward to other clients in
the cluster.
iBGP Peering with Route Reflector
RR Reflects all BGP
received, towards all
of the neighbor
 RR Deployment Methods
 Option 1 involves using the PE router as the VPNv4 RR as well.
◦ This type of setup is not recommended due to additional
constraints of memory and CPU imposed on the PE router
that acts as RR, which is handling both the functions of
providing services to client edge routers as well as reflecting
routes to several other PEs in the same MPLS domain.
 Option 2 involves using the P router as an RR for both IPv4 and VPNv4.
◦ The P router handles not only the function of route reflection
for IPv4 and VPNv4 routes, but also performs data
forwarding operations for IPv4 and VPNv4 traffic.
◦ This scenario may not scale well in large MPLS VPN
environments due to memory and CPU constraints imposed
on the RR that not only provides IPv4 and VPNv4 routing
services but also data forwarding functionality.
 Option 3 involves using a P router as a RR only for VPNv4.
◦ This implementation can be used in large-scale MPLS VPN
environments in which the provider network wants to
isolate IPv4 functionality on the VPNv4 RR.
 Option 4 involves a dedicated router performing the function of
reflecting IPv4 and VPNv4 routes. The router does not perform
any data forwarding functions.
◦ This scenarios also increases the provider's operational
costs because the provider has to dedicate routers RRs
for IPv4 and VPNv4 prefixes as well as ensure their PE
routers have physical connectivity with each other for
data forwarding functionality or are connected to a
dedicated P router, which perform data forwarding
functionality.
 Option 5 involves a dedicated router as a RR for only VPNv4
routes and not for data forwarding. Like the last option, there
is considerable savings in CPU and performance improvements
can be realized but at the cost of additional routers providing
provider router functionality and increased cost in providing
physical connectivity between PE and P routers.
 Option 6 involves partitioned RRs, which is primarily in large-
scale environments in which using a dedicated VPNv4 RR does
not scale to the demands of a large provider carrying a large
number of VPNv4 prefixes.
Use PE as supported RR
For this case, IPv4 BGP
Peering is fully meshed
(light red color)
but VPNv4 BGP peering is
configured through RR
(P Router)
Install / Add dedicated
RR into current Network
IPv4 BGP Peering is fully
meshed (light red color)
but VPNv4 BGP peering is
configured through dedicated
RR
BGP VPNv4 peering for each
VRF are divided to different
RR, to reduce the load of
BGP Process
 Due to lack of operational budget, team will use
Option 1 for RR Deployment Method. This
solution is Temporary, and is proposed on next
budget to bought additional dedicated RR Routers
to do the job.
 Positive impact :
◦ Simplify BGP Configuration
◦ BGP Peering kept Redundant
◦ It also makes BGP process low on all non RR PE Routers.
◦ Easy to do expansion for the current VRF
 Negative impact :
◦ High BGP Process loads on the RR
 In this sample, we will use PEJKTKPI01 as RR1
and PEJKTKPI02 as RR2.
PEJKTKPI01 (Loopback 10.0.0.3)
router bgp 65100
neighbor RR1 peer-group
neighbor RR1 remote-as 65100
neighbor RR1 update-source loopback0
address-family vpnv4
neighbor 10.0.0.4 peer-group RR1
neighbor 10.0.0.5 peer-group RR1
neighbor 10.0.0.6 peer-group RR1
neighbor 10.0.0.7 peer-group RR1
neighbor 10.0.0.9 peer-group RR1
neighbor 10.0.0.10 peer-group RR1
neighbor 10.0.0.11 peer-group RR1
neighbor 10.0.0.13 peer-group RR1
neighbor RR1 route-reflector-client
exit-address-family
!
PEJKTKPI02 (Loopback 10.0.0.4)
router bgp 65100
neighbor RR2 peer-group
neighbor RR2 remote-as 65100
neighbor RR2 update-source loopback0
address-family vpnv4
neighbor 10.0.0.3 peer-group RR2
neighbor 10.0.0.5 peer-group RR2
neighbor 10.0.0.6 peer-group RR2
neighbor 10.0.0.7 peer-group RR2
neighbor 10.0.0.9 peer-group RR2
neighbor 10.0.0.10 peer-group RR2
neighbor 10.0.0.11 peer-group RR2
neighbor 10.0.0.13 peer-group RR2
neighbor RR2 route-reflector-client
exit-address-family
!
 For the rest of PEs, only need to peer to the
RR1 and RR2
PEBTNTGR01 (Loopback 10.0.0.5)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
PEJBRBGR01 (Loopback 10.0.0.6)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
 For the rest of PEs, only need to peer to the
RR1 and RR2
PEJTMSBY01 (Loopback 10.0.0.9)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
PEJTMMLG01 (Loopback 10.0.0.10)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
 For the rest of PEs, only need to peer to the
RR1 and RR2
PEJTMMDN01 (Loopback 10.0.0.11)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
PEKALBJM01 (Loopback 10.0.0.13)
router bgp 65100
no synchronization
bgp log-neighbor-changes
neighbor 10.0.0.3 remote-as 65100
neighbor 10.0.0.3 update-source Loopback0
neighbor 10.0.0.4 remote-as 65100
neighbor 10.0.0.4 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.0.0.3 activate
neighbor 10.0.0.3 send-community both
neighbor 10.0.0.4 activate
neighbor 10.0.0.4 send-community both
exit-address-family
!
More simple configuration
 No BGP IPv4 because we only activate the MP-
BGP feature
 BGP neighbor with RR were UP, but the state is
NoNeg, because we only use the MPBGP
feature.
 Vrf routing still can be exported & imported
by using RR
 By using show ip route vrf vrf_name, we can
see the route for current vrf over the MP-BGP
 Ping & Traceroute vrf can be used to test
connectivity from PE to CE.
 Also can be used to check MPLS label & VPN Label
Thankyou
 RR Implementation in MPLS VPN – Cisco Support
◦ https://supportforums.cisco.com/docs/DOC-32629
 BGP Case Studies – Cisco Systems
◦ http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml
 BGP Route Reflectors Example
◦ http://ccnprecertification.com/2005/10/13/bgp-route-reflectors-example/
 CCNP Practical Studies: Routing | Scenario 7-1, Configuring Route Reflectors
◦ http://www.informit.com/library/content.aspx?b=CCNP_Studies_Routing&seqNum=89
 Route-Reflectors and Confederations in MPLS VPN Networks
◦ http://mynetworkingwiki.com/index.php/Route-
Reflectors_and_Confederations_in_MPLS_VPN_Networks

Weitere ähnliche Inhalte

Was ist angesagt?

Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFRafat Khandaker
 
Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPRafat Khandaker
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Rafat Khandaker
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingRafat Khandaker
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)Netwax Lab
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideIT Tech
 
MPLS + BGP Presentation
MPLS + BGP PresentationMPLS + BGP Presentation
MPLS + BGP PresentationGino McCarty
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF ConfigurationNetwax Lab
 
Rapid Ring Protection Protocol (RRPP)
Rapid Ring Protection Protocol (RRPP)Rapid Ring Protection Protocol (RRPP)
Rapid Ring Protection Protocol (RRPP)KHNOG
 
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.com
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.comEigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.com
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.comRishabh Dangwal
 

Was ist angesagt? (20)

MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPF
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRP
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and Trunking
 
VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)VRF (virtual routing and forwarding)
VRF (virtual routing and forwarding)
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
MPLS + BGP Presentation
MPLS + BGP PresentationMPLS + BGP Presentation
MPLS + BGP Presentation
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
 
Switching
SwitchingSwitching
Switching
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
mpls-04
mpls-04mpls-04
mpls-04
 
Rapid Ring Protection Protocol (RRPP)
Rapid Ring Protection Protocol (RRPP)Rapid Ring Protection Protocol (RRPP)
Rapid Ring Protection Protocol (RRPP)
 
Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
 
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.com
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.comEigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.com
Eigrp Cheatsheet - EIGRP in 15 min - Rishabh Dangwal - www.theprohack.com
 

Andere mochten auch

Internet access mpls_vpn
Internet access mpls_vpnInternet access mpls_vpn
Internet access mpls_vpnnetworkcode
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]APNIC
 
Presentación+02+ +mpls-vpn
Presentación+02+ +mpls-vpnPresentación+02+ +mpls-vpn
Presentación+02+ +mpls-vpnjdc_3421
 
Vpn presentation
Vpn presentationVpn presentation
Vpn presentationstolentears
 

Andere mochten auch (6)

Internet access mpls_vpn
Internet access mpls_vpnInternet access mpls_vpn
Internet access mpls_vpn
 
Inter as vpn option c
Inter as vpn option c Inter as vpn option c
Inter as vpn option c
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
 
Presentación+02+ +mpls-vpn
Presentación+02+ +mpls-vpnPresentación+02+ +mpls-vpn
Presentación+02+ +mpls-vpn
 
Inter-AS MPLS VPN Deployment
Inter-AS MPLS VPN DeploymentInter-AS MPLS VPN Deployment
Inter-AS MPLS VPN Deployment
 
Vpn presentation
Vpn presentationVpn presentation
Vpn presentation
 

Ähnlich wie MPLS Deployment Chapter 3 - Optimization

[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network TroubleshootingOpen Source Consulting
 
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...Cisco Russia
 
2900 3500-5400-6200-8200-i pv6-jan08-2-intro
2900 3500-5400-6200-8200-i pv6-jan08-2-intro2900 3500-5400-6200-8200-i pv6-jan08-2-intro
2900 3500-5400-6200-8200-i pv6-jan08-2-introStoyan Stoyanov
 
Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501robertguerra
 
Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501robertguerra
 
Networking in Kubernetes
Networking in KubernetesNetworking in Kubernetes
Networking in KubernetesMinhan Xia
 
presentation_5725_1534743837.pdf
presentation_5725_1534743837.pdfpresentation_5725_1534743837.pdf
presentation_5725_1534743837.pdfHaithamAli51
 
Cisco -Ccie rs quick_review_kit
Cisco -Ccie rs quick_review_kitCisco -Ccie rs quick_review_kit
Cisco -Ccie rs quick_review_kitStoyan Stoyanov
 
CCIE_RS_Quick_Review_Kit
CCIE_RS_Quick_Review_KitCCIE_RS_Quick_Review_Kit
CCIE_RS_Quick_Review_KitChris S Chen
 
Configure Proxy and Firewall (Iptables)
Configure Proxy and Firewall (Iptables)Configure Proxy and Firewall (Iptables)
Configure Proxy and Firewall (Iptables)Tola LENG
 
OpenStack Havana over IPv6
OpenStack Havana over IPv6OpenStack Havana over IPv6
OpenStack Havana over IPv6Shixiong Shang
 
Building Scalable Data Center Networks
Building Scalable Data Center NetworksBuilding Scalable Data Center Networks
Building Scalable Data Center NetworksCumulus Networks
 

Ähnlich wie MPLS Deployment Chapter 3 - Optimization (20)

Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...
PFRv3 – новое поколение технологии Performance Routing для интеллектуального ...
 
2900 3500-5400-6200-8200-i pv6-jan08-2-intro
2900 3500-5400-6200-8200-i pv6-jan08-2-intro2900 3500-5400-6200-8200-i pv6-jan08-2-intro
2900 3500-5400-6200-8200-i pv6-jan08-2-intro
 
Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501
 
Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501Installation of pfSense on Soekris 6501
Installation of pfSense on Soekris 6501
 
Networking in Kubernetes
Networking in KubernetesNetworking in Kubernetes
Networking in Kubernetes
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
presentation_5725_1534743837.pdf
presentation_5725_1534743837.pdfpresentation_5725_1534743837.pdf
presentation_5725_1534743837.pdf
 
Cisco -Ccie rs quick_review_kit
Cisco -Ccie rs quick_review_kitCisco -Ccie rs quick_review_kit
Cisco -Ccie rs quick_review_kit
 
CCIE_RS_Quick_Review_Kit
CCIE_RS_Quick_Review_KitCCIE_RS_Quick_Review_Kit
CCIE_RS_Quick_Review_Kit
 
CCIE
CCIE CCIE
CCIE
 
Configure Proxy and Firewall (Iptables)
Configure Proxy and Firewall (Iptables)Configure Proxy and Firewall (Iptables)
Configure Proxy and Firewall (Iptables)
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
 
Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2
 
OpenStack Havana over IPv6
OpenStack Havana over IPv6OpenStack Havana over IPv6
OpenStack Havana over IPv6
 
N at
N atN at
N at
 
Tema3
Tema3Tema3
Tema3
 
Building Scalable Data Center Networks
Building Scalable Data Center NetworksBuilding Scalable Data Center Networks
Building Scalable Data Center Networks
 

Kürzlich hochgeladen

A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 

Kürzlich hochgeladen (20)

A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 

MPLS Deployment Chapter 3 - Optimization

  • 1. Muhammad Syarifuddin, CCNA, CCNP, NRS-1 http://id.linkedin.com/in/syarifuddin
  • 2. Chapter 1 – Basic : http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-1-basic1 Chapter 2 – Services : http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-2-services1 Chapter 3 – Optimization : http://www.slideshare.net/ariefcakep/mpls-deployment-chapter-3-optimization
  • 3.  MPLS L3VPN Optimization – Route Reflector
  • 4.  Bank BCA wants to subscribe MPLS Link over all of the branches in indonesia using L3VPN/VPRN through our backbone network.  The branch offices are 8 : Jakarta1, Jakarta2, Bogor, Bekasi, Surabaya, Malang, Madiun, Banjarmasin  Datacenter is located in Tangerang City  All BCA Routers connected to each 9 PEs.
  • 6.  One of VPRN/L3VPN problem is, to comply with such topology, and to connect all client routers, iBGP Peering on the PEs must be fully meshed on each others.  This could become a painful jobs when we add one or more network into current vrf, we need to reconfigure all related vrf PE, to do full mesh iBGP peering.  Peer formula = n(n-1)/2,  n stands for number of routers,  For example 9 routers, will need 41 peer connection  10 routers, will need 45 peer connection  25 routers, will need 300 peer connection  50 routers, will need 1225 peer connection
  • 7. Full Mesh iBGP Peering iBGP Peering in huge VRF is such a mess and painful configuration
  • 8. PEJKTKPI01 (Loopback 10.0.0.3) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 9. PEJKTKPI02 (Loopback 10.0.0.4) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 10. PEBTNTGR01 (Loopback 10.0.0.5) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 11. PEJBRBGR01 (Loopback 10.0.0.6) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 12. PEJBRBKS01 (Loopback 10.0.0.7) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 13. PEJTMSBY01 (Loopback 10.0.0.9) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 14. PEJTMMLG01 (Loopback 10.0.0.10) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 15. PEJTMMDN01 (Loopback 10.0.0.11) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.13 remote-as 65100 neighbor 10.0.0.13 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.13 activate neighbor 10.0.0.13 send-community both exit-address-family !
  • 16. PEKALBJM01 (Loopback 10.0.0.13) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 neighbor 10.0.0.5 remote-as 65100 neighbor 10.0.0.5 update-source Loopback0 neighbor 10.0.0.6 remote-as 65100 neighbor 10.0.0.6 update-source Loopback0 neighbor 10.0.0.7 remote-as 65100 neighbor 10.0.0.7 update-source Loopback0 neighbor 10.0.0.9 remote-as 65100 neighbor 10.0.0.9 update-source Loopback0 neighbor 10.0.0.10 remote-as 65100 neighbor 10.0.0.10 update-source Loopback0 neighbor 10.0.0.11 remote-as 65100 neighbor 10.0.0.11 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both neighbor 10.0.0.5 activate neighbor 10.0.0.5 send-community both neighbor 10.0.0.6 activate neighbor 10.0.0.6 send-community both neighbor 10.0.0.7 activate neighbor 10.0.0.7 send-community both neighbor 10.0.0.9 activate neighbor 10.0.0.9 send-community both neighbor 10.0.0.10 activate neighbor 10.0.0.10 send-community both neighbor 10.0.0.11 activate neighbor 10.0.0.11 send-community both exit-address-family !
  • 17.  Route Reflector / RR are an alternative way to provide full meshed iBGP peers. One or more routers configured as a route reflector, while the remaining iBGP routers are configured as clients and peer only with route reflector forming a Route Reflector Cluster. This reduces the number of connections required to the number of clients. Routing updated received by a client are sent to the Route Reflector and it will forward to other clients in the cluster.
  • 18. iBGP Peering with Route Reflector RR Reflects all BGP received, towards all of the neighbor
  • 19.  RR Deployment Methods  Option 1 involves using the PE router as the VPNv4 RR as well. ◦ This type of setup is not recommended due to additional constraints of memory and CPU imposed on the PE router that acts as RR, which is handling both the functions of providing services to client edge routers as well as reflecting routes to several other PEs in the same MPLS domain.  Option 2 involves using the P router as an RR for both IPv4 and VPNv4. ◦ The P router handles not only the function of route reflection for IPv4 and VPNv4 routes, but also performs data forwarding operations for IPv4 and VPNv4 traffic. ◦ This scenario may not scale well in large MPLS VPN environments due to memory and CPU constraints imposed on the RR that not only provides IPv4 and VPNv4 routing services but also data forwarding functionality.
  • 20.  Option 3 involves using a P router as a RR only for VPNv4. ◦ This implementation can be used in large-scale MPLS VPN environments in which the provider network wants to isolate IPv4 functionality on the VPNv4 RR.  Option 4 involves a dedicated router performing the function of reflecting IPv4 and VPNv4 routes. The router does not perform any data forwarding functions. ◦ This scenarios also increases the provider's operational costs because the provider has to dedicate routers RRs for IPv4 and VPNv4 prefixes as well as ensure their PE routers have physical connectivity with each other for data forwarding functionality or are connected to a dedicated P router, which perform data forwarding functionality.
  • 21.  Option 5 involves a dedicated router as a RR for only VPNv4 routes and not for data forwarding. Like the last option, there is considerable savings in CPU and performance improvements can be realized but at the cost of additional routers providing provider router functionality and increased cost in providing physical connectivity between PE and P routers.  Option 6 involves partitioned RRs, which is primarily in large- scale environments in which using a dedicated VPNv4 RR does not scale to the demands of a large provider carrying a large number of VPNv4 prefixes.
  • 22. Use PE as supported RR
  • 23.
  • 24. For this case, IPv4 BGP Peering is fully meshed (light red color) but VPNv4 BGP peering is configured through RR (P Router)
  • 25. Install / Add dedicated RR into current Network
  • 26. IPv4 BGP Peering is fully meshed (light red color) but VPNv4 BGP peering is configured through dedicated RR
  • 27. BGP VPNv4 peering for each VRF are divided to different RR, to reduce the load of BGP Process
  • 28.  Due to lack of operational budget, team will use Option 1 for RR Deployment Method. This solution is Temporary, and is proposed on next budget to bought additional dedicated RR Routers to do the job.  Positive impact : ◦ Simplify BGP Configuration ◦ BGP Peering kept Redundant ◦ It also makes BGP process low on all non RR PE Routers. ◦ Easy to do expansion for the current VRF  Negative impact : ◦ High BGP Process loads on the RR
  • 29.  In this sample, we will use PEJKTKPI01 as RR1 and PEJKTKPI02 as RR2. PEJKTKPI01 (Loopback 10.0.0.3) router bgp 65100 neighbor RR1 peer-group neighbor RR1 remote-as 65100 neighbor RR1 update-source loopback0 address-family vpnv4 neighbor 10.0.0.4 peer-group RR1 neighbor 10.0.0.5 peer-group RR1 neighbor 10.0.0.6 peer-group RR1 neighbor 10.0.0.7 peer-group RR1 neighbor 10.0.0.9 peer-group RR1 neighbor 10.0.0.10 peer-group RR1 neighbor 10.0.0.11 peer-group RR1 neighbor 10.0.0.13 peer-group RR1 neighbor RR1 route-reflector-client exit-address-family ! PEJKTKPI02 (Loopback 10.0.0.4) router bgp 65100 neighbor RR2 peer-group neighbor RR2 remote-as 65100 neighbor RR2 update-source loopback0 address-family vpnv4 neighbor 10.0.0.3 peer-group RR2 neighbor 10.0.0.5 peer-group RR2 neighbor 10.0.0.6 peer-group RR2 neighbor 10.0.0.7 peer-group RR2 neighbor 10.0.0.9 peer-group RR2 neighbor 10.0.0.10 peer-group RR2 neighbor 10.0.0.11 peer-group RR2 neighbor 10.0.0.13 peer-group RR2 neighbor RR2 route-reflector-client exit-address-family !
  • 30.  For the rest of PEs, only need to peer to the RR1 and RR2 PEBTNTGR01 (Loopback 10.0.0.5) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family ! PEJBRBGR01 (Loopback 10.0.0.6) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family !
  • 31.  For the rest of PEs, only need to peer to the RR1 and RR2 PEJTMSBY01 (Loopback 10.0.0.9) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family ! PEJTMMLG01 (Loopback 10.0.0.10) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family !
  • 32.  For the rest of PEs, only need to peer to the RR1 and RR2 PEJTMMDN01 (Loopback 10.0.0.11) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family ! PEKALBJM01 (Loopback 10.0.0.13) router bgp 65100 no synchronization bgp log-neighbor-changes neighbor 10.0.0.3 remote-as 65100 neighbor 10.0.0.3 update-source Loopback0 neighbor 10.0.0.4 remote-as 65100 neighbor 10.0.0.4 update-source Loopback0 no auto-summary ! address-family vpnv4 neighbor 10.0.0.3 activate neighbor 10.0.0.3 send-community both neighbor 10.0.0.4 activate neighbor 10.0.0.4 send-community both exit-address-family ! More simple configuration
  • 33.  No BGP IPv4 because we only activate the MP- BGP feature
  • 34.  BGP neighbor with RR were UP, but the state is NoNeg, because we only use the MPBGP feature.
  • 35.  Vrf routing still can be exported & imported by using RR
  • 36.  By using show ip route vrf vrf_name, we can see the route for current vrf over the MP-BGP
  • 37.  Ping & Traceroute vrf can be used to test connectivity from PE to CE.  Also can be used to check MPLS label & VPN Label
  • 39.  RR Implementation in MPLS VPN – Cisco Support ◦ https://supportforums.cisco.com/docs/DOC-32629  BGP Case Studies – Cisco Systems ◦ http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml  BGP Route Reflectors Example ◦ http://ccnprecertification.com/2005/10/13/bgp-route-reflectors-example/  CCNP Practical Studies: Routing | Scenario 7-1, Configuring Route Reflectors ◦ http://www.informit.com/library/content.aspx?b=CCNP_Studies_Routing&seqNum=89  Route-Reflectors and Confederations in MPLS VPN Networks ◦ http://mynetworkingwiki.com/index.php/Route- Reflectors_and_Confederations_in_MPLS_VPN_Networks