Hi,
I have the MVPN lab. i try to configure static P2MP LSP but i can not commit. When i commit, junos show me the error :
[edit routing-instances black provider-tunnel selective group 233.3.3.3/32 source 10.0.0.100/32 rsvp-te static-lsp]
'static-lsp P2MP-TEST'
Referenced point-to-multipoint static LSP does not exist
error: configuration check-out failed: (statements constraint check failed)
I haved searched on the internet but didnt see any thing about this error.
This is my configuration:
lab@PE-1#show protocols mpls
label-switched-path TO-PE-2 {
to 3.3.3.3;
optimize-timer 180;
p2mp P2MP-TEST;
}
label-switched-path TO-PE-3 {
to 4.4.4.4;
optimize-timer 180;
p2mp P2MP-TEST;
}
lab@PE-1# show routing-instances black
instance-type vrf;
interface ge-0/0/2.2;
interface lo0.41;
route-distinguisher 44444:101;
selective {
group 233.3.3.3/32 {
source 10.0.0.100/32 {
rsvp-te {
##
## Warning: Referenced point-to-multipoint static LSP does not exist
##
static-lsp P2MP-TEST;
}
}
}
}
}
vrf-target target:45543:111;
vrf-table-label;
routing-options {
static {
route 10.0.0.0/24 next-hop 10.0.1.1;
}
multicast {
ssm-groups [ 239.0.0.0/8 232.0.0.0/8 ];
asm-override-ssm;
}
}
protocols {
pim {
rp {
local {
address 41.41.41.41;
}
}
interface all {
mode sparse-dense;
}
}
mvpn;
}
Thanks for any idea.