[rbak-nsp] SE 100 and VRF

David Freedman david.freedman at uk.clara.net
Tue Sep 27 16:50:35 EDT 2011


>I can't find any information in documentation...
>Is it possible ?

!
 service multiple-contexts
 service inter-context routing
!
 context local
!
 router mpls
  interface <core int>
!
 router ldp 
  interface <core int>
!


 router bgp <asn>
  neighbor <vpn-rr> internal
   update-source loopback
   next-hop-self
   no address-family ipv4 unicast
   address-family ipv4 vpn
!
!
 context <name> vpn-rd <rd>
!
  router bgp vpn
   address-family ipv4 unicast
   import route-target <rt>
   export route-target <rt>
   redistribute connected
   redistribute subscriber
   redistribute static
!

>




More information about the redback-nsp mailing list