Affichage des articles dont le libellé est QOS. Afficher tous les articles
Affichage des articles dont le libellé est QOS. Afficher tous les articles

mardi 16 mars 2010

simple QOS

exemple de simple QOS sur un OA 5510

match-list voip-ml
udp any any type sip
udp any any type rtp
udp any any dscp ef
Top

class-map voip
match any voip-ml
top

!match list for best effort
match-list best_effort_match
1 tcp any any service ftp
2 tcp any any service http
3 tcp any any service pop3
4 tcp any any service smtp
5 tcp any any service tftp
6 udp any any service tftp
7 tcp any any service 194
8 udp any any service 194
9 tcp any any service 119
10 udp any any service 119
11 tcp any any service 515
12 udp any any service 515
13 tcp any any service 135
14 tcp any any service 1214
15 tcp any any service 990
16 tcp any any service 994
17 udp any any service 994
18 tcp any any service 563
19 udp any any service 563
20 tcp any any service 995
21 udp any any service 995
!maps of network protocol

class-map manage_flow
1 match any best_effort_match

policy-map best_effort
class manage_flow
priority bandwidth percent

policy-map test-simple-qos
class voip
priority
match voip-ml
priority bandwidth percent 70
set ip-dscp ef
exit

interface Tunnel 0
service-policy out test-simple-qos

interface Atm 0
service-policy out best_effort

EF dscp46

Expedited forwarding (EF) garantit que les paquets dotés du point de code recommandé 46 EF (101110) bénéficient du meilleur traitement disponible sur le réseau. Le service Expedited forwarding est souvent comparé à une ligne spécialisée. Les routeurs Diffserv garantissent un traitement préférentiel aux paquets accompagnés du point de code 46 (101110) pour l'acheminement vers leur destination. Pour obtenir des informations techniques sur le service EF, reportez-vous au document RFC 2598, An Expedited Forwarding PHB.