Setup Guide

Table Of Contents
7. Set the priority of the switch.
primary-priority 1
Valid priority values range from 1 to 65535. The switch with the lower priority setting will take precedence of the switch with
the higher priority value. Do not set the same priority value to the two ToR switches.
8. Enter a VLT MAC address to avoid conflicts on the network.
NOTE: You cannot use all zeros (00:00:00:00:00) for the VLT MAC address.
vlt-mac 00:00:00:00:00:01
Use the same VLT MAC address when configuring switch 2.
9. Repeat above steps for the second switch.
While doing so, reverse the switch IP address in step 5 as demonstrated in the code sample below.
Table 22. Code sample of VLTi configuration steps
Switch 1 Switch 2
configure terminal
interface range ethernet 1/1/25-1/1/26
description vlti
no switchport
exit
vlt-domain 1
discovery-interface ethernet
1/1/25-1/1/26
backup destination 100.0.100.11
peer-routing
primary-priority 1
vlt-mac 00:00:00:00:00:01
configure terminal
interface range ethernet 1/1/25-1/1/26
description vlti
no switchport
exit
vlt-domain 1
discovery-interface ethernet
1/1/25-1/1/26
backup destination 100.0.100.10
peer-routing
primary-priority 8192
vlt-mac 00:00:00:00:00:01
Configure PowerStore T model Native VLAN on the Top-of-Rack
switches
NOTE: Remote Discovery, and management VLANs are configured on the Management switch.
1. Establish a terminal connection to the first ToR switch (Switch1).
2. Enter global configuration mode.
configure terminal
3. Create the Internal network.
interface vlan 1
description Internal_Network
no shutdown
exit
4. Repeat steps on the second ToR switch (Switch2).
configure terminal
interface vlan 1
description Internal_Network
no shutdown
exit
60
Configuring PowerStore T model with Dell PowerSwitch Series S4148 Top-of-Rack switches