Dear All,
I have issues with static routes towards P2MP tunnel.
Here's my config:
interface Tunnel234
ip unnumbered Loopback0
ip pim passive
ip igmp static-group 225.1.1.1
ip igmp static-group 225.1.1.1 source 10.10.10.2
tunnel mode mpls traffic-eng point-to-multipoint
tunnel destination list mpls traffic-eng name R3R4
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth 10
mpls traffic-eng destination list name R3R4
ip 10.10.10.3 path-option 1 dynamic
ip 10.10.10.4 path-option 1 dynamic
R2#sh mpls traffic-eng tunnels brief
Signalling Summary:
LSP Tunnels Process: running
Passive LSP Listener: running
RSVP Process: running
Forwarding: enabled
Periodic reoptimization: every 3600 seconds, next in 2360 seconds
Periodic FRR Promotion: Not Running
Periodic auto-bw collection: every 300 seconds, next in 260 seconds
P2P TUNNELS/LSPs:
Displayed 0 (of 0) heads, 0 (of 0) midpoints, 0 (of 0) tails
P2MP TUNNELS:
DEST CURRENT
INTERFACE STATE/PROT UP/CFG TUNID LSPID
Tunnel234 up/up 2/2 234 2
Displayed 1 (of 1) P2MP heads
P2MP SUB-LSPS:
SOURCE TUNID LSPID DESTINATION SUBID STATE UP IF DOWN IF
10.10.10.2 234 2 10.10.10.3 1 Up head Fa1/0
10.10.10.2 234 2 10.10.10.4 2 Up head Fa1/0
Displayed 2 P2MP sub-LSPs:
2 (of 2) heads, 0 (of 0) midpoints, 0 (of 0) tails
But when i try to send somthing inside the tunnel
*Jun 1 16:34:52.743: Tunnel234 count tx, adding 0 encap bytes
With p2p tunnel i am getting Tunnel234 count tx, adding 4 encap bytes and everything works normally.
Any ideas?