cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
231
Views
0
Helpful
1
Replies

access lists

carl_townshend
Spotlight
Spotlight

Hi all, my colleague had issues last night with an access list that stopped the multicast traffic allowing the hsrp to work, what would this access list look like ?

1 Reply 1

Pravin Phadte
Level 5
Level 5

It would look like this:

(config)# access-list 105 deny ip 224.0.0.0 15.255.255.255 any

If there are servers in the address block 10.1.1.0/24 you might only allow multicast comming from offical servers.

ip access-list extended Allowed-Blocked

permit ip host 10.1.1.0.0 0.0.0.255 224.0.0.0 15.255.255.255

permit ip any 224.0.0.0 0.0.1.255

deny ip any 224.0.0.0 15.255.255.255 log

permit ip any any

interface ethernet0

ip access-group Allowed-Blocked in

Regrads,

Pravin

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card