cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
891
Views
5
Helpful
1
Replies

HSRP and EIGRP Muticast QOS

todd.martin-02
Level 1
Level 1

How can I set QOS on EIGRP and HSRP traffic?

1 Reply 1

pkhatri
Level 11
Level 11

Hi Todd,

Create an access-list that matches on the addresses/ports used by each:

EIGRP: destination of 224.0.0.10

HSRP: runs on UDP 1985

access-list 101 permit ip any host 224.0.0.10

access-list 101 permit udp any any eq 1985

access-list 101 permit udp any eq 1985 any

Then create a class-map that matches using this ACL:

class-map EIGRP-HSRP

match access-group 101

Then, do whatever it is that you intend to do on this traffic using a policy-map.

Hope that helps - pls rate posts that help.

Regards,

Paresh

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