<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic VSX VSLS Cluster Modification Step by Step in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/VSX-VSLS-Cluster-Modification-Step-by-Step/m-p/40939#M8641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be helpful to those new to VSX clusters. We are occasionally tasked with introducing certain changes to the environment and, if yours was pretty static over extended period of time, this too may be helpful.&lt;/P&gt;&lt;P&gt;In this example, we'll be creating new bond, adding interfaces to it, introducing new virtual switches and a new virtual system that should be more heavily loaded than the two preexisting VS'.&lt;/P&gt;&lt;P&gt;To demonstrate that the established sessions on preexisting VS' are not affected during this procedure, an SSH session is maintained and monitored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;VSX modification procedure&lt;/H2&gt;&lt;H4&gt;--------------------------------------------&lt;/H4&gt;&lt;H4&gt;Phase 1, configuring new bond:&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;1. Backup and snapshot all components of the Check Point infrastructure&lt;BR /&gt;2. Pre-configure LACP bonds on the Cisco switches&lt;BR /&gt;3. Log on to Management server and both VSX units via CLI and open SmartConsole&lt;BR /&gt;4. Verify that newly added physical interfaces are not listed inthe "physical Interfaces" properties of the VSX cluster object in SmartConsole. If they are present there, delete them and install policy.&lt;BR /&gt;5. Using vsx_util vsls, move all virtual systems to one of the cluster members (VSX2)&lt;BR /&gt;6. Confirm good cluster state and active systems allocation from "vsx_util vsls" as well as running cphaprob on cluster members&lt;BR /&gt;7. On "empty" VSX cluster member "set vsx off"&lt;BR /&gt;8. On "empty" VSX cluster member set newly added physical interfaces state to "ON"&lt;BR /&gt;9. On "empty" VSX cluster member create bonding group, assign member interfaces and configure bonding group mode parameters&lt;BR /&gt;10. Set newly configured bond interface to "ON"&lt;BR /&gt;11. On "empty" VSX cluster member "set vsx on"&lt;BR /&gt;12. save config&lt;BR /&gt;13. wait for about a minute, then verify the state of the cluster by running "cphaprob stat" on both cluster members&lt;BR /&gt;14. If cluster looks healthy, use "vsx_util vsls" to move all virtual systems to the cluster member with newly defined bonding group (VSX1)&lt;BR /&gt;15. Confirm good cluster state and active systems allocation from "vsx_util vsls" as well as running cphaprob on cluster members&lt;BR /&gt;16. On "empty" VSX cluster member "set vsx off"&lt;BR /&gt;17. On "empty" VSX cluster member set newly added physical interfaces state to "ON"&lt;BR /&gt;18. On "empty" VSX cluster member create bonding group, assign member interfaces and configure bonding group mode parameters&lt;BR /&gt;19. Set newly configured bond interface to "ON"&lt;BR /&gt;20. On "empty" VSX cluster member "set vsx on"&lt;BR /&gt;21. Save config&lt;BR /&gt;22. wait for about a minute, then verify the state of the cluster by running "cphaprob stat" on both cluster members&lt;BR /&gt;23. If cluster looks healthy, use "vsx_util vsls" to redistribute virtual systems between cluster nodes&lt;BR /&gt;24. Exit "vsx_util vsls" and the "Expert" mode on the management server&lt;BR /&gt;25. In SmartConsole, add new bond interface to the "Physical Interfaces" properties of the cluster and select the checkbox designating it as a Trunk.&lt;BR /&gt;26. save settings and push policy&lt;BR /&gt;27. Verify the state of the bond on individual cluster members&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the actual&amp;nbsp;execution of the procedures emulated in my lab environment. For testing the stability of the existing connections, two linux VMs Mint-LAB-Int1 and Mint-LAB-Ext were deployed and SSH session established through one of the existing VS running "watch hostname".&lt;/P&gt;&lt;P&gt;Incrementing time was used to asses survivability of the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Expert@VSX1:0]# ifconfig | grep inet&lt;BR /&gt; inet addr:192.168.7.52 Bcast:192.168.7.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:172.32.1.1 Bcast:172.32.1.3 Mask:255.255.255.252&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;[Expert@VSX1:0]# vsenv 2&lt;BR /&gt;Context is set to Virtual Device VSX1_VSA (ID 2).&lt;BR /&gt;[Expert@VSX1:2]# ifconfig | grep inet&lt;BR /&gt; inet addr:10.20.20.101 Bcast:10.20.20.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet addr:10.10.10.101 Bcast:10.10.10.255 Mask:255.255.255.0&lt;BR /&gt;[Expert@VSX1:2]# vsenv 3&lt;BR /&gt;Context is set to Virtual Device VSX1_VSB (ID 3).&lt;BR /&gt;[Expert@VSX1:3]# ifconfig | grep inet&lt;BR /&gt; inet addr:10.30.30.101 Bcast:10.30.30.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet addr:10.10.10.102 Bcast:10.10.10.255 Mask:255.255.255.0&lt;BR /&gt;[Expert@VSX1:3]#&lt;/P&gt;&lt;P&gt;[Expert@VSX1:3]# exit&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interfaces&lt;BR /&gt;br1&lt;BR /&gt;eth0&lt;BR /&gt;eth1&lt;BR /&gt;eth2&lt;BR /&gt;eth2.50&lt;BR /&gt;eth3&lt;BR /&gt;eth4&lt;BR /&gt;eth5&lt;BR /&gt;eth6&lt;BR /&gt;lo&lt;BR /&gt;wrp128&lt;BR /&gt;wrp192&lt;BR /&gt;wrpj128&lt;BR /&gt;wrpj192&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ ip -4 a | grep inet&lt;BR /&gt; inet 127.0.0.1/8 scope host lo&lt;BR /&gt; inet 10.20.20.200/24 brd 10.20.20.255 scope global ens32&lt;BR /&gt; inet 192.168.7.131/24 brd 192.168.7.255 scope global dynamic ens34&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $ ip -4 r&lt;BR /&gt;default via 192.168.7.1 dev ens34 proto static metric 101&lt;BR /&gt;10.10.10.0/24 via 10.20.20.101 dev ens32 proto static&lt;BR /&gt;10.20.20.0/24 dev ens32 proto kernel scope link src 10.20.20.200 metric 100&lt;BR /&gt;169.254.0.0/16 dev ens32 scope link metric 1000&lt;BR /&gt;192.168.7.0/24 dev ens34 proto kernel scope link src 192.168.7.131 metric 100&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ traceroute -I 10.10.10.10&lt;BR /&gt;traceroute to 10.10.10.10 (10.10.10.10), 64 hops max&lt;BR /&gt; 1 10.20.20.101 0.414ms 0.131ms 0.161ms&lt;BR /&gt; 2 10.10.10.10 0.454ms 0.417ms 0.333ms&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ ssh vladimir@10.10.10.10&lt;BR /&gt;vladimir@10.10.10.10's password:&lt;BR /&gt;Welcome to Linux Mint 18 Sarah (GNU/Linux 4.4.0-21-generic i686)&lt;/P&gt;&lt;P&gt;* Documentation: https://www.linuxmint.com&lt;BR /&gt;Last login: Sat Nov 17 13:36:02 2018 from 10.20.20.200&lt;BR /&gt;vladimir@Mint-LAB-Ext ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Ext ~ $ date&lt;BR /&gt;Sun Nov 18 12:22:41 EST 2018&lt;BR /&gt;vladimir@Mint-LAB-Ext ~ $ watch hostname&lt;/P&gt;&lt;P&gt;Every 2.0s: hostname Sun Nov 18 12:23:07 2018&lt;/P&gt;&lt;P&gt;Mint-LAB-Ext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interface eth5&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:e0:89:0d&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:235100110 packets:2560164 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interface eth6&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:e0:89:17&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:235103370 packets:2560197 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt; show interface eth5&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:234912228 packets:2558103 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; show interface eth6&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:dc&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:234910396 packets:2558080 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 10 | 10 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 1 | 1&lt;BR /&gt; Weight | 10 | 10&lt;BR /&gt; Weight (%) | 50 | 50&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 1 | 1&lt;BR /&gt; Weight | 10 | 10&lt;BR /&gt; Weight (%) | 50 | 50&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 3&lt;BR /&gt;1) VSX1&lt;BR /&gt;2) VSX2&lt;BR /&gt;Please select which member will hold all virtual systems Active:2&lt;/P&gt;&lt;P&gt;The following virtual systems distribution chosen:&lt;BR /&gt; Active : VSX2&lt;BR /&gt; Standby : VSX1&lt;BR /&gt; Backup(s):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 1 | 0 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 0 | 20 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Standby | Active&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 0 | 2&lt;BR /&gt; Weight | 0 | 20&lt;BR /&gt; Weight (%) | 0 | 100&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Standby | Active&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 0 | 2&lt;BR /&gt; Weight | 0 | 20&lt;BR /&gt; Weight (%) | 0 | 100&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; set vsx off&lt;BR /&gt;VSX1&amp;gt; set interface eth5 state on&lt;BR /&gt;VSX1&amp;gt; set interface eth6 state on&lt;BR /&gt;VSX1&amp;gt; add bonding group 4&lt;BR /&gt;VSX1&amp;gt; add bonding group 4 interface eth5&lt;BR /&gt;VSX1&amp;gt; add bonding group 4 interface eth6&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 mode 8023AD&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 lacp-rate slow&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 xmit-hash-policy layer2&lt;BR /&gt;VSX1&amp;gt; set interface bond4 state on&lt;BR /&gt;VSX1&amp;gt; save config&lt;BR /&gt;VSX1&amp;gt; set vsx on&lt;BR /&gt;VSX1:0&amp;gt; save config&lt;BR /&gt;VSX1:0&amp;gt;&lt;BR /&gt;VSX1&amp;gt; show interface bond4&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:e0:89:0d&lt;BR /&gt;type bond&lt;BR /&gt;link-state not available&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed Not configured&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:1240 packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:231218 packets:2524 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 3&lt;BR /&gt;1) VSX1&lt;BR /&gt;2) VSX2&lt;BR /&gt;Please select which member will hold all virtual systems Active:1&lt;/P&gt;&lt;P&gt;The following virtual systems distribution chosen:&lt;BR /&gt; Active : VSX1&lt;BR /&gt; Standby : VSX2&lt;BR /&gt; Backup(s):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 0 | 1 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 20 | 0 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Active | Standby&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 2 | 0&lt;BR /&gt; Weight | 20 | 0&lt;BR /&gt; Weight (%) | 100 | 0&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Active | Standby&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 2 | 0&lt;BR /&gt; Weight | 20 | 0&lt;BR /&gt; Weight (%) | 100 | 0&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt; set vsx off&lt;BR /&gt;VSX2&amp;gt; set interface eth5 state on&lt;BR /&gt;VSX2&amp;gt; set interface eth6 state on&lt;BR /&gt;VSX2&amp;gt; add bonding group 4&lt;BR /&gt;VSX2&amp;gt; add bonding group 4 interface eth5&lt;BR /&gt;VSX2&amp;gt; add bonding group 4 interface eth6&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 mode 8023AD&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 lacp-rate slow&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 xmit-hash-policy layer2&lt;BR /&gt;VSX2&amp;gt; set interface bond4 state on&lt;BR /&gt;VSX2&amp;gt; save config&lt;BR /&gt;VSX2&amp;gt; set vsx on&lt;BR /&gt;VSX2:0&amp;gt; save config&lt;BR /&gt;VSX2:0&amp;gt; show int eth5&lt;BR /&gt;CLINFR0329 Invalid command:'show int eth5'.&lt;BR /&gt;VSX2:0&amp;gt; show interface eth5&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link up&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed 10G&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex full&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:38068 packets:307 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:206564 packets:1929 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt; show interface eth6&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link up&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed 10G&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex full&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:40548 packets:327 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:219610 packets:2051 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt; show interface bond 4&lt;BR /&gt;CLINFR0329 Invalid command:'show interface bond 4'.&lt;BR /&gt;VSX2:0&amp;gt; show interface bond4&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type bond&lt;BR /&gt;link-state not available&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed Not configured&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:90768 packets:732 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:491112 packets:4585 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 2&lt;BR /&gt;Weight assigned to each Virtual System to reflect its relative load&lt;BR /&gt;and priority list to determine which cluster member will hold the&lt;BR /&gt;Virtual System in active, backup or standby state.&lt;/P&gt;&lt;P&gt;The Virtual System priority list will be changed in such manner that&lt;BR /&gt;the total weight is balanced among all cluster members.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;Redistributing the virtual systems...&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 10 | 10 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Expert@VSX1:0]# cat /proc/net/bonding/bond4&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)&lt;/P&gt;&lt;P&gt;Bonding Mode: IEEE 802.3ad Dynamic link aggregation&lt;BR /&gt;Transmit Hash Policy: layer2 (0)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 200&lt;BR /&gt;Down Delay (ms): 200&lt;/P&gt;&lt;P&gt;802.3ad info&lt;BR /&gt;LACP rate: slow&lt;BR /&gt;Active Aggregator Info:&lt;BR /&gt; Aggregator ID: 1&lt;BR /&gt; Number of ports: 2&lt;BR /&gt; Actor Key: 33&lt;BR /&gt; Partner Key: 33&lt;BR /&gt; Partner Mac Address: 00:0c:29:3b:9d:d2&lt;/P&gt;&lt;P&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:e0:89:0d&lt;BR /&gt;Aggregator ID: 1&lt;/P&gt;&lt;P&gt;Slave Interface: eth6&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:e0:89:17&lt;BR /&gt;Aggregator ID: 1&lt;BR /&gt;[Expert@VSX1:0]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Expert@VSX2:0]# cat /proc/net/bonding/bond4&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)&lt;/P&gt;&lt;P&gt;Bonding Mode: IEEE 802.3ad Dynamic link aggregation&lt;BR /&gt;Transmit Hash Policy: layer2 (0)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 200&lt;BR /&gt;Down Delay (ms): 200&lt;/P&gt;&lt;P&gt;802.3ad info&lt;BR /&gt;LACP rate: slow&lt;BR /&gt;Active Aggregator Info:&lt;BR /&gt; Aggregator ID: 1&lt;BR /&gt; Number of ports: 2&lt;BR /&gt; Actor Key: 33&lt;BR /&gt; Partner Key: 33&lt;BR /&gt; Partner Mac Address: 00:0c:29:e0:89:0d&lt;/P&gt;&lt;P&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:3b:9d:d2&lt;BR /&gt;Aggregator ID: 1&lt;/P&gt;&lt;P&gt;Slave Interface: eth6&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:3b:9d:dc&lt;BR /&gt;Aggregator ID: 1&lt;BR /&gt;[Expert@VSX2:0]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Phase 2, configuring new Virtual Switch:&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Word Document&lt;/P&gt;&lt;P&gt;VSX modification instructions&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;Exit “vsx_util vsls” from CLI of the management server to remove the lock from the Cluster Object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;Add bond4 to the Physical Interfaces of the VSX cluster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78509_pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78510_pastedImage_3.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-3 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78511_pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="jive-image image-4" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78512_pastedImage_5.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-5 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78513_pastedImage_6.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-6 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78514_pastedImage_7.png" /&gt;&amp;nbsp;&lt;IMG class="image-7 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78515_pastedImage_8.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;Phase 3, configure Virtual System&lt;BR /&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;See Word Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-8" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78516_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-9 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78517_pastedImage_10.png" /&gt;&amp;nbsp;&lt;IMG class="jive-image image-10" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78518_pastedImage_11.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-11 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78519_pastedImage_12.png" /&gt;&amp;nbsp;&lt;IMG class="image-12 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78520_pastedImage_13.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Specify desired “Main IP Address” according to your established convention and&amp;nbsp;add static and/or default route(s) if required:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-13 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78521_pastedImage_14.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-14" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78522_pastedImage_15.png" /&gt;&amp;nbsp;&lt;IMG class="image-15 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78523_pastedImage_16.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-16 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78524_pastedImage_17.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;Phase 4, Assign 2x Weight to the new VS and redistribute load.&lt;BR /&gt;This is done in anticipation of the new VS handling disproportionally larger traffic load.&lt;BR /&gt;It will force two existing VMs to co-exist on a VSX cluster member different from that handling&lt;BR /&gt;this new VS:&lt;BR /&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;SMS8020&amp;gt; expert&lt;BR /&gt;Enter expert password:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning! All configurations should be done through clish&lt;BR /&gt;You are in expert mode now.&lt;/P&gt;&lt;P&gt;[Expert@SMS8020:0]# vsx_util vsls&lt;/P&gt;&lt;P&gt;******************************************************************************************&lt;BR /&gt;* Note: the operation you are about to perform changes the information in the management *&lt;BR /&gt;* database. Back up the database before continuing. *&lt;BR /&gt;******************************************************************************************&lt;/P&gt;&lt;P&gt;Enter Security Management Server/main Domain Management Server IP address (Hit 'ENTER' for 'localhost'):&lt;BR /&gt;Enter Administrator Name: admin&lt;BR /&gt;Enter Administrator Password:&lt;BR /&gt;Select VSX cluster object name:&lt;BR /&gt; 1) VSXCXL&lt;BR /&gt;Select: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 4&lt;/P&gt;&lt;P&gt;Update Virtual System VSLS parameter can be done using one of the following methods:&lt;BR /&gt; [m]anually - update single Virtual System weight and priority&lt;BR /&gt; [a]utomatic - iterate each and every Virtual System and update their weight&lt;/P&gt;&lt;P&gt;Please select update method (m|a) [m]:a&lt;/P&gt;&lt;P&gt;Please enter new weight for the following Virtual Systems, the default value is the current configured weight.&lt;BR /&gt;Enter 's' to stop the update procedure, leaving the remaining Virtual Systems weight unchanged.&lt;/P&gt;&lt;P&gt;Please enter weight for VSA [10]:&lt;BR /&gt;Skipping current Virtual system, weight remain unchanged!&lt;/P&gt;&lt;P&gt;Please enter weight for VSB [10]:&lt;BR /&gt;Skipping current Virtual system, weight remain unchanged!&lt;/P&gt;&lt;P&gt;Please enter weight for VSSVR [10]: 20&lt;/P&gt;&lt;P&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt; 5 | VSSVR | 0 | 1 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 30 | 10 | 40 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 2&lt;BR /&gt;Weight assigned to each Virtual System to reflect its relative load&lt;BR /&gt;and priority list to determine which cluster member will hold the&lt;BR /&gt;Virtual System in active, backup or standby state.&lt;/P&gt;&lt;P&gt;The Virtual System priority list will be changed in such manner that&lt;BR /&gt;the total weight is balanced among all cluster members.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;Redistributing the virtual systems...&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 1 | 0 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt; 5 | VSSVR | 0 | 1 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 20 | 20 | 40 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Phase 5, configure OSPF and other VS-specific parameters on EACH CLUSTER MEMBER&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; show virtual-system all&lt;BR /&gt;Virtual systems list&lt;BR /&gt;VS ID VS NAME&lt;BR /&gt;0 0&lt;BR /&gt;1 VSX1_VSWitch1&lt;BR /&gt;2 VSX1_VSA&lt;BR /&gt;3 VSX1_VSB&lt;BR /&gt;4 VSX1_VirtualSwitch2&lt;BR /&gt;5 VSX1_VSSVR&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; set virtual-system 5&lt;BR /&gt;Context is set to vsid 5&lt;BR /&gt;VSX1:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:5&amp;gt; set ospf area backbone off&lt;BR /&gt;set instance 5 ospf area backbone off&lt;BR /&gt;VSX1:5&amp;gt; set ospf area 0.0.0.77 on&lt;BR /&gt;set instance 5 ospf area 0.0.0.77 on&lt;BR /&gt;VSX1:5&amp;gt; save config&lt;BR /&gt;VSX1:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; set virtual-system 5&lt;BR /&gt;Context is set to vsid 5&lt;BR /&gt;VSX2:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:5&amp;gt; set ospf area backbone off&lt;BR /&gt;set instance 5 ospf area backbone off&lt;BR /&gt;VSX2:5&amp;gt; set ospf area 0.0.0.77 on&lt;BR /&gt;set instance 5 ospf area 0.0.0.77 on&lt;BR /&gt;VSX2:5&amp;gt; save config&lt;BR /&gt;VSX2:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;SSH session established prior to the manipulation of the VSX infrastructure remains intact:&lt;/H3&gt;&lt;P&gt;&lt;BR /&gt;Every 2.0s: hostname Sun Nov 18 15:06:44 2018&lt;/P&gt;&lt;P&gt;Mint-LAB-Ext&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2019 15:06:34 GMT</pubDate>
    <dc:creator>Vladimir</dc:creator>
    <dc:date>2019-02-15T15:06:34Z</dc:date>
    <item>
      <title>VSX VSLS Cluster Modification Step by Step</title>
      <link>https://community.checkpoint.com/t5/General-Topics/VSX-VSLS-Cluster-Modification-Step-by-Step/m-p/40939#M8641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be helpful to those new to VSX clusters. We are occasionally tasked with introducing certain changes to the environment and, if yours was pretty static over extended period of time, this too may be helpful.&lt;/P&gt;&lt;P&gt;In this example, we'll be creating new bond, adding interfaces to it, introducing new virtual switches and a new virtual system that should be more heavily loaded than the two preexisting VS'.&lt;/P&gt;&lt;P&gt;To demonstrate that the established sessions on preexisting VS' are not affected during this procedure, an SSH session is maintained and monitored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;VSX modification procedure&lt;/H2&gt;&lt;H4&gt;--------------------------------------------&lt;/H4&gt;&lt;H4&gt;Phase 1, configuring new bond:&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;1. Backup and snapshot all components of the Check Point infrastructure&lt;BR /&gt;2. Pre-configure LACP bonds on the Cisco switches&lt;BR /&gt;3. Log on to Management server and both VSX units via CLI and open SmartConsole&lt;BR /&gt;4. Verify that newly added physical interfaces are not listed inthe "physical Interfaces" properties of the VSX cluster object in SmartConsole. If they are present there, delete them and install policy.&lt;BR /&gt;5. Using vsx_util vsls, move all virtual systems to one of the cluster members (VSX2)&lt;BR /&gt;6. Confirm good cluster state and active systems allocation from "vsx_util vsls" as well as running cphaprob on cluster members&lt;BR /&gt;7. On "empty" VSX cluster member "set vsx off"&lt;BR /&gt;8. On "empty" VSX cluster member set newly added physical interfaces state to "ON"&lt;BR /&gt;9. On "empty" VSX cluster member create bonding group, assign member interfaces and configure bonding group mode parameters&lt;BR /&gt;10. Set newly configured bond interface to "ON"&lt;BR /&gt;11. On "empty" VSX cluster member "set vsx on"&lt;BR /&gt;12. save config&lt;BR /&gt;13. wait for about a minute, then verify the state of the cluster by running "cphaprob stat" on both cluster members&lt;BR /&gt;14. If cluster looks healthy, use "vsx_util vsls" to move all virtual systems to the cluster member with newly defined bonding group (VSX1)&lt;BR /&gt;15. Confirm good cluster state and active systems allocation from "vsx_util vsls" as well as running cphaprob on cluster members&lt;BR /&gt;16. On "empty" VSX cluster member "set vsx off"&lt;BR /&gt;17. On "empty" VSX cluster member set newly added physical interfaces state to "ON"&lt;BR /&gt;18. On "empty" VSX cluster member create bonding group, assign member interfaces and configure bonding group mode parameters&lt;BR /&gt;19. Set newly configured bond interface to "ON"&lt;BR /&gt;20. On "empty" VSX cluster member "set vsx on"&lt;BR /&gt;21. Save config&lt;BR /&gt;22. wait for about a minute, then verify the state of the cluster by running "cphaprob stat" on both cluster members&lt;BR /&gt;23. If cluster looks healthy, use "vsx_util vsls" to redistribute virtual systems between cluster nodes&lt;BR /&gt;24. Exit "vsx_util vsls" and the "Expert" mode on the management server&lt;BR /&gt;25. In SmartConsole, add new bond interface to the "Physical Interfaces" properties of the cluster and select the checkbox designating it as a Trunk.&lt;BR /&gt;26. save settings and push policy&lt;BR /&gt;27. Verify the state of the bond on individual cluster members&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the actual&amp;nbsp;execution of the procedures emulated in my lab environment. For testing the stability of the existing connections, two linux VMs Mint-LAB-Int1 and Mint-LAB-Ext were deployed and SSH session established through one of the existing VS running "watch hostname".&lt;/P&gt;&lt;P&gt;Incrementing time was used to asses survivability of the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Expert@VSX1:0]# ifconfig | grep inet&lt;BR /&gt; inet addr:192.168.7.52 Bcast:192.168.7.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:172.32.1.1 Bcast:172.32.1.3 Mask:255.255.255.252&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt;[Expert@VSX1:0]# vsenv 2&lt;BR /&gt;Context is set to Virtual Device VSX1_VSA (ID 2).&lt;BR /&gt;[Expert@VSX1:2]# ifconfig | grep inet&lt;BR /&gt; inet addr:10.20.20.101 Bcast:10.20.20.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet addr:10.10.10.101 Bcast:10.10.10.255 Mask:255.255.255.0&lt;BR /&gt;[Expert@VSX1:2]# vsenv 3&lt;BR /&gt;Context is set to Virtual Device VSX1_VSB (ID 3).&lt;BR /&gt;[Expert@VSX1:3]# ifconfig | grep inet&lt;BR /&gt; inet addr:10.30.30.101 Bcast:10.30.30.255 Mask:255.255.255.0&lt;BR /&gt; inet addr:127.0.0.1 Mask:255.0.0.0&lt;BR /&gt; inet addr:10.10.10.102 Bcast:10.10.10.255 Mask:255.255.255.0&lt;BR /&gt;[Expert@VSX1:3]#&lt;/P&gt;&lt;P&gt;[Expert@VSX1:3]# exit&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interfaces&lt;BR /&gt;br1&lt;BR /&gt;eth0&lt;BR /&gt;eth1&lt;BR /&gt;eth2&lt;BR /&gt;eth2.50&lt;BR /&gt;eth3&lt;BR /&gt;eth4&lt;BR /&gt;eth5&lt;BR /&gt;eth6&lt;BR /&gt;lo&lt;BR /&gt;wrp128&lt;BR /&gt;wrp192&lt;BR /&gt;wrpj128&lt;BR /&gt;wrpj192&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ ip -4 a | grep inet&lt;BR /&gt; inet 127.0.0.1/8 scope host lo&lt;BR /&gt; inet 10.20.20.200/24 brd 10.20.20.255 scope global ens32&lt;BR /&gt; inet 192.168.7.131/24 brd 192.168.7.255 scope global dynamic ens34&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $ ip -4 r&lt;BR /&gt;default via 192.168.7.1 dev ens34 proto static metric 101&lt;BR /&gt;10.10.10.0/24 via 10.20.20.101 dev ens32 proto static&lt;BR /&gt;10.20.20.0/24 dev ens32 proto kernel scope link src 10.20.20.200 metric 100&lt;BR /&gt;169.254.0.0/16 dev ens32 scope link metric 1000&lt;BR /&gt;192.168.7.0/24 dev ens34 proto kernel scope link src 192.168.7.131 metric 100&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ traceroute -I 10.10.10.10&lt;BR /&gt;traceroute to 10.10.10.10 (10.10.10.10), 64 hops max&lt;BR /&gt; 1 10.20.20.101 0.414ms 0.131ms 0.161ms&lt;BR /&gt; 2 10.10.10.10 0.454ms 0.417ms 0.333ms&lt;BR /&gt;vladimir@Mint-LAB-Int1 ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Int1 ~ $ ssh vladimir@10.10.10.10&lt;BR /&gt;vladimir@10.10.10.10's password:&lt;BR /&gt;Welcome to Linux Mint 18 Sarah (GNU/Linux 4.4.0-21-generic i686)&lt;/P&gt;&lt;P&gt;* Documentation: https://www.linuxmint.com&lt;BR /&gt;Last login: Sat Nov 17 13:36:02 2018 from 10.20.20.200&lt;BR /&gt;vladimir@Mint-LAB-Ext ~ $&lt;/P&gt;&lt;P&gt;vladimir@Mint-LAB-Ext ~ $ date&lt;BR /&gt;Sun Nov 18 12:22:41 EST 2018&lt;BR /&gt;vladimir@Mint-LAB-Ext ~ $ watch hostname&lt;/P&gt;&lt;P&gt;Every 2.0s: hostname Sun Nov 18 12:23:07 2018&lt;/P&gt;&lt;P&gt;Mint-LAB-Ext&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interface eth5&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:e0:89:0d&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:235100110 packets:2560164 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; show interface eth6&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:e0:89:17&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:235103370 packets:2560197 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt; show interface eth5&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:234912228 packets:2558103 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; show interface eth6&lt;BR /&gt;state off&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:dc&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link down&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:0 packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:234910396 packets:2558080 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 10 | 10 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 1 | 1&lt;BR /&gt; Weight | 10 | 10&lt;BR /&gt; Weight (%) | 50 | 50&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 1 | 1&lt;BR /&gt; Weight | 10 | 10&lt;BR /&gt; Weight (%) | 50 | 50&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 3&lt;BR /&gt;1) VSX1&lt;BR /&gt;2) VSX2&lt;BR /&gt;Please select which member will hold all virtual systems Active:2&lt;/P&gt;&lt;P&gt;The following virtual systems distribution chosen:&lt;BR /&gt; Active : VSX2&lt;BR /&gt; Standby : VSX1&lt;BR /&gt; Backup(s):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 1 | 0 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 0 | 20 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Standby | Active&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 0 | 2&lt;BR /&gt; Weight | 0 | 20&lt;BR /&gt; Weight (%) | 0 | 100&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Standby | Active&lt;BR /&gt; 3 | 10 | Standby | Active&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 0 | 2&lt;BR /&gt; Weight | 0 | 20&lt;BR /&gt; Weight (%) | 0 | 100&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:0&amp;gt; set vsx off&lt;BR /&gt;VSX1&amp;gt; set interface eth5 state on&lt;BR /&gt;VSX1&amp;gt; set interface eth6 state on&lt;BR /&gt;VSX1&amp;gt; add bonding group 4&lt;BR /&gt;VSX1&amp;gt; add bonding group 4 interface eth5&lt;BR /&gt;VSX1&amp;gt; add bonding group 4 interface eth6&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 mode 8023AD&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 lacp-rate slow&lt;BR /&gt;VSX1&amp;gt; set bonding group 4 xmit-hash-policy layer2&lt;BR /&gt;VSX1&amp;gt; set interface bond4 state on&lt;BR /&gt;VSX1&amp;gt; save config&lt;BR /&gt;VSX1&amp;gt; set vsx on&lt;BR /&gt;VSX1:0&amp;gt; save config&lt;BR /&gt;VSX1:0&amp;gt;&lt;BR /&gt;VSX1&amp;gt; show interface bond4&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:e0:89:0d&lt;BR /&gt;type bond&lt;BR /&gt;link-state not available&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed Not configured&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:1240 packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:231218 packets:2524 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 3&lt;BR /&gt;1) VSX1&lt;BR /&gt;2) VSX2&lt;BR /&gt;Please select which member will hold all virtual systems Active:1&lt;/P&gt;&lt;P&gt;The following virtual systems distribution chosen:&lt;BR /&gt; Active : VSX1&lt;BR /&gt; Standby : VSX2&lt;BR /&gt; Backup(s):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 0 | 1 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 20 | 0 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 (local) 172.32.1.1 100% Active&lt;BR /&gt;2 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | [local] |&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Active | Standby&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 2 | 0&lt;BR /&gt; Weight | 20 | 0&lt;BR /&gt; Weight (%) | 100 | 0&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; cphaprob stat&lt;/P&gt;&lt;P&gt;Cluster Mode: Virtual System Load Sharing&lt;/P&gt;&lt;P&gt;Number Unique Address Assigned Load State&lt;/P&gt;&lt;P&gt;1 172.32.1.1 100% Active&lt;BR /&gt;2 (local) 172.32.1.2 0% Standby&lt;/P&gt;&lt;P&gt;Cluster name: VSXCXL&lt;/P&gt;&lt;P&gt;Virtual Devices Status on each Cluster Member&lt;BR /&gt;=============================================&lt;/P&gt;&lt;P&gt;ID | Weight| VSX1 | VSX2&lt;BR /&gt; | | | [local]&lt;BR /&gt;-------+-------+-----------+-----------&lt;BR /&gt; 2 | 10 | Active | Standby&lt;BR /&gt; 3 | 10 | Active | Standby&lt;BR /&gt;---------------+-----------+-----------&lt;BR /&gt; Active | 2 | 0&lt;BR /&gt; Weight | 20 | 0&lt;BR /&gt; Weight (%) | 100 | 0&lt;/P&gt;&lt;P&gt;Legend: Init - Initializing, Active! - Active Attention&lt;BR /&gt; Down! - ClusterXL Inactive or Virtual System is Down&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX2:0&amp;gt; set vsx off&lt;BR /&gt;VSX2&amp;gt; set interface eth5 state on&lt;BR /&gt;VSX2&amp;gt; set interface eth6 state on&lt;BR /&gt;VSX2&amp;gt; add bonding group 4&lt;BR /&gt;VSX2&amp;gt; add bonding group 4 interface eth5&lt;BR /&gt;VSX2&amp;gt; add bonding group 4 interface eth6&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 mode 8023AD&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 lacp-rate slow&lt;BR /&gt;VSX2&amp;gt; set bonding group 4 xmit-hash-policy layer2&lt;BR /&gt;VSX2&amp;gt; set interface bond4 state on&lt;BR /&gt;VSX2&amp;gt; save config&lt;BR /&gt;VSX2&amp;gt; set vsx on&lt;BR /&gt;VSX2:0&amp;gt; save config&lt;BR /&gt;VSX2:0&amp;gt; show int eth5&lt;BR /&gt;CLINFR0329 Invalid command:'show int eth5'.&lt;BR /&gt;VSX2:0&amp;gt; show interface eth5&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link up&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed 10G&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex full&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:38068 packets:307 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:206564 packets:1929 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt; show interface eth6&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type ethernet&lt;BR /&gt;link-state link up&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed 10G&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex full&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed 10G/full&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:40548 packets:327 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:219610 packets:2051 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt; show interface bond 4&lt;BR /&gt;CLINFR0329 Invalid command:'show interface bond 4'.&lt;BR /&gt;VSX2:0&amp;gt; show interface bond4&lt;BR /&gt;state on&lt;BR /&gt;mac-addr 00:0c:29:3b:9d:d2&lt;BR /&gt;type bond&lt;BR /&gt;link-state not available&lt;BR /&gt;instance 0&lt;BR /&gt;mtu 1500&lt;BR /&gt;auto-negotiation Not configured&lt;BR /&gt;speed N/A&lt;BR /&gt;ipv6-autoconfig Not configured&lt;BR /&gt;duplex N/A&lt;BR /&gt;monitor-mode Not configured&lt;BR /&gt;link-speed Not configured&lt;BR /&gt;comments&lt;BR /&gt;ipv4-address Not Configured&lt;BR /&gt;ipv6-address Not Configured&lt;BR /&gt;ipv6-local-link-address Not Configured&lt;/P&gt;&lt;P&gt;Statistics:&lt;BR /&gt;TX bytes:90768 packets:732 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;RX bytes:491112 packets:4585 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;VSX2:0&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 2&lt;BR /&gt;Weight assigned to each Virtual System to reflect its relative load&lt;BR /&gt;and priority list to determine which cluster member will hold the&lt;BR /&gt;Virtual System in active, backup or standby state.&lt;/P&gt;&lt;P&gt;The Virtual System priority list will be changed in such manner that&lt;BR /&gt;the total weight is balanced among all cluster members.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;Redistributing the virtual systems...&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 10 | 10 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Expert@VSX1:0]# cat /proc/net/bonding/bond4&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)&lt;/P&gt;&lt;P&gt;Bonding Mode: IEEE 802.3ad Dynamic link aggregation&lt;BR /&gt;Transmit Hash Policy: layer2 (0)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 200&lt;BR /&gt;Down Delay (ms): 200&lt;/P&gt;&lt;P&gt;802.3ad info&lt;BR /&gt;LACP rate: slow&lt;BR /&gt;Active Aggregator Info:&lt;BR /&gt; Aggregator ID: 1&lt;BR /&gt; Number of ports: 2&lt;BR /&gt; Actor Key: 33&lt;BR /&gt; Partner Key: 33&lt;BR /&gt; Partner Mac Address: 00:0c:29:3b:9d:d2&lt;/P&gt;&lt;P&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:e0:89:0d&lt;BR /&gt;Aggregator ID: 1&lt;/P&gt;&lt;P&gt;Slave Interface: eth6&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:e0:89:17&lt;BR /&gt;Aggregator ID: 1&lt;BR /&gt;[Expert@VSX1:0]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Expert@VSX2:0]# cat /proc/net/bonding/bond4&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)&lt;/P&gt;&lt;P&gt;Bonding Mode: IEEE 802.3ad Dynamic link aggregation&lt;BR /&gt;Transmit Hash Policy: layer2 (0)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 200&lt;BR /&gt;Down Delay (ms): 200&lt;/P&gt;&lt;P&gt;802.3ad info&lt;BR /&gt;LACP rate: slow&lt;BR /&gt;Active Aggregator Info:&lt;BR /&gt; Aggregator ID: 1&lt;BR /&gt; Number of ports: 2&lt;BR /&gt; Actor Key: 33&lt;BR /&gt; Partner Key: 33&lt;BR /&gt; Partner Mac Address: 00:0c:29:e0:89:0d&lt;/P&gt;&lt;P&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:3b:9d:d2&lt;BR /&gt;Aggregator ID: 1&lt;/P&gt;&lt;P&gt;Slave Interface: eth6&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:0c:29:3b:9d:dc&lt;BR /&gt;Aggregator ID: 1&lt;BR /&gt;[Expert@VSX2:0]#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Phase 2, configuring new Virtual Switch:&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Word Document&lt;/P&gt;&lt;P&gt;VSX modification instructions&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;Exit “vsx_util vsls” from CLI of the management server to remove the lock from the Cluster Object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;Add bond4 to the Physical Interfaces of the VSX cluster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78509_pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78510_pastedImage_3.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-3 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78511_pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="jive-image image-4" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78512_pastedImage_5.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-5 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78513_pastedImage_6.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;IMG class="image-6 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78514_pastedImage_7.png" /&gt;&amp;nbsp;&lt;IMG class="image-7 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78515_pastedImage_8.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;Phase 3, configure Virtual System&lt;BR /&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;See Word Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-8" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78516_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-9 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78517_pastedImage_10.png" /&gt;&amp;nbsp;&lt;IMG class="jive-image image-10" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78518_pastedImage_11.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-11 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78519_pastedImage_12.png" /&gt;&amp;nbsp;&lt;IMG class="image-12 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78520_pastedImage_13.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Specify desired “Main IP Address” according to your established convention and&amp;nbsp;add static and/or default route(s) if required:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-13 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78521_pastedImage_14.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-14" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78522_pastedImage_15.png" /&gt;&amp;nbsp;&lt;IMG class="image-15 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78523_pastedImage_16.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-16 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/78524_pastedImage_17.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;Phase 4, Assign 2x Weight to the new VS and redistribute load.&lt;BR /&gt;This is done in anticipation of the new VS handling disproportionally larger traffic load.&lt;BR /&gt;It will force two existing VMs to co-exist on a VSX cluster member different from that handling&lt;BR /&gt;this new VS:&lt;BR /&gt;-----------------------------------------------&lt;/P&gt;&lt;P&gt;SMS8020&amp;gt; expert&lt;BR /&gt;Enter expert password:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning! All configurations should be done through clish&lt;BR /&gt;You are in expert mode now.&lt;/P&gt;&lt;P&gt;[Expert@SMS8020:0]# vsx_util vsls&lt;/P&gt;&lt;P&gt;******************************************************************************************&lt;BR /&gt;* Note: the operation you are about to perform changes the information in the management *&lt;BR /&gt;* database. Back up the database before continuing. *&lt;BR /&gt;******************************************************************************************&lt;/P&gt;&lt;P&gt;Enter Security Management Server/main Domain Management Server IP address (Hit 'ENTER' for 'localhost'):&lt;BR /&gt;Enter Administrator Name: admin&lt;BR /&gt;Enter Administrator Password:&lt;BR /&gt;Select VSX cluster object name:&lt;BR /&gt; 1) VSXCXL&lt;BR /&gt;Select: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 4&lt;/P&gt;&lt;P&gt;Update Virtual System VSLS parameter can be done using one of the following methods:&lt;BR /&gt; [m]anually - update single Virtual System weight and priority&lt;BR /&gt; [a]utomatic - iterate each and every Virtual System and update their weight&lt;/P&gt;&lt;P&gt;Please select update method (m|a) [m]:a&lt;/P&gt;&lt;P&gt;Please enter new weight for the following Virtual Systems, the default value is the current configured weight.&lt;BR /&gt;Enter 's' to stop the update procedure, leaving the remaining Virtual Systems weight unchanged.&lt;/P&gt;&lt;P&gt;Please enter weight for VSA [10]:&lt;BR /&gt;Skipping current Virtual system, weight remain unchanged!&lt;/P&gt;&lt;P&gt;Please enter weight for VSB [10]:&lt;BR /&gt;Skipping current Virtual system, weight remain unchanged!&lt;/P&gt;&lt;P&gt;Please enter weight for VSSVR [10]: 20&lt;/P&gt;&lt;P&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 0 | 1 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt; 5 | VSSVR | 0 | 1 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 30 | 10 | 40 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;BR /&gt;1 - Lowest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]: 2&lt;BR /&gt;Weight assigned to each Virtual System to reflect its relative load&lt;BR /&gt;and priority list to determine which cluster member will hold the&lt;BR /&gt;Virtual System in active, backup or standby state.&lt;/P&gt;&lt;P&gt;The Virtual System priority list will be changed in such manner that&lt;BR /&gt;the total weight is balanced among all cluster members.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation is required to apply the configuration. Make sure the cluster&lt;BR /&gt;members are up and reachable before continuing.&lt;/P&gt;&lt;P&gt;Save &amp;amp; apply configuration ? (y|n) [y]:y&lt;BR /&gt;Redistributing the virtual systems...&lt;BR /&gt;VS Load Sharing configuration saved successfully...&lt;BR /&gt;The virtual system(s) were successfully redistributed&lt;BR /&gt;Installing new policy...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Policy installation finished successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VS Load Sharing - Menu&lt;BR /&gt;________________________________&lt;BR /&gt;1. Display current VS Load sharing configuration&lt;BR /&gt;2. Distribute all Virtual Systems so that each cluster member is equally loaded&lt;BR /&gt;3. Set all VSes active on one member&lt;BR /&gt;4. Manually set priority and weight&lt;BR /&gt;5. Import configuration from a file&lt;BR /&gt;6. Export configuration to a file&lt;BR /&gt;7. Exit&lt;/P&gt;&lt;P&gt;Enter redistribution option (1-7) [1]:&lt;/P&gt;&lt;P&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt;VSID| VS name | VSX1 | VSX2 | Weight |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; 2 | VSA | 1 | 0 | 10 |&lt;BR /&gt; 3 | VSB | 1 | 0 | 10 |&lt;BR /&gt; 5 | VSSVR | 0 | 1 | 20 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;BR /&gt; Total weight | 20 | 20 | 40 |&lt;BR /&gt;----+---------+-----------+-----------+--------+&lt;/P&gt;&lt;P&gt;Legend:&lt;BR /&gt;0 - Highest priority&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;Phase 5, configure OSPF and other VS-specific parameters on EACH CLUSTER MEMBER&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; show virtual-system all&lt;BR /&gt;Virtual systems list&lt;BR /&gt;VS ID VS NAME&lt;BR /&gt;0 0&lt;BR /&gt;1 VSX1_VSWitch1&lt;BR /&gt;2 VSX1_VSA&lt;BR /&gt;3 VSX1_VSB&lt;BR /&gt;4 VSX1_VirtualSwitch2&lt;BR /&gt;5 VSX1_VSSVR&lt;BR /&gt;VSX1:0&amp;gt;&lt;/P&gt;&lt;P&gt;VSX1:0&amp;gt; set virtual-system 5&lt;BR /&gt;Context is set to vsid 5&lt;BR /&gt;VSX1:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX1:5&amp;gt; set ospf area backbone off&lt;BR /&gt;set instance 5 ospf area backbone off&lt;BR /&gt;VSX1:5&amp;gt; set ospf area 0.0.0.77 on&lt;BR /&gt;set instance 5 ospf area 0.0.0.77 on&lt;BR /&gt;VSX1:5&amp;gt; save config&lt;BR /&gt;VSX1:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:0&amp;gt; set virtual-system 5&lt;BR /&gt;Context is set to vsid 5&lt;BR /&gt;VSX2:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VSX2:5&amp;gt; set ospf area backbone off&lt;BR /&gt;set instance 5 ospf area backbone off&lt;BR /&gt;VSX2:5&amp;gt; set ospf area 0.0.0.77 on&lt;BR /&gt;set instance 5 ospf area 0.0.0.77 on&lt;BR /&gt;VSX2:5&amp;gt; save config&lt;BR /&gt;VSX2:5&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;SSH session established prior to the manipulation of the VSX infrastructure remains intact:&lt;/H3&gt;&lt;P&gt;&lt;BR /&gt;Every 2.0s: hostname Sun Nov 18 15:06:44 2018&lt;/P&gt;&lt;P&gt;Mint-LAB-Ext&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 15:06:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/VSX-VSLS-Cluster-Modification-Step-by-Step/m-p/40939#M8641</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2019-02-15T15:06:34Z</dc:date>
    </item>
  </channel>
</rss>

