Peer Keep alive Lab Configuration with Aruba CX Switch Series 8320 Skip to main content

Peer Keep alive Lab Configuration with Aruba CX Switch Series 8320

Peer Keep alive Lab Configuration with Aruba CX Switch Series 8320

This lab configuration with Aruba Switch Series 8320, 2930.

 

Distribution uses UDP-based peer keep alive message to determine if any link goes down at this level or the peer has completely failed. The following opening rules must be followed to use peer keep alive links.

1.      An IP address must be configure for a peer keep alive VLAN interface and the same IP address must be configured as a peer keep alive distribution on the peer distribution switch.

 

2.      There must be logical layer 3 connectivity between the two IP address configured for the peer keep alive VLAN interface.

 

3.      STP cannot run on a peer-keep alive links.

 

4.      A keep alive VLAN can only have one member port.

 

5.      The default VLAN can’t configure for a peer keep alive. It will show an error message.

Considering the below facts:

  1. Configuration of the KA will be done on the Default VRF.
  2. The IP address on Primary and Secondary are respectively 10.x.x.x and 10.x.x.y
  3. The Loopback interface ID is 0.( Also can use physical interface)
  4. The correct dedicated VLAN assignment of the interfaces are done.

 

Here are the steps/commands (only highlighted portion) to configure the KL.

 

  1. Step 1: Creating a Loopback interface on both the VSX member switches.

 

On the Primary:

============

Create a Loop Back Interface if you do not have one.

interface loopback 0

ip address 10.x.x.x/32

            On the Secondary:

============

Create a Loop Back Interface if you do not have one.

interface loopback 0

ip address 10.x.x.y/32

 

  1. Step 2: Confirm the above IPs are reachable through the newly configured interfaces.

a.       Confirm with the ICMP test if the IP is reachable

b.      Check with ‘show arp’ to see which interface the IP addresses are learnt (it should be learnt on the newly commissioned link)

 

  1. Step 3: Create the KeepAlive Link for the VSX pair switches.

 

On the Primary:

============

vsx

    inter-switch-link lag XXX

    role primary

    keepalive peer 10.x.x.y source 10.x.x.x

 

On the Secondary:

============

vsx

    inter-switch-link lag XXX

    role secondary

    keepalive peer 10.x.x.x source 10.x.x.y

 

  1. Step 4: Check the KA link is established and working. (Troubleshooting step)

 

a. show vsx status keepalive (KA state should be like this ‘Keepalive State: Keepalive-Established’)

b. show vsx configuration keepalive


Comments

Popular posts from this blog

DHCP-Snooping Configuration with Aruba Switch Series 2930, 2530.

  DHCP-Snooping Configuration with Aruba Switch Series 2930, 2530. DHCP Snooping  is a Layer 2 security switch feature which blocks unauthorized (rogue) DHCP servers from distributing IP addresses to DHCP clients also call option 82 of this service. This lab configuration with Aruba Switch Series 8320, 2930. We need trusted DHCP server IP address to configure DHCP-snooping on your network.   DHCP Starvation   attack  is a common network attack that targets network  DHCP servers . Its primary objective is to  flood  the organization’s DHCP server with  DHCP REQUEST messages  using  spoofed source MAC addresses . The DHCP server will respond to all requests, not knowing this is a  DHCP Starvation attack , and assign available IP addresses until its  DHCP pool is depleted . At this point the attacker has rendered the organization’s DHCP server useless and can now enable his own  rogue DHCP server  to s...

Aruba Switch 2930 Series NTP (Network Time Protocol) Configuration

Aruba Switch NTP (Network Time Protocol) Configuration NTP (Network Time Protocol) is time management protocol.   NTP (Network Time Protocol) for network time managing we use this in our organization because 100- 1000 devices are running in a network then it’s very difficult to manage time on all devices that’s why we use this mechanism. It uses port no 123 for transport and use UDP services for polling time from server to the devices. NTP uses operate different modes. Supports four different modes. 1-Client 2-Server 3-Peer 4-Broadcast/multicast. NTP (Network Time Protocol) operating modes define the NTP communication between NTP devices. NTP communication between two different devices includes NTP Time requests and NTP control queries. NTP Time request communication is the request from an NTP client for time synchronization from an NTP server. NTP Control queries are the communication messages for configuration information. Following are the importan...

How to Prepare for CCNA 200‑301 Exam Step by Step 2026

How to Prepare for CCNA 200‑301 Exam Step by Step Preparation is key to success. Here’s a step-by-step approach to how to prepare for the CCNA 200‑301 exam step by step : Understand the Exam Topics: Familiarize yourself with networking fundamentals, IP addressing, routing, switching, and security concepts. Cisco provides a detailed exam outline. Use a Structured Study Plan: Divide your study time into manageable chunks focusing on one topic at a time. Practice with Labs: Set up virtual labs using Packet Tracer or GNS3 to apply concepts practically. Hands-on experience is critical. Take Practice Tests: Regularly test yourself to identify weak areas and track your progress. CCNA Beginner Guide for Network Fundamentals 2026 Starting your  CCNA journey  can feel overwhelming, but with the right approach, you can master the basics and prepare for the exam confidently. This  CCNA beginner guide for network fundamentals  will help you understand the essential concepts, set ...