Forum Discussion
Use of LB::src_tag and LB::dst_tag
I want to know the use of LB::src_tag and LB::dst_tag.
We have following iRule for SIP persistence with this iRule what exactly does LB::src_tag and LB::dst_tag does.
when SIP_REQUEST {
if { [clientside] } {
LB::src_tag [SIP::call_id]
persist uie [SIP::call_id]
} else {
LB::dst_tag [SIP::call_id]
persist uie [SIP::call_id]
}
}
}
when SIP_RESPONSE {
if { [clientside] } {
LB::src_tag [SIP::call_id]
persist uie [SIP::call_id]
} else {
LB::dst_tag [SIP::call_id]
persist uie [SIP::call_id]
}
}
Thanks
Syed Nazir
- prashanth_86276Nimbostratus
Hi
https://devcentral.f5.com/wiki/iRules.LB.ashx doesn't list these commands.
where can we get this information?
- nitassEmployeewhere can we get this information?as i know, they are not officially released commands. anyway, you may try to open a support case.
Recent Discussions
Related Content
* 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