AOS-CX Switch Simulator

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

VSX Protocol configuration on HP Aruba 8360

This thread has been viewed 55 times
  • 1.  VSX Protocol configuration on HP Aruba 8360

    Posted Jun 11, 2021 05:07 PM
    Hi there

    I have two HP Aruba-8360 and I configured VSX on both. As you can see in the topology diagram one is primary and other one is secondary. 
    image.png


    On Primary I have Multiple VLANs, Interface vlans and DHCP Pool for corresponding vlans. And on secondary using " VSX-SYNC '' I got vlans on my secondary switch but was unable to get SVI for corresponding vlans. 
    My question is :
    Is it essential that we have different ip addresses in SVI on both primary and secondary?. Like for example I have 

    On Primary HP Aruba-8360

    interface vlan 5
        vsx-sync active-gateways
        description BMS
        ip address 172.22.x.x/24
        active-gateway ip mac 00:00:00:00:00:05
        active-gateway ip 172.22.x.x
    interface vlan 6
        vsx-sync active-gateways
        description Metering
        ip address 172.22.x.x/24
        active-gateway ip mac 00:00:00:00:00:06
        active-gateway ip 172.22.x.x

    So On Secondary HP Aruba-8360

    Should I have different ip address for interface vlan 5 and 6. I know we can keep the active-gateway the same on both switches but I'm not sure about IP Address for SVI. 

    And how I can sync primary interface vlan 5 and 6 on secondary switch using VSX Protocol in HP-Aruba 8360. 

    The content of this email is considered privileged. If you are not its intended recipient, please notify the sender and delete all copies immediately.



  • 2.  RE: VSX Protocol configuration on HP Aruba 8360

    MVP GURU
    Posted Jun 12, 2021 05:58 AM
    Was this post triple posted? I'm pretty much sure I answered it quite immediately once I saw it and then I saw an identical one answered by another Community member...then this one.

    ------------------------------
    Davide Poletto
    ------------------------------



  • 3.  RE: VSX Protocol configuration on HP Aruba 8360

    EMPLOYEE
    Posted Jun 14, 2021 10:18 AM
    Yes, you must have 3 IP addresses for the same SVI,
    • SVI IP address for the primary
    • SVI IP address for the secondary
    • active-gateway (virtual) IP address - shared
    The active-gateway MAC address is shared (same on both).

    For example on interface vlan 5:
    Primary: 
    interface vlan 5
        vsx-sync active-gateways
        description BMS
        ip address 172.22.16.2/24
        active-gateway ip mac 00:00:00:00:00:05
        active-gateway ip 172.22.16.1
    Secondary
    interface vlan 5
        description BMS
        ip address 172.22.16.3/24

    As you correctly have, vsx-sync will synchronize the active gateway configuration from primary to secondary.

    The reason you need these two IP addresses is because the routing plane on both devises is independent.

    ------------------------------
    Ruben Iglesias
    ------------------------------



  • 4.  RE: VSX Protocol configuration on HP Aruba 8360

    Posted Jun 14, 2021 10:34 AM
    @Ruben Iglesias

    Very well explained. I appreciate your response.


    Khan​

    ------------------------------
    Adnan Khan
    ------------------------------