Impact of procedure: Performing the following procedure should not negatively affect your system.
- Log in to the BIG-IP command line.
- Display all resource records in a zone by using the following syntax:
dig @localhost -t AXFR {ZoneName}
@localhost tells dig to query the localhost rather than the default DNS server.
-t AXFR tells dig to request a full zone transfer.