Forum Discussion

RLU5's avatar
RLU5
Icon for Altostratus rankAltostratus
Sep 22, 2016

Data group exeception

Hi I am new to irule. I am editing the SSL interception irule to include source IP address based bypass with data group. The data group is defined in the Common partition while the SSL interception is in the /Common/SWGUAT.app

 

ltm data-group internal SourceIPBypass { records { 10.61.88.0/24 { } } type ip }

 

Getting the following exceptions when I do syntax check:

 

Exception caught in LocalLB::urn:iControl:LocalLB/Rule::create() Exception: Common::OperationFailed primary_error_code : 17241203 (0x01071473) secondary_error_code : 0 error_string : 01071473:3: Create, modify, and delete commands are not valid for (by class: rule) while in the root folder.

 

Wondering someone could help me with the above syntax exception. Much appreciate.

 

Richard