hi guys,
i'm a bit confused here trying to lab the l3vpn,
reading the JNCIS study guide book part (unfortunately at this particular l3vpn section, it has a little unclear explanation), and this reference :
Simple VPN Configuration Summarized by Router - JUNOS 9.0 VPNs Configuration Guide
i'd just dont get the corelation between :
quoted from the juniper software guide, between 2 PEs
Routing Instance for VPN-A
routing-instance {
VPN-A-Paris-Munich {
instance-type vrf;
interface so-6/0/0.0;
interface so-6/0/1.0;
route-distinguisher 65535:0; ---> this part on PE1
route-distinguisher 65535:1; ---> this part on PE2
vrf-import VPN-A-import;
vrf-export VPN-A-export;
}
}
...
community VPN-A members target:65535:4; ---> and this part
community VPN-B members target:65535:5;
if you have any idea how can i relate these 2 parts,
very appreciated, thank you.
i've tried to translate the command using cisco's vrf analogy, but i'd still a little bit confuse.