Sei sulla pagina 1di 9

EtherChannel

CCNA Routing and Switching

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1
EtherChannel
Link Aggregation (EtherChannel) Concepts

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
EtherChannel
EtherChannel Protocols
 PAGP
(Port Aggregation Protocol)
 LACP (IEEE 802.1AD)
(Link Aggregation Control Protocol)

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
EtherChannel
EtherChannel Protocols
PAGP Vs LACP

 In PAGP aggregation is up to 8 links.


 In LACP aggregation is up to 16 links but only 8 links is active
simultaneously.

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
EtherChannel
EtherChannel Protocols
PAGP Vs LACP

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
EtherChannel
EtherChannel Protocols

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
EtherChannel
EtherChannel Configuration
Switch(config)# interface fastethernet Slot/Port
Switch(config-if)# channel-protocol [PAGP|LACP]
Switch(config-if)# channel-group Group# mode [on | auto |desirable]

Switch(config)# interface port-channel Group#

Switch# show etherchannel


Switch# show etherchannel summary

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Topology & Configuration - EtherChannel L2

MLS-1, MLS2 Configuration


MLS-1,2(config)# interface range fa0/1 - 4
MLS-1,2(config-if)# channel-protocol pagp
MLS-1,2(config-if)# channel-group 1 mode desirable

Switch# show etherchannel


Switch# show etherchannel summary
Switch# show ip interface brief
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Topology & Configuration - EtherChannel L3

MLS-1, MLS2 Configuration Verifikasi


MLS-1(config)# interface port-channel 1
Ping IP Address antar MLS-1 dan MLS-2
MLS-1(config-if)# no switchport
MLS-1(config-if)# ip address 192.168.1.1 255.255.255.0
MLS-1# ping 192.168.1.2
MLS-1(config-if)# no shutdown
MLS-2# ping 192.168.1.1
MLS-2(config)# interface port-channel 1
MLS-1(config-if)# no switchport
MLS-2(config-if)# ip address 192.168.1.2 255.255.255.0
MLS-2(config-if)# no shutdown

Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9

Potrebbero piacerti anche