DaveC_53879
May 02, 2012Nimbostratus
Configsync failing due to rule syntax
I have a new rule that works correctly redirecting traffic from one domain to another domain with an extra dash in the domain name. Pretty straightforward. But when I try to sync the configs to the 2nd LTM, it balks about this rule, specifically the first line which lists the name of the rule. Below is the text from the bigip.conf and the first line is the offending line. Is the name too long? That's the only thing I can see that might be a problem. Or am I missing something simple here.
Error:
BIGpipe parsing error (Line 1943): 012e0021:3: The requested attribute () for 'rule' is invalid.
Rule:
rule veryveryverylongname12.com _redirect { This is line 1943
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
"www.site1.com" -
"site1.com" {
HTTP::redirect ] } } }
Thanks