0% found this document useful (0 votes)
148 views5 pages

A10-High Availability

The document provides configuration steps for setting up high availability between two A10 devices using VRRP-A. This includes configuring interfaces, virtual routers, peer groups and enabling SSH.

Uploaded by

Pradeep Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views5 pages

A10-High Availability

The document provides configuration steps for setting up high availability between two A10 devices using VRRP-A. This includes configuring interfaces, virtual routers, peer groups and enabling SSH.

Uploaded by

Pradeep Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

A10-Primary

Login into a10-Primary VM username: admin password:a10

Type enable to enter into Privilege execution mode

Configure

Configure enable password


#enable-password Ab123456*

Configure management interface

#Interface management
#ip address [Link] /24

Change administrator password


#admin admin password Ab123456*

#write mem

Open browser browse [Link]

After login select network configure E1 interface with ip [Link] netmask


[Link]

select network configure E2 interface with ip [Link] netmask [Link]

select network configure E3 interface with ip [Link] netmask [Link]

Save

Network- routes add a static route dst is [Link] subnet [Link]. gateway ip
[Link]

System settings DNS


Set host name as ADC-Primary and DNS as [Link] and [Link]

System- Settings- time


Set timezone as India—chennai-calcutta
Ntp as [Link]
Save

A10-Secondary
Login into a10-secondary VM username:admin password:a10

Type enable to enter into Privilege execution mode

Configure

Configure enable password


#enable-password Ab123456*

Configure management interface

#Interface management
#ip address [Link] /24

Change administrator password


#admin admin password Ab123456*

#write mem

Open browser browse [Link]

After login select network configure E1 interface with ip [Link] netmask


[Link]

select network configure E2 interface with ip [Link] netmask [Link]

select network configure E3 interface with ip [Link] netmask [Link]

Save

Network- routes add a static route dst is [Link] subnet [Link]. gateway ip
[Link]

System settings DNS


Set host name as ADC-Secondary and DNS as [Link] and [Link]

System- Settings- time


Set timezone as India—chennai-calcutta
Ntp as [Link]
Save

Configuring VRRP-A

Primary
Edit into Config mode
Vrrp-a common
Set-id 1
Device-id 1
Disable-default-vrrid
Enable
Exit
Write mem

Secondary

Edit into Config mode


Vrrp-a common
Set-id 1
Device-id 2
Disable-default-vrrid
Enable
Exit
Write mem

Configure Interfaces in VRRP-a

Primary

Vrrp-a interface ethernet 1


Router-interface
No-heartbeat
Exit
Vrrp-a interface ethernet 2
Server-interface
No-heartbeat
Exit
Vrrp-a interface ethernet 3
Exit
Vrrp-a preferred-session-sync-port ethernet 3

Secondary

Vrrp-a interface ethernet 1


Router-interface
No-heartbeat
Exit
Vrrp-a interface ethernet 2
Server-interface
No-heartbeat
Exit
Vrrp-a interface ethernet 3
Exit
Vrrp-a preferred-session-sync-port ethernet 3

Configuring Virtual-router

Primary

Vrrp-a vrrid 1
Floating-ip [Link]
Floating-ip [Link]
Preempt-mode disable
Blade-parameters
Priority 200
Tracking-options
Interface ethernet 1 priority-cost 20
Interface ethernet 2 priority-cost 20
Exit
Exit
Exit

Secondary

Vrrp-a vrrid 1
Floating-ip [Link]
Floating-ip [Link]
Preempt-mode disable
Blade-parameters
Priority 120
Tracking-options
Interface ethernet 1 priority-cost 20
Interface ethernet 2 priority-cost 20
Exit
Exit
Exit

Peer-Group configuration

Primary

Vrrp-a peer-group
Peer [Link]
Peer [Link]
Secondary

Vrrp-a peer-group
Peer [Link]
Peer [Link]

To verify HA status and roles

On both appliances

# show vrrp-a

Enabling SSH on both devices

Enable-management services ssh


Ethernet 0
Ethernet 1
Ethernet 2
Ethernet 3
exit

Manual synchronization

Primary:

Configure sync all all-partitions auto-authentication [Link]

To Trigger manual Failover

Vrrp-a force-self-standby enable

You might also like