Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: configure static P2MP LSP for MVPN !

$
0
0

Hi,

Sorry because of my missed configuration,

 

[edit  routing-instances black]

lab@PE-1# show 
instance-type vrf;
interface ge-0/0/2.2;
interface lo0.41;
route-distinguisher 45543:101;
provider-tunnel {
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;
}

 

Junos still display the warning in the configuration and error when committing:

lab@PE-1# commit check
[edit routing-instances black provider-tunnel 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)

 

Although the p2mp LSP have created already:

lab@PE-1# run show rsvp session p2mp 
Ingress RSVP: 2 sessions
P2MP name: P2MP-TEST, P2MP branch count: 2
To From State Rt Style Labelin Labelout LSPname
4.4.4.4 1.1.1.1 Up 0 1 SE - 299840 TO-PE-3
3.3.3.3 1.1.1.1 Up 0 1 SE - 299840 TO-PE-2

 

Thanks ! Smiley Happy


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>