Diferència entre revisions de la pàgina «UF3-NF3. Bonding i Link Aggregation»
De Wiki IES Marianao. Departament Informàtica
(→Etherchannel) |
|||
(Hi ha 2 revisions intermèdies del mateix usuari que no es mostren) | |||
Línia 6: | Línia 6: | ||
http://en.wikipedia.org/wiki/Link_aggregation | http://en.wikipedia.org/wiki/Link_aggregation | ||
+ | |||
+ | Protocols d'agregació | ||
+ | |||
+ | *Port Aggregation Protocol (PAgP) --> Propietari CISCO | ||
+ | |||
+ | *Link Aggregation Control Protocol (LACP) --> Estàndard 802.3ad | ||
Línia 13: | Línia 19: | ||
http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_19_ea1/configuration/guide/swethchl.html | http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_19_ea1/configuration/guide/swethchl.html | ||
− | |||
Línia 20: | Línia 25: | ||
Switch(config)# interface range gigabitethernet0/1 -2 | Switch(config)# interface range gigabitethernet0/1 -2 | ||
− | Switch(config-if)# channel-group 5 mode | + | Switch(config-if-range)# channel-group 5 mode on |
+ | |||
+ | Switch(config-if-range)# channel-protocol lacp | pagp | ||
+ | |||
+ | Switch(config-if-range)# end | ||
+ | |||
+ | Switch# show interface etherchannel | ||
+ | |||
− | |||
− | + | Modes Etherchannel: | |
− | + | * Active / Passive : LACP en funció si inicia negociació o no | |
+ | * Auto / Desirable : PAgP en funció si inicia negociació o no | ||
+ | * on : Els dos canals han d'estar en aquest mode |
Revisió de 21:05, 15 abr 2013
torna M7 - UF3 Administració avançada de Xarxes
Bonding - Link Aggregation - 802.3ad.
http://en.wikipedia.org/wiki/Channel_bonding
http://en.wikipedia.org/wiki/Link_aggregation
Protocols d'agregació
- Port Aggregation Protocol (PAgP) --> Propietari CISCO
- Link Aggregation Control Protocol (LACP) --> Estàndard 802.3ad
Etherchannel
Els enllaços agregats s'anomenen Fast EtherChannel (FEC) or Gigabit EtherChannel (GEC)
Switch# configure terminal
Switch(config)# interface range gigabitethernet0/1 -2
Switch(config-if-range)# channel-group 5 mode on
Switch(config-if-range)# channel-protocol lacp | pagp
Switch(config-if-range)# end
Switch# show interface etherchannel
Modes Etherchannel:
- Active / Passive : LACP en funció si inicia negociació o no
- Auto / Desirable : PAgP en funció si inicia negociació o no
- on : Els dos canals han d'estar en aquest mode