vlan-modify
This command is used to modify a VLAN or VXLAN on the network.
Syntax vlan-modify
id vlan-id |
Specify a VLAN identifier for the VLAN. This is a value between 2 and 4092. |
range vlan-list |
Specify a range of VLAN IDs. |
Specify any of the following options: |
|
description description-string |
Specify a description for the VLAN. |
vxlan vxlan-id |
Specify the VXLAN mapped to the VLAN for the tunnel. |
replicators vtep-group name|none |
Specify the replicator group. |
vnet vnet-name |
Specify the VNET assigned to this VLAN. |
public-vlan vlan-id |
Specify the public VLAN for the VNET VLAN. |
Defaults None.
Access CLI
History
Version 2.2.4 |
Command introduced. |
Version 2.4.1 |
The parameter, vxlan and vnet, added. |
Version 2.6.2 |
The parameter, range, added. |
Version 3.0.0 |
The parameter, range, deprecated. The parameter, replicators, added. |
Usage VLANs are used to isolate network traffic at Layer 2. Use this command to modify a VLAN.
Examples To create a modify a VLAN named finance to the name finance-2, use the following command:
CLI network-admin@switch > vlan-modify id 7 name finance-2