switch, EtherChannel, Bridge, Sharing, Trunk (L2)

Extreme 440 15.6.4.2

enable sharing <master_port> grouping <port_list> algorithm address-based L2 lacp

>> Eseguire i comandi prima sullo switch remoto
# reboot time 02 12 2017 07 30 00 (mese giorno anno ora min sec )

>> Creare lo sharing
# enable sharing 1:47 grouping 1:47,2:47 algorithm address-based L2 lacp

>> Aggiurngere/Rimuovere una porta a sharing esistente
# configure sharing 1:47 add [delete] ports 1:46

>> verifica
# sh sharing
# sh edp ports 1:47 detail
# sh fdp port 1:47
# sh ports sharing

# reboot cancel
# save

>> Aggiornare i backup


Cisco 3560 12.2(50)SE2


>> Eseguire il comando prima sullo switch remoto
# reload in 15 (minuti)

>> Creare il port-channel
(config)# interface port-channel 1
(config-if)# switchport mode access
(config-if)# description GE0/26,GE0/28 -> SW_remoto_1 (indicare le porte locali incluse e lo switch remoto)

>> Aggiungere le interfacce; cominciare con quelle bloccate da stp
(config)# interface GigabitEthernet0/26
(config-if)# switchport mode access
(config-if)# channel-group 1 mode desirable
(config-if)# description CHANNEL1 -> SW_remoto_1 GE0/26 (indicare il numero di portchannel, lo switch remoto e la porta inclusa)

(config)# interface GigabitEthernet0/28
(config)# ….

>> verifica
# sh etherchannel summary
# sh mac address-table interface port-channel 1
# sh cdp neighbors GigabitEthernet0/26 (28) detail (specificare il port-channel non da risultati)

# reload cancel
# wr m

>> Aggiornare i backup


Cisco 5500 5.20 R2208P01

>> Eseguire il comando prima sullo switch remoto
# schedule reboot delay 20 (reboot in 20 minuti)

>> Creare il bridge
# system view
[#] interface Bridge-Aggregation 1
[#] port link-type trunk
[#] port trunk permit vlan all
[#] link-aggregation mode dynamic


>> aggiungere le interfacce
[#] interface GigabitEthernet1/0/28
[#-GigabitEthernet1/0/28] port link-aggregation group 1 (bridge aggregation number)
[#-GigabitEthernet1/0/28] description Coll_Prim_switch_remoto
[#-GigabitEthernet1/0/28] port trunk permit vlan all
[#-GigabitEthernet1/0/28] port link-type trunk
[#-GigabitEthernet1/0/28] port link-mode bridge (Default)

[#] interface GigabitEthernet1/0/27

>> verifica
# display link-aggregation summary
# display mac-address interface Bridge-Aggregation 1
# display lldp neighbor-information interface GigabitEthernet1/0/27 (28)

# undo schedule reboot
# save force

>> Aggiornare i backup


HP 6200 K.15.06.1002

>> Eseguire il comando prima sullo switch remoto
# reload after 15 (minuti)

>> Creare il Trunk
(config)# trunk 5-6 trk1 lacp

>> Aggiungere/rimuovere porte al trunk
(config)# trunk 7 trk1 lacp
(config)# no trunk 7

>> Aggiungere il trunk allo spanning
(config)# spanning-tree Trk1 priority 4

>> verifica
# sh trunks
# sh mac-address trk1
# sh cdp neighbors (specificare il trunk o le singole porte non da risultati)

# no reload
# wr m

>> Aggiornare i backup