Come configurare QoS su un firewall PIX/ASA
- Aggiunto il:
- Venerdì 13 Febbraio 2009
- Ultima modifica:
- Venerdì 13 Febbraio 2009
Risposta
L'implementazione della Qualità del Servizio (QoS) su un firewall PIX/ASA è necessaria per specificare la banda che un certo tipo di traffico utilizza.
Il QoS può essere configurato dai codici 7.0(x) e successivi. Questa caratteristica non era disponibile nelle versioni precedenti del codice installato sul PIX. Questo codice è supportato solo sulle serie PIX 515/515E, 525 e 535.
Per implementare il QoS, seguire questi passi:
- Identificare il traffico o definire le classi di traffico.
- Associare azioni con ogni classe di traffico per creare le policy utlizzando la Policy Map.
- Usare il comando service-policy per attivare le policy.
Questo esempio si riferisce alla configurazione della banda per la porta 25:
PIX(config)#access-list qos extended permit tcp any any eq 25
PIX(config)#class-map qos
PIX(config-cmap)#match access-list qos
PIX(config-cmap)#exit
PIX(config)#policy-map global_policy
PIX(config-pmap)#class qos
PIX(config-pmap-c)#police output 6144000
PIX(config-pmap-c)#exit
PIX(config-pmap)#exit
PIX(config)#
Tags di questa voce
- 12 items are tagged with 802.11
- 2 items are tagged with 802.1x
- 6 items are tagged with Apple
- 2 items are tagged with ATA
- 7 items are tagged with autenticazione
- 2 items are tagged with CCIE
- 105 items are tagged with Cisco
- 68 items are tagged with configurazione
- 4 items are tagged with CUE
- 1 items are tagged with Domotica
- 3 items are tagged with firewall
- 29 items are tagged with generale
- 1 items are tagged with GRE
- 1 items are tagged with iPad
- 1 items are tagged with iPhone
- 2 items are tagged with NAT
- 1 items are tagged with PAT
- 4 items are tagged with QOS
- 7 items are tagged with reset
- 28 items are tagged with sicurezza
- 3 items are tagged with switch
- 15 items are tagged with Telefonia
- 16 items are tagged with uc500
- 2 items are tagged with vmware
- 52 items are tagged with VoIP




