networker050184 wrote: » Is the incoming traffic being label switched? Is it an incoming IP packet and the destination a labeled destination?
networker050184 wrote: » It does matter. If you have a packet that comes in labeled as part of an LSP it's going to follow that LSP rather than the IP routing table. Obviously an interface not participating in MPLS will not be part of the LSP.
R3#sh mpls forwarding-table | incl 6.6.6.6 21 18 6.6.6.6/32 0 Fa1/1 10.3.5.5 No Label 6.6.6.6/32 0 Fa1/0 10.3.4.4 R3#sh ip cef 6.6.6.6 det 6.6.6.6/32, epoch 0, per-destination sharing local label info: global/21 nexthop 10.3.4.4 FastEthernet1/0 nexthop 10.3.5.5 FastEthernet1/1 label 18 R3#
R2#sh ip cef 6.6.6.6 detail 6.6.6.6/32, epoch 0 local label info: global/22 nexthop 10.2.3.3 FastEthernet0/0 label 21 R2#sh mpls forwarding-table 6.6.6.6 Local Outgoing Prefix Bytes Label Outgoing Next Hop Label Label or Tunnel Id Switched interface 22 21 6.6.6.6/32 0 Fa0/0 10.2.3.3
R3#sh ip cef 6.6.6.6 det 6.6.6.6/32, epoch 0, per-destination sharing local label info: global/21 nexthop 10.3.4.4 FastEthernet1/0 nexthop 10.3.5.5 FastEthernet1/1 label 18 R3#sh mpls forwarding-table 6.6.6.6 Local Outgoing Prefix Bytes Label Outgoing Next Hop Label Label or Tunnel Id Switched interface 21 18 6.6.6.6/32 0 Fa1/1 10.3.5.5 No Label 6.6.6.6/32 252 Fa1/0 10.3.4.4
R2#traceroute 6.6.6.6 source lo0 Type escape sequence to abort. Tracing the route to 6.6.6.6 1 10.2.3.3 [MPLS: Label 21 Exp 0] 60 msec 32 msec * 2 10.3.4.4 52 msec 20 msec 40 msec 3 10.4.6.6 68 msec 76 msec 64 msec
R1#traceroute 6.6.6.6 source lo0 Type escape sequence to abort. Tracing the route to 6.6.6.6 1 10.1.3.3 20 msec 28 msec 20 msec 2 10.3.5.5 [MPLS: Label 18 Exp 0] 16 msec 32 msec 36 msec 3 10.5.6.6 64 msec 72 msec 64 msec
networker050184 wrote: » I was working more with RSVP end-to-end LSPs rather than an LDP hop by hop approach which it looks like you have so that might be a difference. I was also testing with L3VPN connectivity. I'll have to lab this up and see whats going on. What platform/version are you on? Thanks for the output!