D-Link DES-3326S Layer 3 Switch CLI Reference
config dnsr [add|delete] static
Purpose Used to add or delete a static entry into the
Switch’s DNS resolution table.
Syntax
config dnsr [add|delete] static
<domain_name> <ipaddr>
Description This command allows you to add or delete
entries into the Switch’s DNS cache.
Parameters
<domain_name> − The domain name of the
entry.
<ipaddr> − The IP address of the entry.
Restrictions Only administrator-level users can issue this
command.
Example Usage:
To add an entry domain name dns1, IPaddress 10.43.21.12 to DNS static table.
DES-3326S:4#config dnsr add static dns1 10.43.21.12
Command: config dnsr add static dns1 10.43.21.12
Success.
DES-3326S:4#
Example Usage:
To delete an entry domain name dns1, IPaddress 10.43.21.12 from DNS static table.
DES-3326S:4#config dnsr delete static dns1 10.43.21.12
DES-3326S:4#
Command: config dnsr delete static dns1 10.43.21.12
Success.
244