Forum Discussion
Rise_77519
Nov 30, 2011Nimbostratus
irule with diameter result code
Hi ,
I need an irule for diameter service that is based on resuld codes in AVP 286 code.AVP 286 code also includes some result codes (exmp. 2001 DIAMEMETER_SUCCESS) . I would like to take ...
Rise_77519
Dec 07, 2011Nimbostratus
Hi,
I replaced the & instance with & and I can apply the irule but the irule did not blocked the avp code. We would like to drop the result code 5012 ( CCA 272). I have seen a messages it was responded by Nitass who said that " i have not found command to silently drop CCA message." this mean this irule could not drop result code 5012 .Also I can upgrade the device from v10 to v11.I have seen another irule was written as V11.I can upgrade software to V11 if you tested before.
Thank you..
ltm rule myrule {
when DIAMETER_INGRESS {
if {[DIAMETER::is_response]} {
log local0. "[IP::remote_addr]:[TCP::remote_port]>[IP::local_addr]:[TCP::local_port]|[DIAMETER::result]"
switch [DIAMETER::result] {
5012 { DIAMETER::drop }
}
}
}
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