OcNOS-RON : Layer 2 Guide : Layer 2 Command Reference : VLAN and Private VLAN Commands : show vlan-reservation
show vlan-reservation
Use this command to display reserved vlans that are configured via vlan-reservation configuration on the switch.
Command Syntax
show vlan-reservation
Parameters
None
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 5.1.
Example
OcNOS#show vlan-reservation
VLAN ID Status
======= ======
500 free
501 free
502 free
503 free
504 free
505 free
506 free
507 free
508 free
509 free
510 free
OcNOS#
 
If user enables port breakout on any of the interface
OcNOS(config)#interface xe54/1
OcNOS(config-if)#port breakout enable
OcNOS(config-if)#commit
 
Each subsidiary ports 54/2, 54/3, 54/4 will get vlan-id from the vlan-reservation pool and the status of vlan-id changes to "allocated".
 
OcNOS#show vlan-reservation
VLAN ID Status
======= ======
500 allocated
501 allocated
502 allocated
503 free
504 free
505 free
506 free
507 free
508 free
509 free
510 free
OcNOS#
 
Note: From OcNOS version 5.1, it is mandatory to configure vlan-reservation prior to port breakout configuration.
 
 
Last modified date: 07/13/2023