meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
network:switches:cisco:cli [2024/08/19 12:43] niziaknetwork:switches:cisco:cli [2026/05/11 13:46] (current) niziak
Line 172: Line 172:
 switch# copy running-config startup-config switch# copy running-config startup-config
 </code> </code>
 +
 +===== LACP =====
 +
 +<code>
 +interface Port-channel1
 + description PaloAlto-lan-bond
 + switchport trunk encapsulation dot1q
 + switchport mode trunk
 +
 +interface GigabitEthernet0/5
 + switchport trunk encapsulation dot1q
 + switchport mode trunk
 + channel-protocol lacp
 + channel-group 1 mode active
 +
 +interface GigabitEthernet0/7
 + switchport trunk encapsulation dot1q
 + switchport mode trunk
 + channel-protocol lacp
 + channel-group 1 mode active
 +
 +
 +</code>
 +