0% found this document useful (0 votes)
104 views3 pages

A10 Upgrade Cli

This document contains the running configuration of an A10 Networks application delivery controller (ADC). It defines the management interface configuration, DNS servers, NTP settings, VLAN interfaces, NAT pools, routing configuration, server load balancing (SLB) configurations including virtual servers, service groups, servers, templates and more. The SLB configuration directs traffic for VIP 100 on ports 80 and 443 to backend servers in service groups WEB and WEB_443 using various templates. It also defines an IPv6 configuration for VIP 100_IPv6.

Uploaded by

Văn Hải
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views3 pages

A10 Upgrade Cli

This document contains the running configuration of an A10 Networks application delivery controller (ADC). It defines the management interface configuration, DNS servers, NTP settings, VLAN interfaces, NAT pools, routing configuration, server load balancing (SLB) configurations including virtual servers, service groups, servers, templates and more. The SLB configuration directs traffic for VIP 100 on ports 80 and 443 to backend servers in service groups WEB and WEB_443 using various templates. It also defines an IPv6 configuration for VIP 100_IPv6.

Uploaded by

Văn Hải
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

NET-ADC-A10#show running-config

!Current configuration: 938 bytes


!Configuration last updated at 00:12:56 ICT Thu Aug 6 2020
!Configuration last saved at 00:12:56 ICT Thu Aug 6 2020
!64-bit Advanced Core OS (ACOS) version 4.1.0-P2, build 39 (May-20-2016,19:03)
!
ip dns primary 8.8.8.8
!
ip dns secondary 8.8.4.4
!
hostname NET-ADC-A10
!
timezone Asia/Bangkok nodst
!
interface management
duplexity Full
speed 10
ip address 113.191.252.190 255.255.255.248
ip default-gateway 113.191.252.185
!
interface ethernet 1
enable
ip address 103.124.56.103 255.255.255.224
ipv6 address 2001:df7:1500:2::2015/116
ipv6 enable
!
interface ethernet 2
!
interface ethernet 3
!
interface ethernet 4
!
interface ethernet 5
!
interface ethernet 6
!
interface ethernet 7
!
interface ethernet 8
!
interface ethernet 9
!
interface ethernet 10
!
interface ethernet 11
!
interface ethernet 12
!
!
ip nat pool SNAT_104 103.124.56.104 103.124.56.104 netmask /27
!
ipv6 nat pool SNAT_104_IPv6 2001:df7:1500:2::2014 2001:df7:1500:2::2014 netmask
116
!
ip route 0.0.0.0 /0 103.124.56.97
!
ipv6 route ::/0 2001:df7:1500:2::2001
!
slb template connection-reuse Re-Use_temp
keep-alive-conn
!
slb template persist source-ip SIP_Temp
!
slb server WEB_101 103.124.56.101
port 80 tcp
port 443 tcp
!
slb server WEB_101_IPv6 2001:df7:1500:2::2011
port 80 tcp
port 443 tcp
!
slb server WEB_102 103.124.56.102
port 80 tcp
port 443 tcp
!
slb server WEB_102_IPv6 2001:df7:1500:2::2013
disable
port 80 tcp
port 443 tcp
!
slb service-group WEB tcp
method least-connection
health-check ping
member WEB_101 80
member WEB_102 80
!
slb service-group WEB_443 tcp
method least-connection
health-check ping
member WEB_101 443
member WEB_102 443
!
slb service-group WEB_443_IPv6 tcp
method least-connection
health-check ping
member WEB_101_IPv6 443
member WEB_102_IPv6 443
!
slb service-group WEB_IPv6 tcp
method least-connection
health-check ping
member WEB_101_IPv6 80
member WEB_101_IPv6 80
!
slb template client-ssl LamDong_client_ssl_temp
cert LamDong
key LamDong
!
slb template cache RAM_Caching_Temp
age 36000
!
slb virtual-server VIP_100 103.124.56.100 /32
port 80 http
name SRV_80
source-nat pool SNAT_104
service-group WEB
template connection-reuse Re-Use_temp
template persist source-ip SIP_Temp
template cache RAM_Caching_Temp
port 443 https
name SRV_443
source-nat pool SNAT_104
service-group WEB_443
template connection-reuse Re-Use_temp
template persist source-ip SIP_Temp
template cache RAM_Caching_Temp
!
slb virtual-server VIP_100_IPv6 2001:df7:1500:2::2010
port 80 http
name SRV_80_IPv6
source-nat pool SNAT_104_IPv6
service-group WEB_IPv6
template connection-reuse Re-Use_temp
template persist source-ip SIP_Temp
template cache RAM_Caching_Temp
port 443 https
name SRV_443_IPv6
source-nat pool SNAT_104_IPv6
service-group WEB_443_IPv6
template connection-reuse Re-Use_temp
template persist source-ip SIP_Temp
template client-ssl LamDong_client_ssl_temp
template cache RAM_Caching_Temp
!
end
!Current config commit point for partition 0 is 0 & config mode is classical-mod
e

You might also like