Jumat, 20 Januari 2017

Lab 17 – Static Etherchannel L3

Untuk konfigirasinya sama saja sama seperti Switch Layer 2, Namun kita akan menggunakan Static Etherchannel. Pada Static Etherchannel jika mode nya access maka pasangannya harus mode access.


Pada Static Etherchannel mendukung mode pada L2.

MLS1(config)#int range fa0/1-3
MLS1(config-if-range)#channel-group 1 mode ?
active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected

Konfigurasinya pada MLS1

MLS1(config)#int range fa0/1-3
MLS1(config-if-range)#no switchport
MLS1(config-if-range)#channel-group 1 mode on
MLS1(config-if-range)#ex

MLS1(config)#int port-channel 1
MLS1(config-if)#no switchport
MLS1(config-if)#ip address 10.10.10.1 255.255.255.0

Lalu konfigurasikan pada MLS2

MLS2(config)#int range fa0/1-3
MLS2(config-if-range)#no switchport
MLS2(config-if-range)#channel-group 1 mode on
MLS2(config-if-range)#ex

MLS2(config)#int port-channel 1
MLS2(config-if)#no switchport
MLS(config-if)#ip address 10.10.10.1 255.255.255.0

Lalu check configurasinya.



Coba lakukan test ping.

Switch#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/10/43 ms

0 komentar:

Posting Komentar