cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
2
Replies

NACLs and Multicast

jthomp7626
Level 1
Level 1

   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

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

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

HTH

Rick

margalla
Cisco Employee
Cisco Employee

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?

Review Cisco Networking for a $25 gift card