Physical connectivity is implemented between the two Layer 2 switches, and the network connectivity between them must be configured
1. Configure an LACP EtherChannel and number it as 1; configure it between switches SW1 and SVV2 using interfaces Ethernet0/0 and Ethernet0/1 on both sides. The LACP mode must match on both ends
2 Configure the EtherChannel as a trunk link.
3. Configure the trunk link with 802.1 q tags.
4. Configure the native VLAN of the EtherChannel as VLAN 15.

Answer as below configuration:
On SW1:
conf terminal
vlan 15
exit
interface range eth0/0 - 1
channel-group 1 mode active
exit
interface port-channel 1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 15
end
copy run start
on SW2:
conf terminal
vlan 15
exit
interface range eth0/0 - 1
channel-group 1 mode active
exit
interface port-channel 1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 15
end
copy run start
Glendora
9 months agoMonte
9 months agoSarah
10 months agoDewitt
10 months agoCarri
10 months agoTrina
10 months agoSamira
11 months agoGilma
11 months agoVenita
11 months agoTuyet
11 months agoTeresita
11 months agoAmmie
11 months agoRosio
11 months agoWilliam
11 months agoMarquetta
11 months agoJosefa
11 months agoShad
2 years agoNichelle
2 years agoCarlene
2 years agoRosenda
2 years agoBrendan
2 years agoEarlean
2 years agoShad
2 years agoRobt
2 years ago