Diferència entre revisions de la pàgina «UF3-NF3. Bonding i Link Aggregation»
De Wiki IES Marianao. Departament Informàtica
(Es crea la pàgina amb «torna M7 - UF3 Administració avançada de Xarxes Bonding ...».) |
|||
Línia 1: | Línia 1: | ||
torna [[ M7_-_Planificació_i_administració_de_xarxes#UF3_.E2.80.93_Administraci.C3.B3_avan.C3.A7ada_de_xarxes | M7 - UF3 Administració avançada de Xarxes ]] | torna [[ M7_-_Planificació_i_administració_de_xarxes#UF3_.E2.80.93_Administraci.C3.B3_avan.C3.A7ada_de_xarxes | M7 - UF3 Administració avançada de Xarxes ]] | ||
− | Bonding - Link Aggregation - 802.3ad. | + | == Bonding - Link Aggregation - 802.3ad. == |
http://en.wikipedia.org/wiki/Channel_bonding | http://en.wikipedia.org/wiki/Channel_bonding | ||
http://en.wikipedia.org/wiki/Link_aggregation | http://en.wikipedia.org/wiki/Link_aggregation | ||
+ | |||
+ | |||
+ | === Etherchannel === | ||
+ | |||
+ | Els enllaços agregats s'anomenen Fast EtherChannel (FEC) or Gigabit EtherChannel (GEC) | ||
+ | |||
+ | http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_19_ea1/configuration/guide/swethchl.html | ||
+ | |||
+ | |||
+ | |||
+ | Switch# configure terminal | ||
+ | |||
+ | Switch(config)# interface range gigabitethernet0/1 -2 | ||
+ | |||
+ | Switch(config-if)# channel-group 5 mode desirable | ||
+ | |||
+ | Switch(config-if)# end | ||
+ | |||
+ | Switch# show interface port-channel 1 | ||
+ | |||
+ | Switch# show interface port-channel 1 switchport |
Revisió del 16:45, 11 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
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)# channel-group 5 mode desirable
Switch(config-if)# end
Switch# show interface port-channel 1
Switch# show interface port-channel 1 switchport