network port vlan create
Contributors
Suggest changes
- 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.
[-skip-broadcast-domain-placement <true>]
- Skip Placement Into Broadcast Domain (privilege: advanced)-
When specified, the VLAN will not be placed into any broadcast domain.
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