Deployment Guide

30 VxRail Networking Guide with Dell EMC S4148-ON Switches | version 1.0
switchport mode trunk
switchport trunk allowed vlan 110,120,130
no ip address
no shutdown
spanning-tree port type edge
!
interface ethernet 1/1/8
description "Appliance 4 Port 2"
switchport mode trunk
switchport trunk allowed vlan 110,120,130
no ip address
no shutdown
spanning-tree port type edge
Port channel 1 is used for 10 GbE upstream connections and requires the correct switch-
port profile
interface port-channel 1
description "10Gb LAG to customer 1"
no ip address
switchport mode trunk
switchport trunk allowed vlan 110,130
Port-channel 2 is used for both 40 and 100 GbE upstream connections depending on the
specified switch-port profile
interface port-channel 2
description "100Gb LAG to customer 2"
no ip address
switchport mode trunk
switchport trunk allowed vlan 110,130
Example for 10GbE uplink ports, this requires switch-port profile-1
interface ethernet 1/1/23
description "10Gb Uplink to Customer 1"
channel-group 1 mode active
no ip address
no shutdown
!
interface ethernet 1/1/24
description "10Gb Uplink to Customer 1"
channel-group 1 mode active
no ip address
no shutdown
Example for 40GbE uplink ports, this requires switch-port profile-2
interface ethernet 1/1/25
description "40Gb Uplink to Customer 2"
channel-group 2 mode active
no ip address
no shutdown
!