[j-nsp] Community Export/Import Configuration in MP-BGP

Boštjan Fele bostjan.fele at smart-com.si
Thu Dec 23 04:52:07 EST 2004


Hi,

just use family statements (see below)

protocols {
    bgp {
        group I-BGP-RR {
            type internal;
            local-address 100.0.0.1;
            family inet {
                unicast;
            }
            family inet-vpn {
                unicast;
            }
            family l2vpn {
                unicast;
            }
            export Redistribute-Static-to-BGP;
            neighbor 100.0.0.5;
            neighbor 100.0.0.10;
            neighbor 100.0.0.3;
            neighbor 100.0.0.20;
            neighbor 100.0.0.2;
        }
    }
}

Regards,
Bostjan


-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net]On Behalf Of av srikant
Sent: Thursday, December 23, 2004 10:20 AM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] Community Export/Import Configuration in MP-BGP


Hi All,

Can somebody tell me what is the equilant configuration in JuniperM40e 
Router runing JunOS 6.2 for the below commands we use Cisco Routers w.r.t 
MP-BGP and VRF Import and VRF-Export

1)  ip vrf test
route-target both 123:1

2) nei x.y.z.a activate
    nei x.y.z.a send-community both

Regards,
Srikant

_________________________________________________________________
Don't know where to look for your life partner?  
http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Trust 
BharatMatrimony.com

_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp


More information about the juniper-nsp mailing list