Hi All,
We have done this using route based vpn. We have used multipoint interface as anchor point.
IFL
st0 {
unit 0 {
multipoint;
family inet {
address 10.5.5.129/25;
}
}
unit 1 {
multipoint;
family inet {
address 10.6.6.129/25;
}
}
}
RI
FIVE {
instance-type virtual-router;
interface st0.0;
interface vlan.258;
}
SIX {
instance-type virtual-router;
interface st0.1;
interface vlan.259;
}