Cisco Nexus 5000 Series Nx-Os Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1 - Cisco nexus 5000 series Configuration Manual

Nx-os layer 2
Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring VLANs
SUMMARY STEPS
1. config t
2. system vlan start-vlan reserve
3. copy running-config startup-config
4. reload
5. (Optional) show system vlan reserved
DETAILED STEPS
Command or Action
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
system vlan start-vlan reserve
Example:
switch(config)# system vlan 3968
reserve
Step 3
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Step 4
reload
Example:
switch(config)# reload
Step 5
show system vlan reserved
Example:
switch(config)# show system vlan
reserved
This example shows how to change the range of reserved VLANs:
switch# configuration terminal
switch(config)# system vlan 1006 reserve
This will delete all configs on vlans 1006-1087. Continue anyway? (y/n) [no] yes
Note: After switch reload, VLANs 1006-1087 will be reserved for internal use.
OL-25842-01
Purpose
Enters global configuration mode.
Allows you to change the reserved VLAN range by specifying the starting
VLAN ID for your desired range.
You can change the reserved VLANs to any other 82 contiguous VLAN
ranges. When you reserve such a range, it frees up the range of VLANs
that were allocated for internal use by default, and all of those VLANs are
available for user configuration except for VLAN 4094.
Note
To return to the default range of reserved VLANs (3968-4049 and
4094), you must enter the no system vlan start-vlan reserve
command.
Copies the running configuration to the startup configuration.
You must enter this command if you change the reserved
Note
block.
Reloads the software, and modifications to VLAN ranges become effective.
For more details about this command, see the Cisco Nexus 7000 Series
NX-OS Fundamentals Configuration Guide, Release 6.x.
(Optional)
Displays the configured changes to the VLAN range.

Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)

Changing the Range of Reserved VLANs
45

Advertisement

Table of Contents
loading

Table of Contents