Hi guyes,
I tried to shutdown interface ae9.0, after that mpls traffic autoimatically swtiched on ae10.0. Automatically changing interface of mpls traffic working fine. But still the question with load-balancing between ae9.0 and ae10.
In one time moment mpls traffic goiing through one interface - ae9 or ae10.
For load-balancing I tried to do as you advised, but after that balancing inet.0 traffic only, but mpls traffic still going through one interface ae9.0.:
user@EX-4200-Stack1# show routing-options nonstop-routing; router-id 10.255.0.1; forwarding-table { export Load-Balancing-Policy; } user@EX-4200-Stack1# show policy-options policy-statement Load-Balancing-Policy { then { load-balance per-packet;
user@EX-4200-Stack1# run show route forwarding-table Routing table: default.inet 10.255.0.3/32 user 0 ulst 131072 13 10.254.0.2 ucst 1531 4 ae9.0 10.254.1.2 ucst 1799 2 ae10.0 Routing table: default.mpls MPLS: Destination Type RtRef Next hop Type Index NhRef Netif default perm 0 dscd 50 1 0 user 0 recv 49 4 1 user 0 recv 49 4 2 user 0 recv 49 4 13 user 0 recv 49 4 300144 user 0 Pop 1552 2 ge-0/0/44.0 300160 user 0 Pop 1649 2 ge-1/0/44.0 ge-0/0/44.0 (CCC) user 0 10.254.0.2 Push 300496 1805 2 ae9.0 ge-1/0/44.0 (CCC) user 0 10.254.0.2 Push 300512 1573 2 ae9.0
Any ideas?