You are on page 1of 1

PE-CE Routing:

Ebgp
Rip
Eigrp
Ospf
Static routes may be injected into VRFs as well.

EBGP:
When we create vrf ,it will add address-family ipv4 for
BGP automatically.
Sh run | s router BGP
We have to give neighbor in PE for CE in address-family
ipv4 as it is not a vpn route.
We dont have to do manual redistribution while using
BGP.
The routes from CE comes as ipv4 routes into PE router
and it will be automatically associated with the VRF of
that customer.MP-BGP takes the route and
automatically put it into separate container called
VPNv4 .vpnv4 routes have route distinguisher,route
target.
Also,these routes are put into routing table for that
particular VRF .
Sh ip route vrf <name>
Sh ip bgp vpnv4 vrf <name>
Sh ip bgp vpnv4 all
Sh ip vrf detail

You might also like