Congure the server facing ports
To support multiple VLANs, you must place the server facing ports in trunk mode. All the VLANs assigned to the ports are tagged to allow
the port groups to identify and direct trac appropriately.
MX7K-IOM-A2# configure terminal
MX7K-IOM-A2(config)# interface range ethernet 1/1/1-1/1/8
MX7K-IOM-A2(conf-range-eth1/1/1-1/1/8)# switchport trunk allowed vlan 96,1611-1614,2711-2712
MX7K-IOM-A2(conf-range-eth1/1/1-1/1/8)# mtu 9216
MX7K-IOM-A2(conf-range-eth1/1/1-1/1/8)# no shutdown
MX7K-IOM-A2(conf-range-eth1/1/1-1/1/8)# exit
MX7K-IOM-A2(config)# exit
MX7K-IOM-A2#
Save your switch conguration on each MX5108n switch by running the following command:
MX7K-IOM-A2#write mem
Verify switch conguration
The MX5108n switches are now congured with the minimum required settings to support the deployment of Cloud Foundation. Run the
running-config command to verify the conguration. The conguration should look like:
! Version 10.4.0E.R3S
! Last configuration change at Mar 13 15:38:44 2019
!
snmp-server contact http://www.dellemc.com/support/softwarecontacts
hostname MX7K-IOM-A2
interface breakout 1/1/10 map 40g-1x
interface breakout 1/1/11 map 100g-1x
username admin password **** role sysadmin
aaa authentication local
iscsi target port 860
iscsi target port 3260
!
interface vlan1
no shutdown
!
interface vlan96
description Lab_Net
no shutdown
mtu 9216
!
interface vlan1611
description Management
no shutdown
mtu 9216
!
interface vlan1612
description VMotion
no shutdown
mtu 9216
!
interface vlan1613
description VSAN
no shutdown
mtu 9216
!
interface vlan1614
description "VXLAN NSX VTEP"
no shutdown
mtu 9216
!
interface vlan 2711
description Edge-Uplink
50
Manual switch conguration