Forum Discussion
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
Recent Discussions
Related Content
* 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