Bài Viết QoS
lượt xem 79
download
Giới thiệu về CoS. Đối vơi các Switch L2 thì nó chỉ truyền frame theo phương thức best-effort delivery. Tuy nhiên khi có kết nối trunk giữa hai switch thì có thể sử dụng CoS để ứng dụng QoS để phân phối các gói theo Priority
Bình luận(0) Đăng nhập để gửi bình luận!
Nội dung Text: Bài Viết QoS
- Bài Viết QoS Tác giả Lê Văn Cương QoS: CoS,CAR - CBWFQ. Giới thiệu về CoS. Đối vơi các Switch L2 thì nó chỉ truyền frame theo phương thức best-effort delivery. Tuy nhiên khi có kết nối trunk giữa hai switch thì có thể sử dụng CoS để ứng dụng QoS để phẩn phối các gói theo Priority Đối với đường trunk sử dụng dot1q thì mỗi trong trường User có 12 bit trong dó có 3 bit đựoc sử dụng để chỉ giá trị CoS. Giá trị này từ 0-7, với priority càng cao càng tốt. Tương tự đối với ISL thì 3 bit trong 4 bit ở trường User sẻ sử dụng làm CoS Giới thiệu về DSCP: L3 Trong gói IP luôn có một trường gọi là ToS. Trong đố 3 bit được sử dụng là IP Precedence và 4 bit sử dụng là ToS. Trong mô hình DiffServ thì cũng là byte ToS đựoc sử dung một cách tối ưu hơn: 6 bit DS được sử dụng như là DSCP( Diferentiated Service Code Point) CAR: ta gới hạn băng thông và một số yếu tố khác không cho nó vượt quá một số yêu cầu đã đề ra. nếu chấp nhận thì áp đặt một chính sách mới cho gói đó, nếu vượt qúa thì cũng áp đặt một chính sách mới khác cho gói đó nữa Giới thiệu về CBWFQ Ta tạo ra nhiều class và mỗi class đại diện cho một loại traffic nào đó, bằng cách match một access-list hay một giá trị DSCP chẳng han. ..v.v Sau đó ta tạo chính sách cho mỗi class: áp đặt băng thông bằng lệnh bandwith, hoặc priority Các lệnh cấu hình cơ bản Cấu hình CoS Trust CoS cho các thiết bị đầu cuối có khả năng set CoS được ví dụ như IP phone nó tạo ra một đưòng trunk với Switch nối với nó do đó nó có có khả năng set CoS của nó và giá trị default của nó là 5. ta sử dụng lệnh sau Router(config)#mls qos trust cos Set default cho gía trị CoS. Do vấn đề bảo mật do đó có một số đầu cuối có khả năng tự tạo ra trunk và có thể set CoS do đó mà ta sẽ reset tất cả các gói có đặt CoS sử dụng lệnh:
- Router(config)#mls qos cos override Ta cũng có thể set cos cho các gói đến từ các cổng nào đó sử dụng lệnh Router(config)#mls qos cos number Cấu hình CAR:Ta sử dụng lệnh sau Router(config-if)#rate-limit {input | output } [dscp dscp value}{access-group acl-index} bps bust-normal bust-max conform-action action exceed-action acton Ta giải thích lệnh như sau: đối ta sử dụng lệnh này trên cỗng giao tiếp nào đó có thể là theo chiều input hoặc là theo chiều ouput. DSCP hoặc access-group là hai điều kiện để match một packet: bắt nó thêo một số đểu kiện như trên Conform-action: tức thỏa các điều kện thì sẻ thực hiện một action Exceed-acction: Quá mức điều kện đề ra thì thực hiện một action khác Cấu hình cho CBWFQ Định nghĩa class: Router(config)#class-map class-name {match-all | match-any} Match-all: tức nó phải thỏa tất cả các match(điều kiện thì một gói mới thuộc class) Match-any: nó chỉ cần thỏa một trong các điều kiện là đủ Định nghĩa Policy: Router(config)#policy-map policy-name : tạo policy Router(config-pmap)#class class-name : Xác định class Router(config-pmap-c)#set ip dscp dscp-value Router(config-pmap-c)#set ip precdence ip-precedence-value Router(config-pmap-c)#trust {cos | dscp | ip-precedence} Áp dụng policy vào cho một interface Router(config-if)#service-policy {input | output} policy-name
- Cấu hình cho sơ đồ thực tế sau .1 172.16.1.0/24 .2 R1 R2 192.168.1.1 . 12 6. . / 42 1 9. 8 0 . 1 32 Core Vlan2 Trunk 192.168.2.1 Access Host2 192.168.1.2 Host1 192.168.2.2 giải thích sơ bộ về sơ đồ trên Đối vơi sơ đồ này thì ta thấy Access Switch sẻ nối đến các user trong mạng và nó nối theo đường trunk lên core, và các gói trên đường trunk được ta mark cos để phân phối giứa Access-Switch và Core-Switch Giữa R1 và R2 ta sủ dụng CAR Show run R1#sh run Building configuration... Current configuration : 1320 bytes ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec
- no service password-encryption ! hostname R1 ! enable password cisco ! memory-size iomem 10 ip subnet-zero no ip domain lookup voice call carrier capacity active mta receive maximum-recipients 0 interface Loopback1 ip address 11.1.1.1 255.255.255.0 ! interface Ethernet0/0 ip address 192.168.1.1 255.255.255.0 rate-limit input access-group 101 8000 1500 2000 conform-action set-dscp-transmit 20 exceed-action set- dscp-transmit 0 half-duplex ! interface Serial0/0 no ip address encapsulation frame-relay no fair-queue clockrate 64000 !
- interface Serial0/0.122 point-to-point ip address 172.16.1.1 255.255.255.0 rate-limit output dscp 0 8000 1500 2000 conform-action transmit exceed-action drop frame-relay interface-dlci 122 ! interface Serial0/1 no ip address shutdown ! router ospf 1 log-adjacency-changes network 172.16.1.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0 ! ip classless ip http server ! access-list 101 permit ip 192.168.1.0 0.0.0.255 192.168.3.0 0.0.0.255 ! call rsvp-sync ! voice-port 1/1/0 ! voice-port 1/1/1 mgcp profile default !
- dial-peer cor custom ! line con 0 logging synchronous line aux 0 line vty 0 4 no login end R2#show run Building configuration... Current configuration : 1051 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R2 memory-size iomem 10 ip subnet-zero no ip domain-lookup ! call rsvp-sync !
- interface Ethernet0/0 ip address 172.16.3.1 255.255.255.0 rate-limit input access-group 101 8000 1500 2000 conform-action set-dscp-transmit 8 exceed-action set- dscp-transmit 0 half-duplex ! interface Serial0/0 no ip address encapsulation frame-relay frame-relay lmi-type cisco ! interface Serial0/0.221 point-to-point ip address 172.16.1.2 255.255.255.0 rate-limit output dscp 0 8000 1500 2000 conform-action transmit exceed-action drop frame-relay interface-dlci 221 ! router ospf 1 log-adjacency-changes network 172.16.1.0 0.0.0.255 area 0 network 172.16.3.0 0.0.0.255 area 0 ! ip classless ip http server ip pim bidir-enable ! access-list 101 permit ip 172.16.2.0 0.0.0.255 192.168.1.0 0.0.0.255
- dial-peer cor custom line con 0 logging synchronous line aux 0 line vty 0 4 ! no scheduler allocate end Core# show run Building configuration... Current configuration : 3029 bytes version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption hostname Core enable password cisco ip subnet-zero ip routing no ip domain-lookup mls qos class-map match-all cuong match access-group name cuong
- class-map match-all van policy-map cuong class cuong set ip dscp 40 class class-default trust cos spanning-tree mode pvst spanning-tree extend system-id ! mac access-list extended cuong permit host 000d.87fa.716b any ! interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunk no ip address ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode auto channel-protocol pagp !
- interface FastEthernet0/2 switchport trunk encapsulation dot1q switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode auto channel-protocol pagp ! interface FastEthernet0/3 switchport trunk encapsulation dot1q switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode auto channel-protocol pagp ! interface FastEthernet0/4 switchport trunk encapsulation dot1q switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode auto channel-protocol pagp
- ! interface FastEthernet0/5 no switchport ip address 172.16.3.2 255.255.255.0 ! interface FastEthernet0/6 no ip address ! interface FastEthernet0/7 no ip address ! interface FastEthernet0/8 switchport access vlan 2 switchport trunk encapsulation dot1q switchport mode trunk no ip address ! interface FastEthernet0/9 no ip address ! interface FastEthernet0/10 no ip address ! interface FastEthernet0/11 no ip address !
- interface FastEthernet0/12 no ip address ! interface FastEthernet0/13 switchport access vlan 2 no ip address ! interface FastEthernet0/14 switchport access vlan 2 no ip address interface FastEthernet0/15 switchport access vlan 2 no ip address ! interface FastEthernet0/16 switchport access vlan 2 no ip address ! interface FastEthernet0/17 no ip address ! interface FastEthernet0/18 no ip address ! interface FastEthernet0/19 no ip address
- ! interface FastEthernet0/20 no ip address ! interface FastEthernet0/21 no ip address interface FastEthernet0/22 no ip address ! interface FastEthernet0/23 no ip address ! interface FastEthernet0/24 no ip address ! interface GigabitEthernet0/1 no ip address ! interface GigabitEthernet0/2 no ip address ! interface Vlan1 ip address 192.168.3.5 255.255.255.0 ! interface Vlan2 ip address 172.16.2.1 255.255.255.0
- define interface-range cuong FastEthernet0/1 - 4 ! router ospf 1 log-adjacency-changes network 172.16.2.0 0.0.0.255 area 0 network 172.16.3.0 0.0.0.255 area 0 ! ip classless ip http server ! line con 0 logging synchronous line vty 0 4 password cisco no login line vty 5 15 login ! ! monitor session 1 source interface Fa0/1 monitor session 1 destination interface Fa0/4 end Access#show run
- Building configuration... Current configuration : 1684 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Access ! enable password cisco ! ip subnet-zero ! no ip domain-lookup ! spanning-tree mode pvst no spanning-tree optimize bpdu transmission spanning-tree extend system-id ! ! ! interface Port-channel1 switchport mode trunk
- flowcontrol send off ! interface Port-channel2 ! interface FastEthernet0/1 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/2 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/3 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/4 switchport mode trunk channel-group 1 mode on ! interface FastEthernet0/5 switchport access vlan 2 switchport mode access mls qos cos 5 mls qos cos override !
- interface FastEthernet0/6 mls qos cos override ! interface FastEthernet0/7 mls qos cos 3 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18
- ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 switchport mode trunk interface Vlan1 ip address 192.168.3.10 255.255.255.0 no ip route-cache define interface-range cuong FastEthernet0/24 ! ip http server ! line con 0 logging synchronous line vty 0 4 no login line vty 5 15 login
- ! ! End Kiểm tra CoS trên Access Switch ccess#show mls qos interface fastEthernet 0/5 FastEthernet0/5 trust state: not trusted trust mode: not trusted COS override: ena default COS: 5 pass-through: none trust device: none Access#show mls qos interface fastEthernet 0/7 FastEthernet0/7 trust state: not trusted trust mode: not trusted COS override: dis default COS: 3 pass-through: none trust device: none
- Kiểm tra CAR: Ta sử dụng lệnh ping extend từ R1 đến R2 cho ta kết quả sau sử dụng kích thước gói bình thường R1#ping Protocol [ip]: Target IP address: 172.16.2.2 Repeat count [5]: 100 Datagram size [100]: Timeout in seconds [2]: Extended commands [n]: Sweep range of sizes [n]: Type escape sequence to abort. Sending 100, 100-byte ICMP Echos to 172.16.2.2, timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!.!!!!!!!!!!!!!!!!!! Success rate is 98 percent (98/100), round-trip min/avg/max = 60/62/89 ms Sử dụng kích thước gói 1500 R1#ping Protocol [ip]: Target IP address: 172.16.2.2 Repeat count [5]: 100 Datagram size [100]: 1500 Timeout in seconds [2]: Extended commands [n]:
CÓ THỂ BẠN MUỐN DOWNLOAD
-
Thay đổi thứ tự ưu tiên cho card mạng để tối ưu hóa đường truyền
10 p | 216 | 30
-
Bài viết CCNP QoS
3 p | 105 | 18
-
Bài viết CCNP QoS - Đặng Quang Minh
13 p | 92 | 16
-
Đánh giá các giao thức định tuyến trong MANET qua thông số QoS
7 p | 108 | 9
-
Triển khai QoS trên Windows Server 2012 (Phần 1)
5 p | 89 | 8
-
Bộ công cụ trích xuất CDR và phân tích các tham số QOS dựa trên phân tích báo hiệu SIP, BICC, ISUP phục vụ đo kiểm dịch vụ thoại trên IMS và di động
7 p | 10 | 4
-
Cải tiến phương pháp truy nhập đường truyền cho các hệ thống điều khiển qua mạng CAN
5 p | 33 | 4
-
Nghiên cứu ứng dụng công nghệ mạng định nghĩa bằng phần mềm trong hệ thống IoT gateway cỡ nhỏ và linh hoạt
6 p | 49 | 4
-
Kiểm soát đầu vào để lập lịch cho các yêu cầu người dùng trên tính toán đám mây dựa vào ràng buộc QoS
10 p | 27 | 2
-
Định tuyến QoS sử dụng thông tin nội bộ đảm bảo trễ end-to-end
7 p | 35 | 2
-
Nghiên cứu giải pháp nâng cao chất lượng dịch vụ (QOS) trong mạng ngn của VNPT-I
6 p | 45 | 2
-
Nghiên cứu và triển khai cơ chế định tuyến liên miền để nâng cao khả năng quản lý và vận hành trong mạng SDN
10 p | 4 | 2
Chịu trách nhiệm nội dung:
Nguyễn Công Hà - Giám đốc Công ty TNHH TÀI LIỆU TRỰC TUYẾN VI NA
LIÊN HỆ
Địa chỉ: P402, 54A Nơ Trang Long, Phường 14, Q.Bình Thạnh, TP.HCM
Hotline: 093 303 0098
Email: support@tailieu.vn