create slb vip
ExtremeWare Software 7.3.0 Command Reference Guide 521
create slb vip
create slb vip <vip name> pool <pool name> mode [transparent | translation
| port-translation] <ip address> {- <upper range>} : <L4 port> {unit
<number>}
Description
Creates one or more new virtual servers.
Syntax Description
Default
N/A.
Usage Guidelines
You must create the pool before assigning a virtual server to the pool. To create a pool, use the
following command:
create slb pool
Example
The following command creates the virtual server “ftp_vip” with an IP address of 10.10.10.2 in the pool
“ftp_pool” and assigns the port-translation forwarding mode:
configure slb vip ftp_vip pool ftp_pool mode port-translation 10.10.10.2 : ftp
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
vip name Specifies a virtual server.
pool name Specifies a pool.
mode Specifies the forwarding mode.
ip address Specifies the IP address of the virtual server.
upper range Specifies the upper IP address for a range of IP addresses.
L4 port Specifies a port.
unit Specifies a unit identifier on a virtual server. The range is 1 to 16.