Setup Guide

Table Of Contents
Tabela 12. Amostra de código configurando interfaces de porta nos switches ToR (continuação)
configure terminal
interface ethernet 1/1/54
description Node-B-Port-1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
configure terminal
interface ethernet 1/1/54
description Node-B-Port-0
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
Configurar as portas de uplink nos switches ToR
1. Estabeleça uma sessão de terminal com o primeiro switch topo de rack (ToR, Top-of-the-Rack) (Switch1).
2. Entre no modo de configuração global.
configure terminal
3. Configure o port-channel para os uplinks.
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
vlt-port-channel 30
4. Configure as portas de uplink no switch.
NOTA: Para obter as melhores práticas de iSCSI, é recomendável desativar o controle de fluxo conforme demonstrado a seguir.
interface ethernet 1/1/29
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
interface ethernet 1/1/30
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
5. Confirme a configuração para a NVRAM.
copy running-configuration startup-configuration
6. Repita no Switch2.
configure terminal
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
32
Como configurar switches Dell EMC PowerSwitch Série S4148-ON