A10 load balancer discovery
Discovery and Service Mapping uses patterns to collect information about A10 load balancers.
- A10 Load Balancer
- A10 Load Balancer SSH
- A10
The A10 IP Source NAT (Network Address Translator) is an extension of the A10 Load Balancer Pattern. The IP Source NAT Pattern extension discovers IP Source NAT pools. This extension is available on Store from the February 2023 release, Store version 1.0.98.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Prerequisites
- Credentials
- Configure SNMP credentials or (optionally) SSH credentials.
- Discovery and Service Mapping Patterns application
To discover A10 load balancer partitions, deploy Discovery and Service Mapping Patterns application 1.0.98 release from the ServiceNow Store.
Data collected by Discovery during horizontal discovery
| Table and field | Description |
|---|---|
| A10 Load Balancer [cmdb_ci_lb_a10] | |
| Serial Number [serial_number] | Serial number of the load balancer, in the following format: ##Object_ID=<LB_ARN>. |
| Operational Status [operational_status] | Operational status of the load balancer. |
| Load Balancer Interface [cmdb_ci_lb_interface] | |
| Name [name] | Name of the load balancer interface. |
| MAC Address [mac_address] | MAC address of the load balancer interface, in the following format: 55:0d:f9:98:3i:ae. |
| Operational Status [operational_status] | Operational status of the load balancer interface. |
| Load Balancer Pool [cmdb_ci_lb_pool] | |
| Name [name] | Name of the load balancer pool. |
| Load Balancing Method [load_balancing_method] | The method used by the load balancer. |
| Operational Status [operational_status] | Operational status of the load balancer pool. |
| Load Balancer Pool Member [cmdb_ci_lb_pool_member] | |
| Name [name] | Name of the pool member. |
| IP Address [ip_address] | IP address of the pool member host. |
| Service Port [service_port] | Port used by the pool member. |
| Operational Status [operational_status] | Operational status of the load balancer pool members. |
| Pool [pool] | Pool member. |
| Load Balancer Services [cmdb_ci_lb_service] | |
| Name [name] | Name of the load balancer, in the following format: <LB name>:<LB port>. |
| IP Address [ip_address] | IP address of the FQDN. |
| Port [port] | Port of the load balancer. |
| Operational Status [operational_status] | Operational status of the load balancer service. |
| Installation Status [install_status] | Installation status of the load balancer service. |
| Pool [pool] | Pool member of the load balancer service. |
| DNS [cmdb_ci_dns_name] | |
| Name [name] | DNS name. |
| IP Address [ip_address] | DNS IP address. |
| A10 Load Balancer Partition [cmdb_ci_lb_a10_partition] | |
| Name [name] | Name of the partition. |
| Index [index] | Partition ID. An admin assigns this ID in the process of creating a partition. |
| Max Aflex [Max_aflex] | Maximum number of aFleX scripts that can belong to the partition. |
| Admin Count [admin_count] | Number of admins assigned to the partition. |
| L3V [lev] | Value indicating whether Layer 2/3 virtualization is enabled for the partition. |
| Network Adapter [cmdb_ci_network_adapter] | |
| Operational Status [operational_status] | Operational status of the network adapter. |
| Mac address [mad_address] | MAC address of the network adapter. |
| Alias [alias] | Alias of the network adapter. |
| IP Address [ip_address] | IP address of the network adapter. |
| Name [name] | Name of the network adapter. |
| Netmask [netmask] | Netmask of the network adapter. |
| PrimaryIP [primaryIP] | PrimaryIP address of the network adapter. |
| IP Address [cmdb_ci_ip_address] | |
| IP Address [ip_address] | IP address. |
| Netmask [netmask] | Netmask to which the IP address belongs. |
| Version [version] | IP version. |
| Operational Status [operational_status] | Operational status of the IP address. |
| Serial Number [cmdb_serial_number] | |
| Serial number [serial_number] | Attributes of the serial number of the load balancer. |
| Serial number type [serial_number_type] | |
| Valid [valid] | |
| Source NAT IP Pool [cmdb_ci_snat_ip_pool] | |
NAT Pool Failed [nat_pool_failed] |
The total misses in the pool. |
HA Group [ha_group] |
|
NET Mask [net_mask] |
|
NAT Pool Total Free [nat_pool_total_free] |
The total of free addresses in the pool. |
NAT Pool Total Usage [nat_pool_total_usage] |
The total of used addresses in the pool. |
NAT Pool Port Usage [nat_pool_port_usage] |
The total port usage in the pool. |
NAT Pool End Address [nat_pool_end_address] |
The IP NAT pool end address (IPv4 or IPv6). |
NAT Pool Start Address [nat_pool_start_address] |
The IP NAT pool start address (IPv4 or IPv6). |
Configuration Item [cmdb_ci] |
|
CI relationships
| CI | Relationship | CI |
|---|---|---|
| Router Interface [dscy_router_interface] | Users::Userd by | Load Balancer Pool [cmdb_ci_lb_a10] |
| Load Balancer Interface [cmdb_ci_lb_interface] | Owns::Owned by | Load Balancer Pool [cmdb_ci_lb_a10] |
| Load Balancer Pool Member [cmdb_ci_lb_pool_member] | Owns::Owned by | Load Balancer Pool [cmdb_ci_lb_pool] |
| Load Balancer Services [cmdb_ci_lb_service] | Used by::Uses | Load Balancer Pool [cmdb_ci_lb_pool] |
| Load Balancer Services [cmdb_ci_lb_service] | Runs on::Runs | Load Balancer Pool [cmdb_ci_lb_a10] |
| Load Balancer pool [cmdb_ci_lb_pool] | Owns::Owned by | Load Balancer Pool [cmdb_ci_lb_a10] |
| DNS Name[cmdb_ci_dns_name] | Used by::Uses | IP Address [cmdb_ci_ip_address] |
| Network Adapter [cmdb_ci_network_adapter] | Owns::Owned by | Load Balancer Pool [cmdb_ci_lb_a10] |
| Load Balancer Pool [cmdb_ci_lb_a10] | Owns::Owned by | IP Address [cmdb_ci_ip_address] |
Load Balancer A10 [cmdb_ci_lb_a10] |
Owns:Owned by | Source NAT IP Pool [cmdb_ci_snat_ip_pool] |
Data collected by Service Mapping during top-down discovery
Service Mapping discovers the connections between the A10 load balancers and applications in the deployment.