Hi, I have a problem with throwing multicast traffic from global routing table to vrf. I try this to do with that config:
ip routing
ip domain multicast mc.domain
ip domain-name domain
ip name-server x.x.x.x
ip vrf test
rd 1:1
ip multicast-routing distributed
ip multicast-routing vrf test distributed
ip multicast vrf test rpf select global group-list ssm-range
ip igmp snooping querier
ip igmp vrf test ssm-map enable
ip igmp ssm-map enable
interface Vlan4050
description source
ip address 192.168.100.99 255.255.255.0
ip pim sparse-mode
ip igmp version 3
interface Vlan2024
description dest
ip vrf forwarding test
ip address 10.0.0.201 255.255.255.192
ip pim sparse-mode
ip pim ssm default
ip pim vrf test ssm default
ip access-list standard ssm-range
permit 232.0.0.0 0.255.255.255
permit 224.0.0.0 0.255.255.255
I see multicast traffic in uplink and i have that mroute table:
(<ip source>, 232.0.2.53), 00:40:21/00:02:57, flags: sTE
Incoming interface: Vlan4050, RPF nbr 192.168.100.100, Mroute
Outgoing interface list: Null
Extranet receivers in vrf test:
(<ip source>, 232.0.2.53), 00:40:21/00:02:41, OIF count: 1, flags: sTI
but reciver doesn't have any multicast packets
In IOS 12.2(58)SE2 this configuration successfully worked, but in IOS 15.0(2)SE8 or 15.0(2)SE4 this is doesn't work. Does anyone have any ideas why this happen? Maybe in 15 IOS I must add something in my config?