network port vip 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 VIP port
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The network port vip create
command creates a VIP port in the specified IPspace on the specified node. Only one VIP port can be created per IPspace on the given node.
Parameters
-node {<nodename>|local}
- Node-
The node where the VIP port should be created.
-port <netport>
- Network Port-
The name of the VIP port to be created in the format v<slot-number><port-letter>
-ipspace <IPspace>
- IPspace Name-
The IPspace where the VIP port should be created. The default value for this parameter is "Default", which identifies the default IPspace.
Examples
This example shows how to create a VIP port named v0a in ipspace ips on node1.
cluster1::> network port vip create -node node1 -port v0a -ipspace ips