Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello guys.I am having issues with NTP syncing on one of my ASA's. I configured the NTP server that is behind another ASA and both ASA's exchange routes via EIGRP. Any help on this would greatly be apreciated.thanks NTP Server IP address: 172.31.254...
Are you able to ping 192.168.2.1 from the ASA ?If you can reach with no issues try adding an access list to the inside interface permitting EIGRP or IP traffic.access-list eigrptest extended permit eigrp any anyaccess-group eigrptest in interface ins...
Do you have PAT configured on the firewall? If not try adding: object network lab-insidesubnet 192.168.100.0 255.255.255.0nat (lab-inside, outside) dynamic interfaceaccess-group LAB->OUTSIDE in interface lab-inside This should ensure the correct traf...
is your NTP server behind the firewall ??if it is behind the inside interface of the firewall you can run this command:ntp server sourece insideTo verify you can run: show ntp assocshow ntp statushope this helps.
Just the nameif states OSPF but its running EIGRP actually. Its strange because i can go into the asa that is having NTP issues and i ping 172.31.254.3 and i get a reply but when i ping 172.31.254.4 nothing. i checked for the rules on the asa's and m...