CCNP - Etherchannel Mode On

 

Lab 51 Etherchannel Mode On

Etherchannel berfungsi untuk menggabungkan beberapa link jadi satu, etherchannel juga berfungsi untuk menambah kecepatan paket pengiriman, karena seluruh linknya nyalakan, Selain itu jika ada link yang mati akan langsung dibekup dengan link yang lain. 

Dalam etherchanel terdapat 3 protocol :

    -LACP (Link Aggregation Control Protocol) open standard IEEE 802.1AD.
Yang mana ia telah open, pada perangkat yang lain yang terbagi menjai
beberapa mode :
-    Active : yang arti nya ia mengajak untuk di jadikan etherchannel LACP
-    Passive : yang arti nya ia akan menuggu di ajak menjadi ethercahnnel

    -PAGP (Port Aggregation Protocol) cisco proprietary.
PAGP merupakan yang merupakan cisco proprietary yang pada saat ini hanya
masih di miliki oleh cisco, dan pada PAGP terdapat beberapa mode :
-    Disarable : yang arti nya ia akan mengajak untuk menjadi etherchannel
-    Auto : yaitu sebalik nya ia akan menuggu untuk di jadikan etherchannel

    -Etherchannel layer 3 : yang mana ia akan menggunakan layer 3 yaitu IP
yang mana kita akan menggunakan MPLS, dalam etherchannel layer3 hanya
memiliki 1 mode :
-    ON : mode ini sama saja dengan mengajak



Konfigurasikan etherchannel pada SW-1

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

Kita trunk SW-2

SW2(config-if)#switchport mode trunk
SW2(config-if)#exit

Kita cek etherchannel di 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) Et0/0(P) Et0/1(P) Et0/2(P)

Kita cek port ethercahnnel di SW-1

SW1#show interfaces 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)

Kita cek spanning tree di SW-1

SW1#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address aabb.cc00.0100
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address aabb.cc00.0100
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec
Interface Role Sts Cost Prio.Nbr Type
------------------- ---- --- --------- -------- ----------------------------
----
Po1 Desg FWD 47 128.65 P2p

Berhasil deh... :)

Komentar

Postingan populer dari blog ini

CCNP - HSRP IP SLA

CCNP - GLBP (Gateway Load Balancing Protocol)

CCNP - VRRP (Virtual Router Redundancy Protocol)