• 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.

Khảo sát và cấu hình QoS trên Switch 2900/3500

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

  • Khảo sát và cấu hình QoS trên Switch 2900/3500

    Bước 1.

    Kích hoạt tính năng QoS.

    Code:
    [I]Switch# show mls qos[/I]
    
    [I]QoS is disabled[/I]
    
    [I]QoS ip packet dscp rewrite is enabled[/I]
    
    [I]Switch#[/I]
    
    [I]Switch(config)# mls qos[/I]
    
    [I]Switch# show mls qos[/I]
    
    [I]QoS is enabled[/I]
    
    [I]QoS ip packet dscp rewrite is enabled[/I]
    
    [I]Switch#[/I]

    Bước 2.

    Thiết lập giá trị tính năng Trust DSCP trên Interface của Switch.



    Cấu hình cơ bản trên Sw1.

    Code:
    [I]hostname Sw1[/I]
    
    [I]interface vlan 1[/I]
    
    [I]ip address 172.16.1.100 255.255.255.0[/I]
    
    [I]no shutdown[/I]
    
    [I]exit[/I]
    
    [I]spanning-tree mode rapid-pvst[/I]
    
    [I]interface range f0/1 - 24[/I]
    
    [I]switchport mode access[/I]
    
    [I]spanning-tree portfast[/I]
    
    [I]exit[/I]
    
    [I]line vty 0 4[/I]
    
    [I]privilege level 15[/I]
    
    [I]no login[/I]
    
    [I]exit[/I]
    
    [I]line console 0[/I]
    
    [I]logging synchronous[/I]
    
    [I]exec-timeout 0 0[/I]
    
    [I]exit[/I]
    
    [I]no ip domain-lookup[/I]
    Mời các bạn xem đầy đủ bài lab tại đây.
    Bùi Quốc Kỳ - VnPro
    Phan Trung Tín
    Email: phantrungtin@vnpro.org
    .
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm, P.25, Q.Bình Thạnh, Tp.HCM
Tel: (028) 35124257 (028) 36222234
Fax: (028) 35124314

Home Page: http://www.vnpro.vn
Forum: http://www.vnpro.org
Twitter: https://twitter.com/VnVnpro
LinkedIn: https://www.linkedin.com/in/VnPro
- 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

Videos: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Facebook: http://facebook.com/VnPro
Zalo: https://zalo.me/1005309060549762169
​​​​​​
Working...
X