Forum Discussion
marlon_Gino-gi1
Nimbostratus
Aug 19, 2008persistence based on MSISDN number
hello,
Im new to Irules,
would like to know if there is an Irule that that can persist client connection based on client mobile number or msisdn? the client mobile numb...
marlon_Gino-gi1
Nimbostratus
Aug 24, 2008hello Colin,
thanks for the info.
by the way, what we want to accomplish is to persist client connection based on the attributes on the radius accounting specifically the framed IP attributes on the radius accounting payload. once the client send a radius accounting start on the server it will use the framed IP address as it's address in accessing different services like WEB,FTP,etc.
we managed to create a script but were not sure if this one will accomplish what we need.
when CLIENT_ACCEPTED {
TCP::collect
}
accumulate
set str "[TCP::payload ]"
if { tcp_content contains "8"}
set num [findstr[tcp_content] "8:" 7\n]
persist simple $num 300
discard
1. we do not know how we can persist based on the framed IP contained within the client radius packet request.
2. another requirement, once the client is being persisted based on the framed IP, the persistence connection should stop once the client send radius accounting stop on the radius server.
thanks in advance.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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