Description
This command lets you add a new Virtual Device object:
Syntax
add vd name <Device Object Name> vsx <VSX GW or Cluster Object Name> [type {vs|vsbm|vsw|vr}] [vs_mtu <MTU>] [instances <Number of IPv4 CoreXL Firewall instances>] [instances6 <Number of IPv6 CoreXL Firewall instances>] [main_ip <Main IPv4 Address>] [main_ip6 <Main IPv6 Address>] [calc_topo_auto {true|false}] |
Parameters
Parameter |
Value |
Notes |
---|---|---|
|
Object name |
Specifies the name of the Virtual Device object. Mandatory parameter, if this is the first command in a transaction. |
|
Parent object name |
Specifies the name of the applicable VSX Gateway or VSX Cluster object, in which you create this Virtual Device. You cannot use spaces of Check Point reserved words. Mandatory parameter. |
|
Type of Virtual Device |
Specifies the type of the Virtual Device:
|
|
Integer |
Specifies the Global MTU value for all interfaces. Applicable only for:
Default is 1500 bytes. Note - For a Virtual Switch, if you do not add a VLAN or physical interface in the same transaction, the utility ignores this value. |
|
Integer |
Specifies the number of IPv4 CoreXL Firewall instances. Applicable only for:
Default is 1. For more information about CoreXL, see R80.20 Performance Tuning Administration Guide. |
|
Integer |
Specifies the number of IPv6 CoreXL Firewall instances. Applicable only for:
Default is 1. For more information about CoreXL, see R80.20 Performance Tuning Administration Guide. |
|
IPv4 Address |
Specifies the main IPv4 Address of the Virtual Device object. Applicable only for:
Note - If you do not specify this value explicitly, the utility uses the IPv4 address of the first interface added to the new device. |
|
IPv6 Address |
Specifies the main IPv6 Address of the Virtual Device object. Applicable only for:
Note - If you do not specify this value explicitly, the utility uses the IPv6 address of the first interface added to the new device. |
|
|
Specifies how to calculate topology based on routes:
Applicable only for:
|
Example
vsx_provisioning_tool -s localhost -u admin -p mypassword -o add vd name VirtSwitch1 vsx VSX_GW1 type vsw |