Re: [j-nsp] bgp/mpls vpn

2008-12-09 Thread M.Mihailidis
Thanks Mark Tinka wrote: On Tuesday 09 December 2008 19:46:44 SunnyDay wrote: is there a way to disable that so i can only receive vpv4 routes and not ipv4? Do you have this? router bgp 1234 no bgp default ipv4-unicast This turns BGP into MP-BGP (Multiprotocol BGP), supp

Re: [j-nsp] bgp/mpls vpn

2008-12-09 Thread Mark Tinka
On Tuesday 09 December 2008 19:46:44 SunnyDay wrote: > is there a way to disable that so i can only receive vpv4 > routes and not ipv4? Do you have this? router bgp 1234 no bgp default ipv4-unicast This turns BGP into MP-BGP (Multiprotocol BGP), supporting various address families other than

[j-nsp] bgp/mpls vpn

2008-12-09 Thread SunnyDay
hello i have configured a bgp/mpls vpn which lokks like this: address-family vpnv4 unicast no check-vpn-next-hops neighbor x.x.x.x activate address-family ipv4 unicast vrf test no synchronization no auto-summary redistribute rip redistribute connected redistribute access redistribute ac

[j-nsp] Bgp mpls/vpn

2008-09-25 Thread SunnyDay
hello I want to configure a mpls/vpn with hub and spoke topology on erx 320. the customers may or may not be in the same PE router. I configure one vrf for the hub with route target export 1:100 and import 1:200 and 2 other vrfs with import 1:100 and export 1:200 respectively. Will this work