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

routing update and OQS

emadehsan
Level 1
Level 1

hello dear networkers;

I have two routers and a wireles link between them.the wireless APs are L2 devices. they have four queue for QOS.

so,I mark the packets from my router with COS to make qos.

I have three class of users..GOLD,SILVER,BRONZE

so i mark the pakket from GOLD with cs7 then silver with cs1 and bronze with CS0

so my question is that what will happend with my routing updates between my routers ( according that GOLD users will be in priority queue)??

thank you

1 Reply 1

royalblues
Level 10
Level 10

Routing update traffic are generally marked with dscp cs6 & cs7.

This will be placed in the appropriate queue as per your configuration.

My suggestion would be to have a seperate policy for this control traffic while using assured and expedite forwarding for the rest

eg

lass-map match-any WAN-BED1

match ip dscp cs1

match ip dscp af11

class-map match-all WAN-VOICE

match ip dscp ef

class-map match-all WAN-VIDEO

match ip dscp af41

class-map match-any WAN-SILVER

match ip dscp af21

match ip dscp cs4

class-map match-any WAN-GOLD

match ip dscp af31

class-map match-all WAN-NETWORKCONTROL

match ip dscp cs6 cs7

policy-map WAN-EDGE

class WAN-VOICE

priority percent 20

class WAN-VIDEO

bandwidth percent 13

class WAN-NETWORKCONTROL

bandwidth percent 3

class WAN-GOLD

bandwidth percent 15

class WAN-SILVER

bandwidth percent 19

set dscp af21

class WAN-BED1

bandwidth percent 30

HTH

Narayan