10-01-2018 07:22 AM - edited 02-21-2020 08:18 AM
I am getting the log below:
Deny udp src outside:192.168.20.11/21002 dst identity:239.224.20.7/1007 by access-group "outside_access_in"
The systems (192.168.20.11) sits on the outside port of the firewall and does the streaming to 239.224.20.7/1007.. In my ACL i allow the 192.168.20.0/24 and the 239.224.20.0/24 into the firewall to be accessed by our 192.168.200.0/24 and 192.168.2.0/24 networks.
I have a pim rp-address of an outside pim router that also has an access-list associated with it. This access-list allows 239.224.20.0/24 into the router.
I am assuming my ACL is incomplete and not sure why..Shouldn't my inside system requesting to join 239.224.20.0/24 feeds, pull the feeds from the outside? Or does that feed need to have access to the switch/router on the inside for the it to push the multicast through the firewall?
My work around right now is to allow any any through.. The is a standalone network so it has no internet access.. I will upload the firewall configuration also. Just note that I have done a lot of additional objects that will later allow me to lock down the firewall more.
Currently there is only one system on the outside of the firewall that will supply multicast streams but eventually we will have multiple systems with different subnets...
Solved! Go to Solution.
10-01-2018 07:52 AM
10-01-2018 07:30 AM - edited 10-01-2018 07:31 AM
10-01-2018 07:36 AM
10-01-2018 07:52 AM
10-01-2018 07:45 AM
post the complete output of
packet-tracer input outside udp 192.168.20.11 12345 239.224.20.7 1007 det
10-01-2018 07:56 AM
10-01-2018 07:59 AM
10-01-2018 08:02 AM
10-01-2018 08:22 AM - edited 10-01-2018 08:25 AM
The implicit deny rule at the is picking up the traffic before your matching udp traffic does. In the order of things,
show access-list outside_access_in
the last rule line # should be the implicit 'outside_access_in line # deny ip any any'
and your udp/pim matching traffic rule should come before it. example:
access-list outside_access_in line 100 extended permit udp .....
access-list outside_access_in line 101 extended deny ip any any log
not the other way around.
the extend permit IP workaround is likely above the implicit deny rule line number if that's working.
10-01-2018 09:08 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide