Users Guide

Table Of Contents
Reconfigure default VLAN
OS10# show vlan
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
* 1 up A
Eth1/1/1-1/1/25,1/1/29,1/1/31-1/1/54
OS10(config)# interface vlan 10
Sep 19 17:28:10 OS10 dn_ifm[932]: Node.1-Unit.1:PRI:notice [os10:notify],
%Dell EMC (OS10) %IFM_ASTATE_UP: Interface admin state up :vlan10
OS10(conf-if-vl-10)# exit
OS10(config)# default vlan-id 10
Sep 19 17:28:15 OS10 dn_ifm[932]: Node.1-Unit.1:PRI:notice [os10:trap], %Dell EMC (OS10)
%IFM_OSTATE_DN: Interface operational state is down :vlan1
Sep 19 17:28:16 OS10 dn_ifm[932]: Node.1-Unit.1:PRI:notice [os10:trap], %Dell EMC (OS10)
%IFM_OSTATE_UP: Interface operational state is up :vlan10
OS10(config)# do show vlan
Codes: * - Default VLAN, M - Management VLAN, R - Remote Port Mirroring VLANs
Q: A - Access (Untagged), T - Tagged
NUM Status Description Q Ports
1 down
* 10 up A
Eth1/1/1-1/1/25,1/1/29,1/1/31-1/1/54
VLAN scale profile
When you scale the number of VLANs on a switch, use the VLAN scale profile. VLAN scale profile consumes less memory.
Enable the scale profile before you configure VLANs on the switch. The scale profile globally applies L2 mode on all VLANs you
create and disables L3 transmission. To enable L3 routing traffic on a VLAN, use the mode L3 command.
NOTE: With VLAN scale profile configuration, Layer 3 VLANs, and FCoE VLANs require mode L3 configuration.
1. Configure the L2 VLAN scale profile in CONFIGURATION mode.
scale-profile vlan
2. (Optional) Enable L3 routing on a VLAN in INTERFACE VLAN mode.
mode L3
After you configure the VLAN scale profile and enable L3 routing on the respective VLANs, save the configuration and reload
the switch for the scale profile settings to take effect. To reload the switch, use reload command.
Apply VLAN scale profile
OS10(config)# scale-profile vlan
OS10(config)# interface vlan 10
OS10(conf-if-vl-10)# mode L3
OS10(conf-if-vl-10)# end
OS10# write memory
OS10(config)# reload
Dell Technologies recommends the following sequence when configuring scale profile VLANs:
1. Enable the scale profile VLANs using scale-profile vlan command.
2. Disable IGMP and MLDP.
For more information about disabling IGMP and MLD, see Internet Group Management Protocol and Multicast Listener
Discovery Protocol.
3. Configure the Spanning-Tree mode to RSTP.
4. Configure the VLANs.
5. Enter Ethernet Interface mode and add the VLANs to the interface.
NOTE: Do not use interface range command to enter Ethernet Interface mode.
352 Interfaces