You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a network admin creates an overlapping subnet in a layer3domain then dim tries to create a view in the already existing reverse zone. The view is named like the layer3domain.
Network admins should be able to create the need views for reverse zones.
The expected behaviour is as follows:
ndcli create container 10.0.0.0/8 layer3domain default
ndcli create layer3domain two type vrf rd 0:2
ndcli create container 10.0.0.0/8 layer3domain two
ndcli create pool p1 layer3domain default
ndcli modify pool p1 add subnet 10.0.0.0/23 gw 10.0.0.1
ndcli create pool p2 layer3domain two
ndcli modify pool p2 add subnet 10.0.0.0/23 gw 10.0.0.1 --allow-overlap
ndcli list zone 0.0.10.in-addr.arpa views
default
two
The text was updated successfully, but these errors were encountered:
If a network admin creates an overlapping subnet in a layer3domain then dim tries to create a view in the already existing reverse zone. The view is named like the layer3domain.
Network admins should be able to create the need views for reverse zones.
The expected behaviour is as follows:
ndcli create container 10.0.0.0/8 layer3domain default
ndcli create layer3domain two type vrf rd 0:2
ndcli create container 10.0.0.0/8 layer3domain two
ndcli create pool p1 layer3domain default
ndcli modify pool p1 add subnet 10.0.0.0/23 gw 10.0.0.1
ndcli create pool p2 layer3domain two
ndcli modify pool p2 add subnet 10.0.0.0/23 gw 10.0.0.1 --allow-overlap
ndcli list zone 0.0.10.in-addr.arpa views
default
two
The text was updated successfully, but these errors were encountered: