Forum Discussion

smiley_dba_1116's avatar
smiley_dba_1116
Icon for Nimbostratus rankNimbostratus
Jan 23, 2013

ACL ZRD-ACL

BigIP GTM 9.4.8

 

Does anyone know why when creating a view and adding a custom ACL, that it also auto creates pre-configured ACL. Case in point.

 

Origional Script

 

 

acl "sublime" {

 

192.168.76.0/24;

 

192.168.78.0/24;

 

192.168.85.0/24;

 

192.168.87.0/24;

 

};

 

view "sublime" {

 

match-clients {

 

"sublime";

 

any;

 

};

 

};

 

 

 

But when I enter the syntax above, it auto creates a zrd-acl and enters it into the view.

 

 

acl "zrd-acl-000-045" {

 

127.10.0.0;

 

};

 

 

 

acl "sublime" {

 

192.168.76.0/24;

 

192.168.78.0/24;

 

192.168.85.0/24;

 

192.168.87.0/24;

 

};

 

view "sublime" {

 

match-clients {

 

"sublime";

 

any;

 

"zrd-acl-000-045";

 

};

 

};

 

 

Why does zrd (zone runner) do that. If I do this with zrd turned off, it dosent do it, but when I turn on zrd, thats when it enters the auto zrd. Thoughts?

 

 

RGW

 

No RepliesBe the first to reply