• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

QoS (P17)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • QoS (P17)

    5. Ví dụ của AutoQoS – VoIP
    a. Cấu hình AutoQoS – VoIP trên interface serial tốc độ cao:
    Router> enable
    Router# configure terminal
    Router(config)# interface s1/2
    Router(config-if)# bandwidth 1540
    Router(config-if)# auto qos voip
    Router(config-if)# exit
    b. Cấu hình AutoQoS – VoIP trên interface serial tốc độ thấp:
    Router# configure terminal
    Router(config)# interface s1/3
    Router(config-if)# bandwidth 512
    Router(config-if)# ip address 10.10.100.1 255.255.255.0
    Router(config-if# auto qos voip
    Router(config-if)# exit
    c. Cấu hình AutoQoS – VoIP trên interface Frame Relay tốc độ cao:
    Router> enable
    Router# configure terminal
    Router(config)# interface s4/1.2 point-to-point
    Router(config-if)# bandwidth 1540
    Router(config-if)# frame-relay interface-dlci 100
    Router(config-fr-dlci)# auto qos voip
    Router(config-if)# exit
    d. Cấu hình AutoQoS – VoIP trên interface Frame Relay tốc độ thấp:
    Router# configure terminal
    Router(config)# interface s4/2.1 point-to-point
    Router(config-if)# bandwidth 512
    Router(config-if)# ip address 10.10.100.1 255.255.255.0
    Router(config-if)# frame-relay interface-dlci 100
    Router(config-fr-dlci)# auto qos voip
    Router(config-if)# exit
    e. Cấu hình AutoQoS – VoIP trên interface ATM PVC tốc độ cao:
    Router# configure terminal
    Router(config)# interface ATM5/0.1 point-to-point
    Router(config-if)# pvc 1/32
    Router(config-if)# vbr-nrt 1540 1540
    Router(config-if)# auto qos voip
    Router(config-if)# exit
    f. Cấu hình AutoQoS – VoIP trên interface ATM PVC tốc độ thấp:
    Router# configure terminal
    Router(config)# interface ATM5/0.2 point-to-point
    Router(config-if)# ip address 10.10.100.1 255.255.255.0
    Router(config-if)# pvc 1/32
    Router(config-if)# vbr-nrt 512 512
    Router(config-if)# auto qos voip
    Router(config-if)# exit
    g. Cấu hình AutoQoS – VoIP trên interface Frame Relay – ATM tốc độ thấp:
    Router# configure terminal
    Router(config)# interface s1/3.1 point-to-point
    Router(config-if)# bandwidth 512
    Router(config-if)# ip address 10.10.100.1 255.255.255.0
    Router(config-if)# frame-relay interface-dlci 100
    Router(config-if)# auto qos voip fr-atm
    Router(config-if)# exit
    Trong cấu hình cuối, từ khóa tùy chọn fr-atm được dùng để bật tính năng AutoQoS – VoIP cho kết nối Frame Relay – ATM.
    Chú ý: Đối với kết nối ATM – to – ATM, cấu hình giống như Frame Relay – ATM.
    Phạm Minh Tuấn

    Email : phamminhtuan@vnpro.org
    Yahoo : phamminhtuan_vnpro
    -----------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
Tel : (08) 35124257 (5 lines)
Fax: (08) 35124314

Home page: http://www.vnpro.vn
Support Forum: http://www.vnpro.org
- Chuyên đào tạo quản trị mạng và hạ tầng Internet
- Phát hành sách chuyên môn
- Tư vấn và tuyển dụng nhân sự IT
- Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

Network channel: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Working...
X