Description
This command lets you add a new VSX Cluster object.
Syntax
|
Important - You must run the add vsx_member
command for each VSX Cluster Member in the same transaction as the add vsx
command.
Parameters
Parameter |
Value |
Notes |
---|---|---|
|
|
You must use the |
|
Object name |
Specifies the name of the VSX Cluster object. You cannot use spaces of Check Point reserved words. |
|
Check Point version |
Specifies the Check Point version of the VSX Cluster object. You must enter the exact version as appears in SmartConsole (case-sensitive). |
|
IPv4 Address |
Specifies the main IPv4 Virtual Address of the VSX Cluster object. |
|
IPv6 Address |
Specifies the main IPv6 Virtual Address of the VSX Cluster object. |
|
Cluster type |
Specifies the cluster type. Enter one of these:
|
|
Sync interface name |
Specifies the name of the Cluster Synchronization interface. |
|
IPv4 Network mask |
Specifies an IPv4 Netmask for the Cluster Synchronization interface (in a dot-quad format X.X.X.X). |
|
|
Controls how to process all SNMP packets sent to the VSX Cluster Members:
|
|
|
Controls how to process all SSH packets sent to the VSX Cluster Members:
|
|
|
Controls how to process all ICMP Echo Request (ping) packets sent to the VSX Cluster Members:
|
|
|
Controls how to process all ICMPv6 Echo Request (ping) packets sent to the VSX Cluster Members:
|
|
|
Controls how to process all HTTPS packets sent to the VSX Cluster Members:
|
|
|
Controls how to process all packets (other than SNMP, SSH, ICMP, ICMPv6, HTTPS) sent to the VSX Cluster Members:
|
Example
vsx_provisioning_tool -s localhost -u admin -p mypassword -o add vsx name VSX1 type cluster cluster_type vsls main_ip 192.168.1.1 version R80.10 sync_if_name eth3 sync_netmask 255.255.255.0 rule_ssh enable rule_ping enable |