The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
network port vlan create
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Create a virtual LAN (VLAN)
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The network port vlan create
command attaches a VLAN to a network port on a specified node.
Parameters
-node {<nodename>|local}
- Node-
The node to which the VLAN is to be attached.
You cannot attach a VLAN to a cluster port. - {
-vlan-name {<netport>|<ifgrp>}
- VLAN Name -
The name of the VLAN that is to be attached. This name should be a combination of the name of the port or interface group and the VLAN ID, with a hyphen between, such as "e1c-80".
- |
-port {<netport>|<ifgrp>}
- Associated Network Port -
The network port to which the VLAN is to be attached.
-vlan-id <integer>
- Network Switch VLAN Identifier }-
The ID tag of the created VLAN.
Examples
This example shows how to create VLAN e1c-80 attached to network port e1c on node1.
cluster1::> network port vlan create -node node1 -vlan-name e1c-80