iControl 101 - #09 - iRules
iRules are the internal scripting language of the BIG-IP and can be used to attain full control of traffic flowing through your network. But, did you know that you can automate the management of iRu...
Published Apr 03, 2008
Version 1.0Steve_81999
Jul 27, 2012Nimbostratus
when i get to step where i define $RuleDefinitions... i get the following error. I see the same kind of xml error when trying to use the iRule Editor.
PS C:\Program Files (x86)\F5 Networks\iControlSnapIn> $RuleDefinitions = $ic.LocalLBRule.query_all_rules()
Exception calling "query_all_rules" with "0" argument(s): "There is an error in XML document (248, 75)."
At line:1 char:51
+ $RuleDefinitions = $ic.LocalLBRule.query_all_rules <<<< ()
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException