I have a Catalyst 3750 Metro running 12.2(25)EY4 on site A and a 2811 running 12.3(11)T4 on site B. There is an MPLS backbone in between and a GRE tunnel configured from site A to site B. At site B there are several hosts receiving multicast flows from site A.
The multicast flows arrives at site B, but the application running on hosts discards packets because they arrive out of sequence.
I tried to force sequencial trasmission of packets with the command ?tunnel sequence-datagrams?, but multicast packets are still discarded with the same log. Below the configuration of tunnel interface on both sites
site A
!
interface Tunnel2
ip address 192.168.105.105 255.255.255.252
ip pim sparse-dense-mode
keepalive 10 3
no clns route-cache
tunnel source Loopback0
tunnel destination 192.168.105.190
tunnel sequence-datagrams
tunnel checksum
end
!
site B
!
interface Tunnel1
description Multicast verso router CED Master
ip address 192.168.105.106 255.255.255.252
ip pim sparse-dense-mode
ip pgm router
keepalive 10 3
tunnel source Loopback0
tunnel destination 192.168.105.254
tunnel sequence-datagrams
tunnel checksum
!
Could someone help me?
Regards
Stefano