Forum Discussion
tony_100112
Nimbostratus
Feb 16, 2009http_request in BIGIP nPath
BIGIP was Configuring nPath Routing,whether following iRule can be used?
when HTTP_REQUEST {
switch -glob [HTTP::uri]
{ "/test" { pool test_pool }
default { pool default_pool}
}
}
Thanks in advance
- The_Bhattman
Nimbostratus
I don't see why it will not work. iRules is compatible with nPAth that never see the response traffic. Also you are not using SNAT, since SNAT traffic must return to the BIG-IP. - Nathan_McKay_67
Nimbostratus
iRules is compatible with nPAth that never see the response traffic. - hoolio
Cirrostratus
Yeah, I think you need a fastL4 profile that has loose initiation and close enabled for nPath. This allows the TCP handshake to be established and closed with only half the conversation going through LTM. And you cannot do layer 7 inspection with a FastL4 profile.
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