Description
This command lets you modify settings of an existing Virtual Device object:
Syntax
set vd name <Device Object Name> [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. |
|
Integer |
Specifies the Global MTU value for all interfaces. Applicable only for:
Default is 1500 bytes. |
|
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 - To remove the current IPv4 address, set the value to |
|
IPv6 Address |
Specifies the main IPv6 Address of the Virtual Device object. Applicable only for:
|
|
|
Specifies how to calculate topology based on routes:
Applicable only for:
|
Example
vsx_provisioning_tool –s localhost –u admin –p mypassword –o set vd name VS1 instances 8 main_ip 192.0.2.6 calc_topo_auto false |