LAB 4.4: (2) Cấu hình EtherChannel sử dụng giao thức LACP trên Cisco Switch

By , 0 View

Mục tiêu thực hành:
- Cấu hình EtherChannel bằng giao thức LACP trên CoreSwitch DS1.
- Cấu hình EtherChannel bằng giao thức LACP trên AccessSwitch AS1.

Các bước thực hiện:
Cấu hình EtherChannel bằng giao thức LACP trên CoreSwitch DS1.
interface range FastEthernet5/0/3-4
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-protocol lacp
 channel-group 1 mode active
 exit

Cấu hình EtherChannel bằng giao thức LACP trên AccessSwitch AS1.
interface range GigabitEthernet0/1-2
 switchport mode trunk
 channel-group 1 mode active
 exit

AS1# 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 - in use      f - failed to allocate aggregator
        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      Gi0/1(P)    Gi0/2(P)    

AS1#

Tham khảo các videos lý thuyết Hướng dẫn thực hành CCNA R&S để biết thêm thông tin chi tiết. 

You Might Also Like

0 comments