.. _clicmd_src_plugins_dns: =============================================================== Dns cli reference =============================================================== dns cache ------------------------------------------------------------------------- .. code-block:: console dns cache [add|del|clear] [ip4][ip6] Declaration: ``dns_cache_add_del_command`` `src/plugins/dns/dns.c line 2304 `_ Implementation: ``dns_cache_add_del_command_fn`` show dns cache ------------------------------------------------------------------------- .. code-block:: console show dns cache [verbose [nn]] Declaration: ``show_dns_cache_command`` `src/plugins/dns/dns.c line 2165 `_ Implementation: ``show_dns_cache_command_fn`` show dns servers ------------------------------------------------------------------------- .. code-block:: console show dns servers Declaration: ``show_dns_server_command`` `src/plugins/dns/dns.c line 2202 `_ Implementation: ``show_dns_servers_command_fn`` test dns expire ------------------------------------------------------------------------- .. code-block:: console test dns expire Declaration: ``test_dns_expire_command`` `src/plugins/dns/dns.c line 2638 `_ Implementation: ``test_dns_expire_command_fn`` test dns format ------------------------------------------------------------------------- .. code-block:: console test dns format Declaration: ``test_dns_fmt_command`` `src/plugins/dns/dns.c line 2552 `_ Implementation: ``test_dns_fmt_command_fn`` test dns unformat ------------------------------------------------------------------------- .. code-block:: console test dns unformat [ip4][ip6] Declaration: ``test_dns_unfmt_command`` `src/plugins/dns/dns.c line 2592 `_ Implementation: ``test_dns_unfmt_command_fn``