Mục tiêu thực hành:
- Cấu hình EtherChannel trên CoreSwitch DS1.
- Cấu hình EtherChannel trên AccessSwitch AS1.
- Gỡ bỏ cấu hình EtherChannel trên CoreSwitch DS1.
- Gỡ bỏ cấu hình EtherChannel trên AccessSwitch AS1.
Các bước thực hiện:
Cấu hình EtherChannel trên CoreSwitch DS1.
- Tiến hành "shutdown" các Port trước khi cấu hình EtherChannel.
interface range f5/0/3-4shutdownswitchport trunk encapsulation dot1qswitchport mode trunkchannel-group 1 mode onexit
Cấu hình EtherChannel trên AccessSwitch AS1.
- Tiến hành "shutdown" các Port trước khi cấu hình EtherChannel.
interface range g0/1-2shutdownswitchport mode trunkchannel-group 1 mode onexitinterface range g0/1-2no shutdownexit
- Tiến hành "no shutdown" trên các interface tham gia vào EtherChannel tại CoreSwitch DS1.
interface range f5/0/3-4no shutdownexit
- Kiểm tra kết nối EtherChannel trên DS1.
DS1# show etherchannel summaryFlags: D - down P - bundled in port-channelI - stand-alone s - suspendedH - Hot-standby (LACP only)R - Layer3 S - Layer2U - in use f - failed to allocate aggregatorM - not in use, minimum links not metu - 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) - Fa5/0/3(P) Fa5/0/4(P)DS1#
DS1# show etherchannelChannel-group listing:----------------------Group: 1----------Group state = L2Ports: 2 Maxports = 8Port-channels: 1 Max Port-channels = 1Protocol: -Minimum Links: 0DS1#
Gỡ bỏ cấu hình EtherChannel trên CoreSwitch DS1.
default interface range f5/0/3-4no interface port-channel 1
interface range f5/0/3-4shutdownno shutdownswitchport trunk encapsulation dot1qswitchport mode trunkexit
Gỡ bỏ cấu hình EtherChannel trên AccessSwitch AS1.
default interface range g0/1-2no interface port-channel 1
interface range g0/1-2shutdownno shutdownswitchport mode trunkexit
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