Hi,<br><br>I have a scenario where by point A and point B have 2 links .<br>link 1 =fiber(1STM1)<br>link 2 = Microwave (2*STM1)<br><br>The fiber link is the primary link and the microwave is the secondary.<br><br>Traffic on the fiber is reaching 99% utilization ,i was wondering if there is a way ,to configure the mpls such that when utilization on link 1 reaches may be 90% ,additional traffic moves to link 2.Because we do not have possiblility of getting a second fiber anytime soon.<br>
<br><br>label-switched-path A_B {<br> to 10.87.0.1;<br> least-fill;<br> fast-reroute;<br> primary A_B_Prim {<br> admin-group include-all redf;<br> }<br> secondary A_B_Sec {<br> admin-group {<br>
include-all red;<br> exclude [ green blue purple yellow ];<br> }<br> }<br> secondary A_B_3rd {<br> admin-group {<br> include-any [ green blue purple yellow ];<br> exclude red;<br>
}<br> }<br>}<br><br>interface ge-0/0/0.0 {<br> admin-group red;<br>}<br>interface ge-0/0/1.0 {<br> admin-group redf;<br>}<br><br>admin-groups {<br> red 1;<br> green 2;<br> blue 3;<br> purple 8;<br>
yellow 4;<br> amber 9;<br> red1 10;<br> purple1 11;<br> blue1 12;<br> orange 13;<br> maroon 14;<br> cyan 15;<br> denim 16;<br> violet 17;<br> xeon 18;<br> zebra 19;<br> silver 20;<br>
redf 21;<br>}<br><br><br><br>