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

QOS over the internet problems

Iain Goad
Level 1
Level 1

We current are rolling out a DMVPN solution to all our offices, however in italy we are using Telecom Italia.  It seems they block AF31 QoS markings.  We need this for our critical traffic.

What I want to do as we are getting no where with the Telco is mark everything coming in to the Internet router from my LAN of whic it is.  But I want to remark only certasin sites QoS as default.  I have tried quite a few configurations but can not work out where I'm going wrong.

 

My current config is below, please help!!!

 

 

ip access-list extended ITALIAN_SITES
 permit ip host X.X.X.X host X.X.X.X
 permit ip host X.X.X.X host X.X.X.X

class-map match-all ITALIAN_SITES
 match access-group name ITALIAN_SITES

policy-map QOS-OUT
 class ITALIAN_SITES
  set dscp default

INT GI0/0/0 
SERVICE-POLICY output QOS-OUT

 

 

Thanks

 

Iain

2 Replies 2

Brandon Svec
Level 7
Level 7

QOS over the Internet?  That would be cool.  This is not possible without special circuits or peering agreements unfortunately.

-- please remember to rate and mark answered helpful posts --

Erico Verissimo
Level 1
Level 1

Hello Lain,

 

I am so little confulsed about you want to do. Let´s see. Do you want marking your traffic from office to internet with dscp default? Tell me more about this topology.

 

Regards