Setup Guide
30  Dell EMC SmartFabric OS10 Switch Configuration Guide for VxRail 4.7 
7.2.4  Configure the switch interconnect 
Create a port channel to use between the two leaf switches, 127 in this example. Use the switchport 
mode trunk command to enable the port channel to carry traffic for multiple VLANs, and allow all VLANs on 
the port channel.  
Use 100GbE interfaces for the port channel, 1/1/53 and 1/1/54 in this example. Add each interface to the port 
channel as LACP active members with the channel-group 127 mode active command. 
When the configuration is complete, exit configuration mode and save the configuration with the end and 
write memory commands. 
  Configure switch interconnect - dual switch without VLT 
S5248F-Leaf1A 
S5248F-Leaf1B 
interface port-channel 127 
description To_Leaf_1B 
switchport mode trunk 
switchport trunk allowed vlan 1611-
1615,3939 
no shutdown 
interface ethernet1/1/53 
description To_Leaf_1B 
channel-group 127 mode active 
no shutdown 
interface ethernet1/1/54 
description To_Leaf_1B 
channel-group 127 mode active 
no shutdown 
end 
write memory 
interface port-channel 127 
description To_Leaf_1A 
switchport mode trunk 
switchport trunk allowed vlan 1611-
1615,3939 
no shutdown 
interface ethernet1/1/53 
description To_Leaf_1A 
channel-group 127 mode active 
no shutdown 
interface ethernet1/1/54 
description To_Leaf_1A 
channel-group 127 mode active 
no shutdown 
end 
write memory 










