1. Trang chủ
  2. » Công Nghệ Thông Tin

Tài liệu Giớ thiệu về EtherChannel pptx

46 603 1

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 46
Dung lượng 252,5 KB

Nội dung

Bài Viết Về EtherChannel Tác giả Lê Văn Cương Giới Thiệu Về EtherChannel Mục đích: Đo các đường trunk giữa các Switch thường có băng thông không dủ lớn đo đó khôn đáp ứng được nhu cầu ở bên trong mạng dể gây ra nghẽn do đó mà ngườI ta sử dụng etherchannel để ghép nhiều đường trunk lạI thành một đường để tăng dung lượng, thứ hai là đốI vớI các server có nhu cầu truy nhập cao do đó cũng cần một lượng băng thông lớn để tránh nghẻn, để ta sử ta cũng sử dụng etherchannel Nguyên tắc phân phối tải qua etherchannel: Việc phân phối tải qua các đường của một bundle(etherchannel) được thực hiện theo thuật toán hashing: Thuật toán này có thể sử dụng : Địa chỉ IP nguồn, đích; Hoặc địa chỉ MAC nguồn, dích, hoặc có thể sử dụng TCP/UDP port. - Nếu chỉ sử dụng một địa chỉ hay một port thì việc truyền tải qua port này hay port khác được thực hiện dựa vào các bit cuối cùng, và phụ thuộc vào số port của etherchannel - Nếu sử dụng cả địch, và nguồn thì thuật toán này được thực hiện nhờ phép toán XOR các bit cuối của địa chỉ. Các lệnh cơ bản để cấu hình Ethechannel - Cấu hình PAGP Ethechannel: Switch(config-if)#channel-protocol pagp Switch(config-if)#channel-group number mode {on | auto | desirable } - Các mode: - ON mode: ở mode này thì Switch tự động enale etherchannel tuy nhiên nó lại không gởI hay nhận bất kỳ gói PAGP nào, do đó mà phải cấu hình on mode ở hai dầu - Auto mode: Nó sẻ tự động enable ethechannel nếu nó nhận được PAGP packet. - Desirable: Nó sẻ tự động cố gắng yêu cầu đầu kia enable ethechannel. - Cấu hình LACP: Switch(config)#lacp system-priority priority Switch(config-if)#channel-protocol lacp Switch(config-if)#channel-group number mode {on | passive | active} Switch(config-if)# lacp port-priority priority - Giải thích: - Lệnh đầu tiên để xác định system priority để xác định Switch nào làm Switch điều khiển Ethechannel, hoặc nếu Priority bằng nhau thì Switch nào có điạc chỉ mac nhỏ hơn sẽ được chọn - Ta còn xác định priority của port để xác định xem port nào là active và port nào ở trạng thái standby. Port có priority nhỏ sẽ active và, lớn sẽ ở trạng thái standby - Các mode trong lệnh channel-group On, Passive, active tuần tự tương tự như On, Auto , Desirable trong PAGP Cấu hình cho sơ đồ thực tế 1. Giải thích sơ bộ về sơ đồ trên: Ở sơ đồ này ta lấy lại sơ đồ bài qos trứơc để thực hiện Etherchannel giữa Core va Access Switch. Ở đây thì ta sử dụng 4 port fastethernet 0/1 – 0/4 làm etherchannel, Ta sẽ cấu hình ehterchannel dùng cả PAGP, và LACP. Trước hết ta cấu hình PAGP. 2. Show run Access#show run Building configuration . Current configuration : 2238 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 spanning-tree extend system-id ! interface FastEthernet0/1 switchport trunk encapsulation isl switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode desirable ! interface FastEthernet0/2 switchport trunk encapsulation isl switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode desirable ! interface FastEthernet0/3 switchport trunk encapsulation isl switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode desirable ! interface FastEthernet0/4 switchport trunk encapsulation isl switchport mode trunk no ip address duplex full speed 100 channel-group 1 mode desirable ! interface FastEthernet0/5 switchport access vlan 2 switchport mode access no ip address ! interface FastEthernet0/6 no ip address ! interface FastEthernet0/7 no ip address interface FastEthernet0/8 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 no ip address ! interface FastEthernet0/14 no ip address ! interface FastEthernet0/15 no ip address ! interface FastEthernet0/16 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.5.2 255.255.255.0 define interface-range cuong FastEthernet0/1 - 4 ! ip classless ip http server ! ! ! line con 0 logging synchronous line vty 0 4 no login line vty 5 15 login ! end Core#show run Building configuration . Current configuration : 3016 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 ! spanning-tree mode pvst [...]... 0.0.0.255 192.168.1.0 0.0.0.255 ! line con 0 logging synchronous transport input none line aux 0 line vty 0 4 no login ! no scheduler allocate end 3 - Kiểm tra: Show etherchannel port để xem trạng thái của tất cả các port trong group - Core#show etherchannel port Channel-group listing: - Group: 1 -Ports in the group: Port: Fa0/1 Port state = Up Mstr In-Bndl Channel group =... Access Partner Device ID Partner Port 000d.bc33.2b00 Partner Group Age Flags Cap Fa0/4 14s SC Age of the port in the current state: 00d:00h:48m:29s - Ta có thể sử dụng lênh show etherchannel summary để dể xem xét hơn Core#show etherchannel summary Flags: D - down P - in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) R - Layer3 S - Layer2 u - unsuitable for bundling U - in use... tra bằng Ethereal: - Khi 4 port đều up - Khi ta shut dow một cổng của group đó là fa0/2 và fa0/3 ta có kết quả sau Cấu hình LACP 5 Đối với cấu hình này thì ta cũng sữ dụng 4 interface fa0/1- fa0/4 làm etherchannel, Ở đây chỉ xét đến 2 Switch Core và Switch Access thôi - Show run để kiểm tra cấu hình Core#sho run Building configuration Current configuration : 2142 bytes ! version 12.1 no service pad . Bài Viết Về EtherChannel Tác giả Lê Văn Cương Giới Thiệu Về EtherChannel Mục đích: Đo các đường trunk giữa các. để ta sử ta cũng sử dụng etherchannel Nguyên tắc phân phối tải qua etherchannel: Việc phân phối tải qua các đường của một bundle (etherchannel) được thực

Ngày đăng: 12/12/2013, 17:15

TỪ KHÓA LIÊN QUAN

w