[j-nsp] multiprotocol bgp and bgp reflection
    Sean Clarke 
    sean at clarke-3.demon.nl
       
    Tue Jan 23 09:40:19 EST 2007
    
    
  
--
Not so long ago you wrote :
BS> The configuration is the same like configuring normal route
BS> reflector except you must enable family inet-vpn for L3VPN. The
BS> important thing is you must have a LSP to all PEs because without
BS> LSP or reachability, the RR will mark the routes as unusable and not advertised it to the PEs.
  Or  ..  you  add a discard route to the loopback addresse network on
  the  P-router  in  inet.3,  then  the  routes  will not be marked as
  unusable.  It's  easier  than  configuring  LSP's  between PE - P
  routers.
i.e.
# show routing-options
rib inet.3 {
    static {
        route 192.168.0.0/24 discard;
    }
}  
cheers
Sean
    
    
More information about the juniper-nsp
mailing list