cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1120
Views
0
Helpful
1
Replies

NTP Issues

Kaushik Ray
Level 1
Level 1

Hello 

I had a switch which had the configuration as 

ntp server 1.1.1.1

I have to restrict this so did the following --

no ntp server 1.1.1.1

switch(config)#access-list 20 remark NTP-ACL
switch(config)#access-list 20 permit 1.1.1.1
switch(config)#access-list 20 deny any

switch(config)#ntp access-group gr
switch(config)#ntp access-group pe
switch(config)#ntp access-group peer ?
<1-99> Standard IP access list
<1300-1999> Standard IP access list (expanded range)

switch(config)#ntp access-group peer 20

But since then show ntp status comes back as follows--

sh ntp status
Clock is unsynchronized, stratum 16, no reference clock

anything else i need to do?

Thanks in advance.

1 Accepted Solution

Accepted Solutions

douglas.hall
Level 1
Level 1

You still need to have a configuration entry for the ntp server, e.g.

access-list 20 remark NTP-ACL

access-list 20 permit 1.1.1.1

ntp server 1.1.1.1

ntp access-group peer 20

View solution in original post

1 Reply 1

douglas.hall
Level 1
Level 1

You still need to have a configuration entry for the ntp server, e.g.

access-list 20 remark NTP-ACL

access-list 20 permit 1.1.1.1

ntp server 1.1.1.1

ntp access-group peer 20

Review Cisco Networking products for a $25 gift card