Forum Discussion
mmelber14_62984
Sep 06, 2012Nimbostratus
Problem with Exchange iRule after 11.2 upgrade
Hello,
I need some help determining what this error message means that has shown up in my logs since upgrading to 11.2.
Error Message status code 01220001:
TCL error: /Common/EXT_MIN_E...
Gabriel_Calleja
Oct 18, 2012Nimbostratus
but it works in version 10.2.0 and 11.2.0 version not? in version 10.2.0 and if that value was in version 11.2.0 and can not find it.
The configuration in verion 10.2.0 was:
virtual vs_exch_oa {
snatpool snat_cas
pool exch_oa_https
destination 10.112.8.30:https
ip protocol tcp
persist exch_oa_persist
profiles {
exch_oa_clientssl {
clientside
}
exch_oa_http {}
exch_oa_serverssl {
serverside
}
exch_oa_tcp {}
}
}
profile persist exch_oa_persist {
defaults from universal
mode universal
timeout 3600
rule OutlookAnywherePersistRule
}
rule OutlookAnywherePersistRule {
when HTTP_REQUEST {
if { [HTTP::header "User-Agent"] contains "MSRPC" } {
persist uie [HTTP::header "Authorization"] 3600
}
}
}
now when i upgrade the BIGIP version to 11.2.0 the configuration was:
ltm virtual /Common/vs_exch_oa {
destination /Common/10.112.8.30:443
ip-protocol tcp
mask 255.255.255.255
persist {
/Common/exch_oa_persist {
default yes
}
}
pool /Common/exch_oa_https
profiles {
/Common/exch_oa_clientssl {
context clientside
}
/Common/exch_oa_http { }
/Common/exch_oa_serverssl {
context serverside
}
/Common/exch_oa_tcp { }
}
snatpool /Common/snat_cas
translate-address enabled
translate-port enabled
vlans-disabled
}
ltm persistence universal /Common/exch_oa_persist {
app-service none
defaults-from /Common/universal
rule /Common/OutlookAnywherePersistRule
timeout 3600
}
ltm rule /Common/OutlookAnywherePersistRule {
when HTTP_REQUEST {
if { [HTTP::header "User-Agent"] contains "MSRPC" } {
persist uie [HTTP::header "Authorization"] 3600
}
}
}
Thanks for your help.
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