/*auto readmore*/ /*auto readmore*/ /* an hien script*/ // an hien password /*an hien ma chuong trinh cong tru */ /*Scrollbox thanh cuon*/ /***Nhung CODE***/ /* dòng xanh dòng trắng */ /* https://cdnjs.com/libraries/prism lay thu vien, can vao ten file ma goi 1. copy link vao vi du:prism-python.min.js 2. ten ngon nua la python */ /*=== New posts ===*/ /*header slider*/ /*=== bai viet lien quan===*/ /*===tabcode===*/

Cisco, EtherChannel, Aggregation switch link, LACP, PAgP


Giới thiệu Người ta có thể sử dụng nhiều đường đấu nối song song nhau nhằm mục đích dự phòng, tăng băng thông đấu nối giữa các switch, về lý thuyết và chi tiết các đặc tính được thảo luận trong phần Lý thuyết EtherChannel.

Sơ đồ bài lab:


Các kiến thức sử dụng trong bài lab: EtherChannel, Aggregation switch link, LACP, PAgP.

YÊU CẦU:
1. Cấu hình EtherChannel group 1 cho 4 cổng Ethernet0/0 đến Ethernet0/3, sử dụng giao thức LACP
2. Cấu hình EtherChannel group 23 cho 4 cổng Ethernet1/0 đến Ethernet1/3, sử dụng giao thức PAgP

THỰC HIỆN:
1. Cấu hình EtherChannel group 1 cho 4 cổng Ethernet0/0 đến Ethernet0/3, sử dụng giao thức LACP


a. Cấu hình căn bản:
Sw1
interface port-channel 1
exit
!
interface range ethernet 0/0-3
shutdown
channel-protocol lacp
channel-group 1 mode active
no shutdown

Sw2
interface port-channel 1
exit
!
interface range ethernet 0/0-3
shutdown
channel-protocol lacp
channel-group 1 mode passive
no shutdown


  • kiểm tra

Sw1#show etherchannel summary
Flags: D - down     P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3    S - Layer2
U - in use         f - failed to allocate aggregator
đã xóa 1 số dòng
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1         Po1(SU)         LACP      Et1/0(P)      Et1/1(P)     Et1/2(P)       Et1/3(P)

Sw1#show etherchannel 1 port-channel
          Port-channels in the group:
         ---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel     = 0d:00h:05m:39s
Logical slot/port = 16/0           Number of ports = 4
HotStandBy port = null
Port state             = Port-channel Ag-Inuse
Protocol              = LACP
Port security       = Disabled
Ports in the Port-channel:
Index       Load       Port    EC state    No of bits
------+------+------+------------------+-----------
     0      00       Et0/0     Active           0
     0      00      Et0/1      Active           0
     0      00      Et0/2      Active           0
     0      00      Et0/3      Active           0
Time since last port bundled: 0d:00h:05m:35s Et0/3

Lý thuyết: LACP cho phép 8 cổng cùng tham gia vào EtherChannel (bundle port channel) nếu ta cấu hình số lượng lớn hơn 8 thì tại một thời điểm chỉ có 8 cổng active, các cổng còn lại ở chế độ Hot-Standby. LACP cho phép 8 active8 Hot-Standby
Tham khảo tại trang Cisco EtherChannel

b. Giới hạn số lượng cổng tham gia vào EtherChannel là 2

Sw1:
interface Port-channel1
 lacp max-bundle 2
!

  • kiểm tra
Sw1#show etherchannel summary
       Flags: D - down P - bundled in port-channel
       I - stand-alone s - suspended
       H - Hot-standby (LACP only)
       R - Layer3 S - Layer2
       U - in use f - failed to allocate aggregator
       M - not in use, minimum links not met
       u - unsuitable for bundling
       w - waiting to be aggregated
       d - default port
Number of channel-groups in use: 1
Number of aggregators:        1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1    Po1(SU)     LACP     Et0/0(P)     Et0/1(P)     Et0/2(H)     Et0/3(H)

Sw2#show etherchannel summary
Flags: D - down P - bundled in port-channel
       I - stand-alone s - suspended
      H - Hot-standby (LACP only)
      R - Layer3 S - Layer2
      U - in use f - failed to allocate aggregator
      M - not in use, minimum links not met
      u - unsuitable for bundling
      w - waiting to be aggregated
      d - default portNumber of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1       Po1(SU)       LACP       Et0/0(P)       Et0/1(P)       Et0/2(w)       Et0/3(w)

Giải thích kết quả show: Trên Sw1 cấu hình max-bundle 2 nên trên con switch này 2 port sẽ ở trạng thái HHot-standby, còn trên switch 2 nó cứ thương lượng mà không nhận được phản hồi từ switch 1 nên có 2 port ở trạng thái w - waiting to be aggregated

c. Thay đổi độ ưu tiên trên interface của switch 1:
  • ethernet 0/1: 100
  • ethernet 0/2: 200
  • ethernet 0/3: 300
Sw1:
interface Ethernet0/1
 lacp port-priority 100
interface Ethernet0/2
 lacp port-priority 200
interface Ethernet0/3
 lacp port-priority 300

  • kiểm tra

Sw1#show etherchannel summary
Flags: D - down P - bundled in port-channel
     I - stand-alone s - suspended
     H - Hot-standby (LACP only)
     R - Layer3 S - Layer2
     U - in use f - failed to allocate aggregator
     M - not in use, minimum links not met
     u - unsuitable for bundling
     w - waiting to be aggregated
     d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)      LACP      Et0/0(H)      Et0/1(P)      Et0/2(P)      Et0/3(H) 

Sw2#show etherchannel summary
Flags: D - down P - bundled in port-channel
     I - stand-alone s - suspended
     H - Hot-standby (LACP only)
     R - Layer3 S - Layer2
     U - in use f - failed to allocate aggregator
     M - not in use, minimum links not met
     u - unsuitable for bundling
     w - waiting to be aggregated
     d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)      LACP      Et0/0(w)      Et0/1(P)      Et0/2(P)      Et0/3(w)

Giải thích: cho port nào tham gia vào EtherChannel LACP xét: độ ưu tiên của interface trước (mặt định 32768)  nếu bằng nhau xét MAC của interface nếu nhỏ hơn sẽ được tham gia vào EtherChannel trước. Với cấu hình trên là port E0/1 và E0/2 tham giao bundle của etherchannel nếu 1 trong 2 port bị down thì E0/3 sẽ tham gia vào bundle (độ ưu tiên của port e0/3 = 300 < port e0/0 = 32768). Port nào có độ ưu tiên thấp hơn sẽ điều khiển etherchannel đó.

2. Cấu hình EtherChannel group 23 cho 4 cổng Ethernet1/0 đến Ethernet1/3, sử dụng giao thức PAgP

  • Cấu hình

Sw2, Sw3:
interface port-channel 23
exit
!
interface range ethernet 1/0-3
shutdown
channel-protocol pagp
channel-group 23 mode desirable
no shutdown

  • kiểm tra
Sw3#show  etherchannel summary 
đã xóa 1 số dòng
Number of channel-groups in use: 1
Number of aggregators:           1
Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
23     Po23(SU)        PAgP      Et1/0(P)    Et1/1(P)    Et1/2(P)    Et1/3(P


Xong!

LACP on Juniper 



No comments:

Post a Comment

/*header slide*/