Dell Networking Enterprise SONiC Reserved VLAN

Summary: This article explains about Reserved VLANs in Dell Networking Enterprise SONiC operating system

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Index

Introduction
What if we already have a VLAN in the default reserved VLAN range (3967 - 4094) being used.
Command syntax
Example
 

Introduction

Dell Enterprise SONiC reserves 128 VLANs for use of the various protocols. This was implemented from 4.0 and later.

By default, the reserved VLAN range for SONiC 4.0 is 3967 - 4094.
 
Note
  • Before a firmware upgrade from any Dell Sonic 3.X release to 4.0 or later release, check if you have any VLANs in the range 3967 - 4094 being used.
  • If any of the VLANs in this range are already being used, find 128 continuous VLANs which are free and, after the upgrade reconfigures take place, change the reserved VLANs.
  • Reserved VLANs were introduced in 4.0. We can change reserved VLANs after upgrade to 4.0 and later.

Below is a sample output where we attempt to configure a VLAN in the reserved range in 4.0 and later.
SONIC:~$ sonic-cli
SONIC# configure terminal
SONIC(config)# interface Vlan 3967
%Error: One or more given vlans is a reserved vlan
 

What if we already have a VLAN in the default reserved VLAN range (3967-4094) being used

 After a firmware upgrade from Sonic 3.X to 4.X release, if any existing VLANs are configured in the reserved VLAN range (3967 - 4094), they will continue to work as normal. However, no more VLANs in the default range are allowed to be configured. It is not recommended to leave configured VLANs in the reserved range.

The following actions may be taken:
  • Remove any existing configuration VLANs in the default VLAN range of 3967 - 4094. Ensure that this step is taken with ample preparation time as an existing VLAN in the switch is changed, the connected switches and systems configurations should also be revised. 
Or
  • Find 128 continuous unused VLANs and change the reserved VLAN range.


Command syntax

The default reserved VLANs can be changed by using the below commands:
 
Command Explanation
SONIC:~$ sonic-cli Enter Dell SONiC CLI
SONIC# configure terminal Enter Configure terminal 
SONIC(config)# system vlan <starting reserved vlan> reserve Change the default reserved VLAN range. Specify the starting VLAN of the reserved VLAN and reserve 128 VLANs.
SONIC(config)# no system vlan <starting reserved vlan> reserve Restore the default VLAN to 3967 - 4094. Check the present reserved VLAN range using "command show system vlan" command.

To verify, use the below commands:
 
Command Explanation
SONIC:~$ sonic-cli Enter Dell SONiC CLI
SONIC# show system vlan Show system VLAN reserved range.
SONIC# show running-configuration | grep reserve Check show running configuration for reserved VLANs.
 

Example

Consider that we want to change the reserved VLAN range to 100 - 227:
SONIC:~$ sonic-cli
SONIC# configure terminal
SONIC(config)# system vlan 100 reserve
SONIC# show system vlan reserved 
system vlan reservation: 100-227
SONIC# show running-configuration | grep reserve
system vlan 100 reserve

Affected Products

Enterprise SONiC Distribution, Dell EMC Networking N3200-ON, PowerSwitch S5212F-ON, PowerSwitch S5224F-ON, PowerSwitch S5232F-ON, PowerSwitch S5248F-ON, PowerSwitch S5296F-ON, PowerSwitch Z9100-ON, PowerSwitch Z9264F-ON, PowerSwitch Z9332F-ON , PowerSwitch Z9432F-ON ...
Article Properties
Article Number: 000209796
Article Type: How To
Last Modified: 20 Sept 2023
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.