fastnetmon-original/src/a10_plugin/configs
2018-03-01 13:29:33 -06:00
..
README.md clean-up and reformat 2018-03-01 13:29:33 -06:00
tps_base_config_v1.txt added tps_zone_config and tps_base_config v1 2016-08-19 13:32:35 -07:00
tps_zone_config_v1.txt added tps_zone_config and tps_base_config v1 2016-08-19 13:32:35 -07:00

A10 Networks Thunder TPS Appliance Configs

Base Config v1 Functionality

  1. Assumes TPS receives inbound traffic only (from the Internet to the protected service)
  2. Rate Limiters (GLID) for 10Gbps, 1Gbps, and 100Mbps provided for use
  3. Basic TCP and UDP templates provided (SYN-auth, UDP-auth, and low src port filter)
  4. BGP configuration for auto mitigation announcements (ddos-advertise route map)
  5. Base sFlow export configuration
  6. All events logged in CEF format

Basic Zone Config v1 Functionality

  1. Filters L2, L3, L4 packet anomalies (consult A10 documentation for specifics)
  2. Drops ICMPv4, ICMPv6, and all fragments
  3. Performs TCP SYN Auth for TCP dest ports 21,22,25,53,80,110,143,443,587,993,995,5060,5061
  4. Filters well-known UDP src ports
  5. Performs UDP Auth for UDP dest port 53
  6. Blocks all other traffic
  7. Creates an "incident" in the TPS GUI when seeing any packets to these dest ports

These are just examples. Current plug-in does not receive rate info from FNM but future revisions will

Authors: Eric Chou ericc@a10networks.com, Rich Groves rgroves@a10networks.com

Feedback and feature requests are appreciated and welcomed.