• 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 cho Video Conference

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

  • Qos cho Video Conference

    Hiện mình muốn cấu hình Qos cho lưu lương Video có bandwidth khoảng 2Mbps. Mình đã thực hiện cấu hình trên Router3750 như sau:

    Code:
    access-list 102 permit ip host 192.168.18.5 any
    
    
    class-map match-all VideoConference
      match access-group 102
      match ip dscp af41 
      match ip dscp af31
      match ip dscp ef 
      match ip dscp cs5
      match ip dscp cs3
    
    
    policy-map QoS-Policy
     class VideoConference
      bandwidth percent 45
    
    interface FastEthernet0/1
     service-policy output QoS-Policy
    Với 192.168.18.5 là ip thiết bị Tandberg MXP 3000. Đường kết nối của mình là 5Mbps.

    Tuy nhiên khi cấu hình xong thì vẫn bị hiện tượng giật khi thực hiện hội thảo. Cho mình hỏi làm vậy đã đúng chưa, có phải thêm gì nữa không?

    Thanks

  • #2
    bạn kiểm tra lại giùm là nếu thực hiện nhiều phát biểu match

    match access-group 102
    match ip dscp af41
    match ip dscp af31
    match ip dscp ef
    match ip dscp cs5
    match ip dscp cs3

    thì nó thực hiện logic AND hay là logic OR.
    Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

    Email : dangquangminh@vnpro.org
    https://www.facebook.com/groups/vietprofessional/

    Comment


    • #3
      class-map match-all là phép AND.
      Hugo

      Comment

      Working...
      X