Se você estiver procurando delegar beta.example.lcl para diferentes servidores DNS, use os registros NS na zona example.lcl da seguinte forma:
@ IN A 10.0.0.1
alpha IN A 10.0.0.1
beta IN NS some.other.dns.server.example.net.
beta IN NS another.other.dns.server.example.net.
por outro lado, se você deseja manter tudo em seus servidores DNS existentes e pode criar nomes de host alfa e beta em uma zona:
@ IN A 10.0.0.1
alpha IN A 10.0.0.1
beta IN A 10.9.2.5
e assim por diante ...