Re: MPLS VPN Question

From: Leigh Harrison (ccileigh@gmail.com)
Date: Thu Aug 02 2007 - 12:14:30 ART


Hey there Scott,

This is done in the "ip vrf xxxx" section. You'll need the route
descriptor (rd) so you can leak the routes.

for example:-

ip vrf customer1
rd 10:1
route-target export 10:1
route-target import 10:1
route-target export 10:2
route-target import 10:2

ip vrf customer2
rd 10:2
route-target export 10:2
route-target import 10:2
route-target export 10:1
route-target import 10:1

This would leak the routes from the 2 different customer vrf's into
eachother.

Have a play.

LH
#15331

Scott Smith wrote:
> Forgive my complete lack of MPLS knowledge :-)
>
> Is it possible to allow inter-vpn communication?
>
> Example 1: VPN_A needs access to a single address in VPN_B.
>
> Example 2: VPN_A and VPN_B need access to a single address in VPN_C.
>
> If this can be done could someone give me a clue as what config I'm looking for?
>
> Thanks!



This archive was generated by hypermail 2.1.4 : Sat Sep 01 2007 - 11:32:09 ART