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-4switchport trunk encapsulation dot1qswitchport mode trunkchannel-protocol lacpchannel-group 1 mode activeexit
Cấu hình EtherChannel bằng giao thức LACP trên AccessSwitch AS1.
interface range GigabitEthernet0/1-2switchport mode trunkchannel-group 1 mode activeexit
AS1# show etherchannel summaryFlags: D - down P - in port-channelI - stand-alone s - suspendedH - Hot-standby (LACP only)R - Layer3 S - Layer2U - in use f - failed to allocate aggregatoru - unsuitable for bundlingw - waiting to be aggregatedd - default portNumber of channel-groups in use: 1Number of aggregators: 1Group 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.
0 comments