Sunteți pe pagina 1din 13

CCNA3

Agregarea legăturilor
Capitolul 3
CCNA3

Agregarea legăturilor

• Folosită în principal pentru a evita congestiile de


trafic între două echipamente de rețea
• Are avantajul de a evita problemele de convergență
din STP
• Standardul este 802.3ad
• Cisco – EtherChannel
• Alți vendori – „NIC Teaming”
• Linux - bonding
CCNA3

Agregarea legăturilor
CCNA3

Termeni EtherChannel

• Port-Channel / Channel Group


• Interfețele logice EtherChannel create prin agregarea
legăturilor fizice

• Member interface
• Interfață fizică aparținând unui Channel Group

• Protocol de negociere
• Protocol folosit pentru stabilirea unei legături agregate.
(PAgP sau LACP)
CCNA3

Avantaje

• Configurația se face pe interfața EtherChannel.


• Se bazează pe porturile existente deja pe echipament.
• Balansează încărcarea între legăturile din EtherChannel.
• Legătura este văzută ca un singur link logic de către STP.
• Oferă redundanță.
CCNA3

Restricții de implementare

• Nu pot fi amestecate tipuri diferite de interfețe.


• Pot fi adăugate maxim 8 interfețe
• Fast EtherChannel – up to 800 Mbps
• Gigabit EtherChannel – up to 8 Gbps
• Numărul maxim de interfețe EtherChannel depinde
de platformă.
CCNA3

Protocoale de negociere
• PAgP (Port Aggregation Protocol)
• Proprietar Cisco
• LACP (Link Aggregation Control Protocol)
• An open standard to PAgP
• IEEE 802.3ad

Mod Mod Negociere Stabilire legătură agregată


PAgP Auto LACP Passive Nu Nu (așteaptă cerere)
PAgP Desirable LACP Active Da Da (trimite cerere)
On On Nu Da (implicit)
• Protocolul de negociere trebuie să fie compatbil la ambele capete.
CCNA3

Exemplu de configurare - I

SW1# SW2#
interface FastEthernet0/13 interface FastEthernet0/13
switchport trunk encapsulation switchport trunk
dot1q encapsulation dot1q
switchport mode trunk switchport mode trunk
channel-group 1 mode desirable
channel-group 1 mode auto
!
!
interface FastEthernet0/14
interface FastEthernet0/14
switchport trunk
switchport trunk encapsulation
encapsulation dot1q
dot1q switchport mode trunk
switchport mode trunk channel-group 1 mode auto
channel-group 1 mode desirable
CCNA3

Exemplu de configurare - II

SW1# SW2#
interface FastEthernet0/15 interface FastEthernet0/15
switchport trunk switchport trunk encapsulation
encapsulation isl isl
switchport mode trunk switchport mode trunk
channel-group 1 mode active channel-group 1 mode passive
! !
interface FastEthernet0/16 interface FastEthernet0/16
switchport trunk switchport trunk encapsulation
encapsulation isl isl
switchport mode trunk switchport mode trunk
channel-group 1 mode active channel-group 1 mode passive
CCNA3

Verificare configurație
SW1#show etherchannel summary
Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 2
Number of aggregators: 2
Group Port-channel Protocol Ports
------+----------+------+-------------------------------------
1 Po1(SU) PAgP Fa0/13(P) Fa0/14(P)
2 Po2(SU) LACP Fa0/15(P) Fa0/16(P)
CCNA3

Depanare EtherChannel

• show interfaces port-channel


• show etherchannel summary
• show etherchannel port-channel
• show interfaces etherchannel
CCNA3

Rezumat

• Agregarea legăturilor – concepte


• PAgP/LACP
• Configurare EtherChannel
• Depanare EtherChannel
CCNA3

S-ar putea să vă placă și