6 réponses
Utilisateur anonyme
Bonjour,
http://www.cisco.com/en/US/docs/ios/12_0/qos/configuration/guide/qccq.html
http://www.cisco.com/en/US/docs/ios/12_0/qos/configuration/guide/qccq.html
WilloW62350
- Messages postés
- 5
- Date d'inscription
- mardi 28 avril 2009
- Statut
- Membre
- Dernière intervention
- 29 avril 2009
Merci pour la documentation !
Et une dernière petite chose , quand je tape comme exemple ceci :
queue-list 1 interface FastEthernet 0/2 1
Sa privilégie l'échange de paquet de l'interface sélectionné ?
Et une dernière petite chose , quand je tape comme exemple ceci :
queue-list 1 interface FastEthernet 0/2 1
Sa privilégie l'échange de paquet de l'interface sélectionné ?
Utilisateur anonyme
queue-list list-number interface interface-type interface-number queue-number
=>
Establish custom queueing based on packets entering from a given interface.
ET
In this example, queue list 4 establishes queuing priorities for packets entering on serial interface 0. The queue number assigned is 10.
queue-list 4 interface serial 0 10
You can define multiple rules; the system reads the priority settings in order of appearance. The system searches the list in the order it is specified, and the first matching rule terminates the search. When a match is found, the packet is assigned to the appropriate queue.
=>
Establish custom queueing based on packets entering from a given interface.
ET
In this example, queue list 4 establishes queuing priorities for packets entering on serial interface 0. The queue number assigned is 10.
queue-list 4 interface serial 0 10
You can define multiple rules; the system reads the priority settings in order of appearance. The system searches the list in the order it is specified, and the first matching rule terminates the search. When a match is found, the packet is assigned to the appropriate queue.