Dell PowerStore 3000X EMC PowerStore Network Configuration Guide for PowerSwit - Page 56

Con the uplink ports on the Top of the Rack (ToR) switches

Page 56 highlights

Table 18. Code sample configuring port interfaces on the ToR switches (continued) 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 Configure the uplink ports on the Top of the Rack (ToR) switches Steps 1. Establish a terminal session to the first ToR switch (Switch1). 2. Enter global configuration mode. configure terminal 3. Configure the port-channel for the 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 the uplink ports on the switch. NOTE: For iSCSI best practices, it is recommended to disable flow control as demonstrated below. 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. Commit the configuration to the nvram. copy running-configuration startup-configuration 56 PowerStore X model: Configure switches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93

Table 18. Code sample configuring port interfaces on the ToR switches (continued)
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
Configure the uplink ports on the Top of the Rack
(ToR) switches
Steps
1.
Establish a terminal session
to the first ToR switch (Switch1).
2.
Enter global configuration mode.
configure terminal
3.
Configure the port-channel for the 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 the uplink ports on the switch.
NOTE:
For iSCSI best practices, it is recommended to disable flow control as demonstrated below.
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.
Commit the configuration to the nvram.
copy running-configuration startup-configuration
56
PowerStore X model: Configure switches