Forum Discussion
ken_wolff_10732
Nimbostratus
Sep 12, 2006UDP Payload Rule
I would like to stop this account name (azbycx) from hitting my radius servers. Instead of using a pool, can I simply reject the request? See below. Thanks, Ken
when CLIENT_ACCEPTED {
if { [UDP::payload []] contains "azbycx" } {
pool Switch_6k
}}
Example tcpdump of radius user auth attempt:
12:30:39.006738 192.168.1.3.1024 > 192.168.1.4.radius: rad-access-req 65 [id 54] Attr[ User{azbycx} NAS_ipaddr{192.168.1.4} EAP_msg{.6} [|radius]
- Colin_Walker_12Historic F5 AccountSure, if you want to reject the request all you'd need to do is change the pool statement to a reject statement.
when CLIENT_ACCEPTED { if { [UDP::payload] contains "azbycx" } { reject } }
- ken_wolff_10732
Nimbostratus
Using that iRule I'm getting the following log message:
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects