Bước 1.
Kích hoạt tính năng QoS.
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.
Mời các bạn xem đầy đủ bài lab tại đây.
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]
Bùi Quốc Kỳ - VnPro