Hello guys
I'm trying to setup policy based lsp mapping solution . The idea is to
forward traffic from specific community(bgp) to lsp.
creating policy and attaching the policy to forwarding-table.
The question is : How can i balance between several lsps , from specific
community ?
[edit policy-options policy-statement lsp-map]
lab@r7# show
term 1 {
from {
protocol bgp;
neighbor 10.0.3.3;
}
then {
install-nexthop lsp r7-r3;<-- I there an option to insert to several lsps?
(redundancy aspect)
accept;
}
}
[edit routing-options]
forwarding-table {
export lsp-map;
}
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to