Dear All,<br><br>I have an issue with MPLS Forwarding of Redback SE100. This SE100 acts as router and terminates some a wireless users. I want to send the IP traffic to the core with MPLS tag. SE100 and core router are LDP neighbor over a directly connected link. MPLS is enabled on both interfaces. When I get "<b>show ip route</b>" results from SE100 it shows a strange results for that destination that I want to send traffic towards them with MPLS tag. That result is: <b><i>"Active LSP path ineligible for fib, only used for recursion"</i></b>.<br>
<br>------------------------------------------------------------------------------------<br><b>SE100 Configuration:</b><br><br>context local<br>! <br>!<br> interface Ethernet2/4.70<br> description Core-Side<br>  ip address <a href="http://10.10.10.26/30">10.10.10.26/30</a><br>
!<br> interface Ethernet2/4.80<br> description User-Side<br>  ip address <a href="http://10.10.10.29/30">10.10.10.29/30</a><br>!<br>!<br> interface Loopback0 loopback<br>  ip address <a href="http://14.14.14.14/32">14.14.14.14/32</a><br>
!<br> router ospf 1<br>  fast-convergence<br>  router-id 14.14.14.14<br>  area 0.0.0.0<br>   interface Ethernet2/4.70<br>   interface Ethernet2/4.80<br>   interface Loopback0<br>!<br> router mpls<br>  interface Ethernet2/4.70<br>
!<br> router ldp<br>  router-id 14.14.14.14<br>  interface Ethernet2/4.70<br>!<br>------------------------------------------------------------------------------------<br><b>Cisco 7204 Configuration:</b><br><br>mpls label protocol ldp<br>
!<br>interface Loopback0<br> ip address 4.4.4.4 255.255.255.255<br>!<br>interface FastEthernet0/0.70<br> encapsulation dot1Q 70<br> ip address 10.10.10.25 255.255.255.252<br> mpls ip<br>!<br>mpls ldp router-id Loopback0<br>
<br>------------------------------------------------------------------------------------<br><b>Show ip route in SE100:</b><br><br>[local]LAB-REDBACK#sh ip route 10.10.10.0<br>    Longest match Routing entry for <a href="http://10.10.10.0/32">10.10.10.0/32</a> is <a href="http://10.10.10.0/30">10.10.10.0/30</a> , version 912<br>
    Route Uptime 01:15:48<br>    Paths: total 2, best path count 2 (includes 1 lsp best path)<br><br>    Route has been downloaded to following slots<br>     02/0<br><br>    Path information : <br><br>      Active path : <br>
      Known via ospf 1, type-OSPF intra area, distance 110, metric 6,<br>      Tag 0, Next-hop 10.10.10.25, NH-ID 0x34500007, Adj ID: 0x100000E, Interface Ethernet2/4.70<br>      Circuit 2/4:1023:63/1/2/14<br><br><b>      Active LSP path ineligible for fib, only used for recursion</b><br>
      Known via ldp distance 7, metric 0,<br>      Tag 0, Next-hop 10.10.10.25, NH-ID 0x31E0001C, Adj ID: 0x1300046, Interface Ethernet2/4.70<br>      Circuit 255/3:1023:63/0/1/27<br>      Label 21<br><br><br>Thank you,<br>