Skip to content
!!!I used real Cisco 3550 switch *4 to do this lab. I did not use Dynamips to do this lab.!!!
Objective:
The purpose of this lab is to configure and observe Etherchannel.
Scenario:
Etherchannel allows up to eight redundant links to be bundled together
into one logical link.
Basic Configuration:
DLS(1.2) & ALS(1,2):
enable
configure terminal
!
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
!
hostname
Step 1
Start by deleting the vlan.dat file, erasing the startup config, and reloading all your switches.
Configure ports f0/7 through f0/12 to be trunks.
All Switches:
Clearing all Switches
ALLSwitches(config)#interface range fastEthernet 0/7 - 12
ALLSwitches(config-if-range)#switchport trunk encapsulation dot1q
ALLSwitches(config-if-range)#switchport mode trunk
Step 2
The first Etherchannel we create for this lab is aggregating ports f0/11 and
f0/12 between ALS1 and ALS2.
ASL1(config)#interface range fastEthernet 0/11 - 12
ASL1(config-if-range)#channel-group 1 mode desirable
ASL1(config-if-range)#exit
ASL1(config)#interface port-channel 1
ASL1(config-if)#switchport trunk encapsulation dot1q
ASL1(config-if)#switchport mode trunk
ASL2(config)#interface range fastEthernet 0/11 - 12
ASL2(config-if-range)#channel-group 1 mode desirable
ASL2(config-if-range)#exit
ASL2(config)#interface port-channel 1
ASL2(config-if)#switchport trunk encapsulation dot1q
ASL2(config-if)#switchport mode trunk
ASL1#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) PAgP Fa0/11(P) Fa0/12(P)
ASL1#
ASL1#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/7 on 802.1q trunking 1
Fa0/8 on 802.1q trunking 1
Fa0/9 on 802.1q trunking 1
Fa0/10 on 802.1q trunking 1
Po1 on 802.1q trunking 1
0 comments:
張貼留言