01-08-2014 09:17 AM - edited 03-04-2019 10:01 PM
Hello,
I am trying to see if the following can work.
access-list extended Out
permit udp host 239.10.10.1 range 1020 1030 any
access-list extended In
permit udp any host 239.10.10.1 range 1020 1030
int vlan 10
ip access-group Out out
ip access-group In in
So far no luck. Any ideas? thank you
01-08-2014 09:24 AM
Especially as far as your Out access list is concerned - the source address of an IP packet will never the be multicast address. The source is always a unicast host.
HTH
Rick
01-09-2014 07:56 PM
As already said, a multicast address shouled never be a source address so the Out ACL is wrong on its face.
The In ACL should allow udp traffic to destinaton 239.10.10.1 and ports 1020-1030 into the router on vlan 10. Is that what you are trying to do?
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