Useful Stuff Flashcards
1
Q
How to configure a DNS server to run on a router or switch
A
Information taken from link
- Enable the DNS server
ip dns server - (Optional) Add additional DNS servers
router(config)#ip name-server *ip address - (Optional) add a queue limit to the DNS server processes
router(config)#ip dns server queue limit forwarder 10 - Configure local hosts
router(config)#ip host fqdn hostname ip address - Configure the router as the primary DNS server for the domain.
router(config)#**ip dns primary domain-name soa primary-server-name mailbox-server-name - Create an NS resource record to be used by the DNS server
router(config)#ip host domain-name ns * server-name*
Check configuration with
router#debug domain