Ad Home

Port-Channel Layer 3

Share:
------------SW1 ---------

interface FastEthernet0/23
 no switchport
 channel-protocol lacp
 channel-group 1 mode active
 no ip address
!
interface FastEthernet0/24
 no switchport
 channel-group 1 mode active
 no ip address
!
interface Port-channel 1
 no switchport
 ip address 10.10.10.1 255.255.255.252
!

------------SW2 ---------

interface FastEthernet0/23
 no switchport
 channel-protocol lacp
 channel-group 1 mode passive
 no ip address
!
interface FastEthernet0/24
 no switchport
 channel-group 1 mode passive
 no ip address
!
interface Port-channel 1
 no switchport
 ip address 10.10.10.2 255.255.255.252
!

Ad Home