01-03-2018 07:22 AM - edited 03-05-2019 09:42 AM
I am trying to setup NTP on a 2921 router to get time from various NIST time sources via URL instead IP address. However, I cannot seem to get DNS initialized on this router receiving the error message DNSIX: Dnsix is not enabled from the show dns command. Here is my relevant config.
ip domain list vrf MGT <domain-name>.com
ip domain lookup source-interface GigabitEthernet0/2
ip domain name <domain-name>.com
ip name-server vrf MGT <internal name server IP>
ip name-server vrf MGT <internal name server IP>
interface GigabitEthernet0/2
description MGMT
ip vrf forwarding MGT
ip address <omitted> 255.255.255.0
ip access-group MGT_ACCESS in
no ip redirects
no ip proxy-arp
ip verify unicast reverse-path
load-interval 30
duplex auto
speed auto
no mop enabled
ip access-list standard MGT_ACCESS
permit host <internal name server IP>
permit host <internal name server IP>
...
deny any log
This is what I get when testing:
ROUTER#ping time.nist.org
Translating "time.nist.org"...domain server (255.255.255.255)
% Unrecognized host or address, or protocol not running.
ROUTER#sh dns
DNSIX: Dnsix is not enabled
01-04-2018 07:50 AM
Perhaps seeing more of the config of the router would help us identify the cause of this issue. In particular I am interested in seeing the access list that you apply to the interface. Also a better understanding of the topology of the network would be helpful.
HTH
Rick
01-12-2018 09:31 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide