RESOLUTION
You may adjust nameserver configuration file on directly on slave nameservers (usually it is in /etc/named.conf file) with setting all the networks which are allowed to perform zone transfers using allow-transfer directive under options section as described in Bind configuration reference.Example:
options {
....
allow-transfer { none; };
};