Welcome to the A10 Community

Welcome to the A10 Networks Community! For any questions or concerns, please reach out to our admins.

aFleX

Communicate with A10 customers and engineers about aFleX scripting A10 Networks' Thunder® Application Delivery Controller (ADC).

Discussion List

  • User: "mcyork"
    I'd like to add ?A10 to a specific URI. The intent may appear below but of course I am posting here as it clearly does not do what I want :) When I get a request how do I change the request (uri) befo…
    17 views
    1 comments
    0 point
    Started by mcyork
    Most recent by [Deleted User]
  • User: "mischa"
    Posted by mischa Code: when RULE_INIT {set :: CACHEURLS [list "youtube.com" "googlevideo.com" "google.com" "facebook.com" "google.de" "apple.com" "fbcdn.net" "clipfish.de" "googlesyndication.com" "337…
    19 views
    2 comments
    0 point
    Started by mischa
    Most recent by mleo
  • User: "bkgraham33"
    My goal is to log different information from Webmail clients than from ActiveSync clients. It seems the most obvious way to distinguish the two clients is from the HTTP::URI. So I've written the follo…
    48 views
    4 comments
    0 point
    Started by bkgraham33
    Most recent by [Deleted User]
  • User: "jo"
    Hello, I am new on the aFlex world, I have created a few rules myselft, but I might need some help on this next rule... basically what I want is to force persistence when visiting a particular site, f…
    114 views
    1 comments
    0 point
    Started by jo
    Most recent by unknown
  • User: "mmartinez@a10networks.com"
    Hi team, Just a quick message to advertise about a specific aFlex adaptation I had to do. The actual iR**le is defined as following: when HTTP_REQUEST { set url [string tolower [HTTP::host]] if {$url …
    208 views
    0 point
  • User: "jgreen"
    How would I allow a connection based on source IP (or serveral source IPs) to an URI? I know in the f5 I can just create data groups and do a class match, but I am not sure how to do it on the a10.
    59 views
    3 comments
    0 point
    Started by jgreen
    Most recent by [Deleted User]
  • User: "jgreen"
    I have an aflex that inserts www if they come in without it and redirects to https://. it works fine if they come in on http, but does not work if they use https. the aflex is bound to both the 443 an…
    21 views
    5 comments
    0 point
    Started by jgreen
    Most recent by deastman
  • User: "[Deleted User]"
    Posted by TODDH We are in the process of going through some compliance audits, and the cookies that the load balancers use to return packets to specific servers can contain the “secure” attribute but …
    507 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by deastman
  • User: "[Deleted User]"
    I am working on an aflex to encrypt the value of a cookie when sending it to the client, and decrypting it when sending it to the server. Is there a way to improve the b64encode security. IOW, how do …
    70 views
    0 point
    Started by [Deleted User]
  • User: "LynnS"
    What's the best way to create an aFleX that directs users coming in on a specific VLAN to a specific service group? For example, VLAN 2 would direct to service group SG2 and VLAN 3 would direct to ser…
    34 views
    1 comments
    0 point
    Started by LynnS
    Most recent by [Deleted User]
  • User: "danguijun"
    Posted by danguijun Good day guys, Is there a way to create separate Health monitors through aFleX to monitor the following protocols on real servers? - SASP (Server/Application State Protocol); - SOA…
    201 views
    1 comments
    0 point
    Started by danguijun
    Most recent by [Deleted User]
  • User: "mischa"
    Posted by mischa Code:…
    203 views
    0 point
    Started by mischa
  • User: "[Deleted User]"
    Posted by pwidman I have a customer who's commercial requirement is to ensure only specific networks (clients) access a host or URL. Today they are using an IRULE with a class-list to call out the net…
    460 views
    4 comments
    0 point
    Started by [Deleted User]
    Most recent by mcyork
  • User: "[Deleted User]"
    Posted by brunov I would like to use a single virtual ip address for exchange access and still be able to use cookie persistence for owa and ews, rewrite the owa uri, and be able to split my services …
    56 views
    2 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "danguijun"
    Posted by danguijun Good day Folks, Is there a way to create an aFleX to behave like an ACL on AX to permit/ drop / pool traffic based on the following parameters? - Source MAC address - Destination M…
    32 views
    1 comments
    0 point
    Started by danguijun
    Most recent by [Deleted User]
  • User: "[Deleted User]"
    Posted by pwidman I have a customer who is looking to enable a healthcheck which does the following host:7287/widmansworld-ping while using a client generated ssl certificate with PKCS12 (.p12) and a …
    72 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "kiriro"
    Posted by kiriro Hi I'd like to limit frequent dhcp discover from a specific client PC's mac in thermal runaway. This dhcp client send huge DHCP discover. I tried to apply "DHCP discover packet" to fo…
    122 views
    4 comments
    0 point
    Started by kiriro
    Most recent by kiriro
  • User: "danguijun"
    Posted by danguijun Good day Folks, I would need please help to validate/ confirm the following: - Can we somehow do token-based session persistence through aFleX or natively? - If required, can we in…
    11 views
    1 comments
    0 point
    Started by danguijun
    Most recent by [Deleted User]
  • User: "[Deleted User]"
    Posted by brunov How can I use aflex to capture the client ssl Certificate and insert in into an HTTP header. This can be used by the server to validate certain information about the client. Pre-requi…
    249 views
    0 point
    Started by [Deleted User]
  • User: "[Deleted User]"
    Posted by kmcewen@a10networks.com I have a potential customer that requires to achive IP Source (port based) pesrsistance based on the SIP Session ID. I.e that the client will persist if the connectio…
    132 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "[Deleted User]"
    Posted by TODDH I needed to drop persistent connections immediately when a health check fails. I used the below aFleX to check the status of the node and if it is anything other than "up" the connecti…
    139 views
    0 point
    Started by [Deleted User]
  • User: "[Deleted User]"
    Posted by bmeckley I am looking for an aFleX example that can redirect an SNMP OID of ".1.3.6.1.9.9.41.2.0.1" to a specific server. This particular OID will contain syslog messages that will be sent t…
    99 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "jay"
    Posted by jay Hi, Would like a secondary/tertiary eyes on the following aFlex regarding using lsearch to find a match in a host list: Code:…
    58 views
    6 comments
    0 point
    Started by jay
    Most recent by jay
  • User: "[Deleted User]"
    Posted by ddesmidt A recent Apache vulnerability has been found using the "HTTP Range" option. www.hacklabs.com/home/2011/8/24/research...partial-content.html This one can be easily prevented with you…
    40 views
    0 point
    Started by [Deleted User]
  • User: "ivanm@a10networks.com"
    Posted by ivanm@a10networks.com Hi guys, We can do a similar aFlex? # MD5 calculation of Server + HOST + URI # Rule selects Server that scores highest # # S = Current high score # N = Node being evalu…
    123 views
    9 comments
    0 point
    Most recent by [Deleted User]
  • User: "[Deleted User]"
    Posted by jmaddox question from a customer. Aflex is likely not needed here: The domain is www.domain.com<http://www.domain.com> with a URI of www.domain.com/sf<http://www.domain/sf>, www.in-drive.com…
    120 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "[Deleted User]"
    Posted by brunov I have the following aflex that will allow you to filter the DNS requests by hostname, and limit what will be load balanced to your DNS servers. Code:…
    144 views
    0 point
    Started by [Deleted User]
  • User: "[Deleted User]"
    Posted by kmcewen@a10networks.com In the deploymant guide we say that we can not insert the /owa if it has been missed when using a shared vip for exchange services. As this was a requirement by a cus…
    20 views
    0 point
    Started by [Deleted User]
  • User: "[Deleted User]"
    Posted by jmaddox What is the correct syntax to prevent the error indicating that "elseif" is unknown command? when RULE_INIT { # List of "part of URL" not autho "redacted"] set cookie_name "ua_lbdev_…
    177 views
    1 comments
    0 point
    Started by [Deleted User]
    Most recent by [Deleted User]
  • User: "patricko0317"
    Posted by patricko0317 I have a need for an Aflex script. I need it to redirect the browser to a different page based on the browser the client is using. If it is IE 9, I need it redirected. Will the …
    416 views
    3 comments
    0 point
    Started by patricko0317
    Most recent by ivanm@a10networks.com