Hi,
Does anyone know how to separate vpn traffic on LSP. Supposed I have 2 LSPs and
2 VPNs and I want each VPN uses different LSP. I have a method that using
policy matching by vpn-target community and using target:*:* for last matching
condition but it seems that there is a bug on JUNOS which causing the upper
matching condition match with the last term.
term 1 {
from community A;
then {
install-nexthop lsp LSPforA;
accept;
}
term last {
from community else;
then {
install-nexthop lsp LSPforelse;
accept;
}
community A members target:1:1;
community else members target:*:*;
Thanks in advance,
Benny
---------------------------------
Need a quick answer? Get one in minutes from people who know. Ask your question
on Yahoo! Answers.
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp