THERCHANNEL LACP - SWITCHTECH #14

 

THERCHANNEL LACP - SWITCHTECH


Perhatikan topologi berikut ini,


Untuk lab ini menggunakan LACP Etherchannel, LACP ini etherchannel Open Standard jadi di vendor lain ada. Mode yang bisa digunakan untuk membentuk etherchannel LACP ada 2 yaitu :

- Active
- Passive

Kedua Mode ini bisa digunakan tapi ada syaratnya jika mode Passive dan Passive ketemu maka tidak akan membentuk etherchannel sama sekali,

Berikut konfigurasinya,

SW-1
SW1(config)#interface range e0/0-2
SW1(config-if-range)#channel-group 1 mode active
Creating a port-channel interface Port-channel 1 
!
SW1(config-if-range)#interface port-channel 1 
SW1(config-if)#switchport trunk encapsulation dot1q 
SW1(config-if)#switchport mode trunk


SW-2
SW2(config)#interface range e0/0-2
SW2(config-if-range)#channel-group 1 mode passive 
Creating a port-channel interface Port-channel 1
!
SW2(config-if-range)#interface port-channel 1 
SW2(config-if)#switchport trunk encapsulation dot1q 
SW2(config-if)#switchport mode trunk

Verifikasi, 

SW-1
SW1#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 N - not in use, no aggregation
f - failed to allocate aggregator
M - not in use, minimum links not met
m - not in use, port not aggregated due to minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
A - formed by Auto LAG
Number of channel-groups in use: 1 Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-------------------------------------------
---- 1 Po1(SU)     LACP     Et0/0(P)     Et0/1(P)     Et0/2(P)


SW-1
SW1#show interface port-channel 1 
switchport Name: Po1
Switchport: Enabled 
Administrative Mode: trunk 
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q 
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default) 
Administrative Native VLAN tagging: enabled

Komentar

Postingan populer dari blog ini

EIGRP WITH DISTRIBUTE LIST - EIGRP #1

2 CARA CONNECT MIKROTIK KE KOMPUTER - BASIC MIKROTIK #3

WALLED GARDEN IP LIST - NETWORK MANAGEMENT MIKROTIK #11