SG

SG

Selasa, 20 Desember 2011

Contoh Soal QOS





pertanyaan untuk soal ini:
Pada 1.1.3.0/24 di R3 Fa0/0, ada juga subnet 1.1.33.0/24, yang berisi beberapa high bandwidth user. Ada user ....Beberapa user mendapatkan packet yang sangat besar untuk http download via serial1/3....batasi http ke arah 1.1.33.0/24 menjdai 512 kbps...semua configurasi dilakukan di R3

Solution:
R3:
ip access-list extended HTTP_TO_1.1.33
 permit tcp any eq www 1.1.33.0 0.0.0.255
!
class-map match-all HTTP_TO_1.1.33
 match access-group name HTTP_TO_1.1.33
!
policy-map QOS1
 class HTTP_TO_1.1.33
    police 512000
 class class-default
!
interface Serial1/3
 service-policy input QOS1


Konfirmasi untuk jawabannya melalui:
Rack1R3(config-if)#do sh policy-map int            
 Serial1/3

  Service-policy input: QOS1

    Class-map: HTTP_TO_1.1.33 (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: access-group name HTTP_TO_1.1.33
      police:
          cir 512000 bps, bc 16000 bytes
        conformed 0 packets, 0 bytes; actions:
          transmit
        exceeded 0 packets, 0 bytes; actions:
          drop
        conformed 0 bps, exceed 0 bps

    Class-map: class-default (match-any)
      11 packets, 1088 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: any


Tidak ada komentar:

Posting Komentar