0% found this document useful (0 votes)
69 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)
69 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
You are on page 1/ 5

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 10.200.10.100 /24

Change administrator password


#admin admin password Ab123456*

#write mem

Open browser browse https://10.200.10.100

After login select network configure E1 interface with ip 192.168.10.100 netmask


255.255.255.0

select network configure E2 interface with ip 10.0.10.100 netmask 255.255.255.0

select network configure E3 interface with ip 10.0.20.100 netmask 255.255.255.0

Save

Network- routes add a static route dst is 0.0.0.0 subnet 0.0.0.0. gateway ip
192.168.10.254

System settings DNS


Set host name as ADC-Primary and DNS as 4.2.2.2 and 8.8.8.8

System- Settings- time


Set timezone as India—chennai-calcutta
Ntp as time.google.com
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 10.200.10.110 /24

Change administrator password


#admin admin password Ab123456*

#write mem

Open browser browse https://10.200.10.110

After login select network configure E1 interface with ip 192.168.10.110 netmask


255.255.255.0

select network configure E2 interface with ip 10.0.10.110 netmask 255.255.255.0

select network configure E3 interface with ip 10.0.20.110 netmask 255.255.255.0

Save

Network- routes add a static route dst is 0.0.0.0 subnet 0.0.0.0. gateway ip
192.168.10.254

System settings DNS


Set host name as ADC-Secondary and DNS as 4.2.2.2 and 8.8.8.8

System- Settings- time


Set timezone as India—chennai-calcutta
Ntp as time.google.com
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 192.168.10.200
Floating-ip 10.0.10.200
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 192.168.10.200
Floating-ip 10.0.10.200
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 10.0.20.100
Peer 10.0.20.110
Secondary

Vrrp-a peer-group
Peer 10.0.20.100
Peer 10.0.20.110

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 10.0.20.110

To Trigger manual Failover

Vrrp-a force-self-standby enable

You might also like