Você está na página 1de 6

* Establish L3 connectivity inside Service provider domain

1 Enable physical interfaces (no shut) and put ip addresses on each int
2 Put router-id address at loopback 0
3 Configure ospf
Put area id (router ospf area-id)
put router-id (router-id x.x.x.x)
Advertise connected networks including loopback0 on a pa
4 Check connectivity
Ping router-id

* Enable MPLS

1 Global Configuration
ip cef
mpls ip
mpls label protocol ldp Default
mpls ldp router-id loopback0 force
2 Interface configuration
mpls ip

L3 VPN
* VRF configuration

Create VRF:
ip vrf vrf_name [ ex. Ip vrf robi_CRE07_GE01 ]
rd x:y
route target x:y
Add an interface towards CE to the VRF:
ip vrf forwarding vrf_name [ ex. Ip vrf forwarding robi_CRE
set the ip address[ old ip address will be removed]

*iBGP peering (PE-PE)


Establish iBGP PE-PE neighbor [ neighbor x.x.x.x remote-as y]
Enable vpnv4 under address-family vpnv4 [ neighbor x.x.x.x activate

*Local routing (PE-CE)


Establish PE-CE local routing (ospf/ebgp/eigrp) under vrf ( ex. Router

*Redistribution
Both way redistribution
BGP : redistribute vrf routes from local routing to BGP unde
Local routing protocol: redistribute bgp routes to the local
ip addresses on each interfaces(ip address x.x.x.x y.y.y.y)

luding loopback0 on a particular area using wildcard mask(network x.x.x.x 0.0.0.y area area-id)

* Verify MPLS

show mpls ldp neighbor [ see all the neighbor relationship is up]
show mpls forwarding-table [ see the actual label bindings]
Traceroute to see actual label binding [ traceroute x.x.x.x where x.x.x.x is anothe

E07_GE01 ]

vrf forwarding robi_CRE07_GE01]


will be removed]

.x.x remote-as y]
neighbor x.x.x.x activate, neighbor x.x.x.x send-community both]

p) under vrf ( ex. Router ospf 10 vrf robi-nodeB-generalhospital)

local routing to BGP under address-family ipv4 vrf vrf-name [ ex. Redistribut ospf 10 vrf robi-nodeB-generalhosp
e bgp routes to the local vrf routing protocol [ ex. Router ospf 10 vrf robi-nodeB-generalhospital/ redistribute bgp
.x where x.x.x.x is another router-id]

robi-nodeB-generalhospital metric 10 ]
hospital/ redistribute bgp 100 metric 10 subnets]

Você também pode gostar