Mục tiêu thực hành:
- Cấu hình chính sách QoS trên R2 phân phối Download Bandwidth 120Mbps cho 4 Block IP (BlockIP01 172.16.1.0-172.16.1.7, BlockIP02 172.16.1.8-172.16.1.15, BlockIP03 172.16.1.16-172.16.1.23, BlockIP04 172.16.1.24-172.16.1.31), tất cả các IP còn lại không sử dụng quá 120kbps Download Bandwidth.
Truy cập vào "Lab 5-2 - Cau hinh QoS tren Cisco Router v1" tại Public Unetlab Server 24/7 để thực hành.
Cấu hình chính sách QoS trên R2 phân phối Download Bandwidth 120Mbps cho 4 Block IP (BlockIP01 172.16.1.0-172.16.1.7, BlockIP02 172.16.1.8-172.16.1.15, BlockIP03 172.16.1.16-172.16.1.23, BlockIP04 172.16.1.24-172.16.1.31), tất cả các IP còn lại không sử dụng quá 120kbps Download Bandwidth.
hostname R2ip access-list extended RangeIP01-0to7-Downpermit ip any 172.16.1.0 0.0.0.7exitclass-map match-any ClassifyRangeIP01-0to7-Downmatch access-group name RangeIP01-0to7-Downexitip access-list extended RangeIP02-8to15-Downpermit ip any 172.16.1.8 0.0.0.7exitclass-map match-any ClassifyRangeIP02-8to15-Downmatch access-group name RangeIP02-8to15-Downexitip access-list extended RangeIP03-16to23-Downpermit ip any 172.16.1.16 0.0.0.7exitclass-map match-any ClassifyRangeIP03-16to23-Downmatch access-group name RangeIP03-16to23-Downexitip access-list extended RangeIP04-24to31-Downpermit ip any 172.16.1.24 0.0.0.7exitclass-map match-any ClassifyRangeIP04-24to31-Downmatch access-group name RangeIP04-24to31-Downexitip access-list extended RangeIP-32to255-Downdeny ip any 172.16.1.0 0.0.0.31permit ip any 172.16.1.0 0.0.0.255exitclass-map match-any ClassifyRangeIP-32to255-Downmatch access-group name RangeIP-32to255-Downexitpolicy-map DownQoSclass ClassifyRangeIP01-0to7-Downpolice 30000000 conform-action transmit exceed-action dropexitclass ClassifyRangeIP02-8to15-Downpolice 30000000 conform-action transmit exceed-action dropexitclass ClassifyRangeIP03-16to23-Downpolice 30000000 conform-action transmit exceed-action dropexitclass ClassifyRangeIP04-24to31-Downpolice 30000000 conform-action transmit exceed-action dropexitclass ClassifyRangeIP-32to255-Downpolice 128000 conform-action transmit exceed-action dropexitexitexitinterface e0/0service-policy output DownQoSexit
Thực hành thêm các bài Lab cơ bản khác tại hạng mục Học Network CCNA R&S thông qua các bài thực hành.
0 comments