This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to check if the clock/ntp is correctly configured and synch'd?

I would like to run a compliance report on a cisco switch to check the clock time is synch'd correctly to a ntp server and matches the current time. I could run "show clock" on each switch but it would take "life" due to the size of our estate. 

Does anyone have any idea or tips how i do this please? I can search for the ntp lines in the config but for some reasons e.g. authentication keys may be incorrect and therefore the clock is not synch'd and "compliance report" would not work for what i am after.

Could someone assist and help out please?

Thank you.

Parents Reply
  • you may find it easier to use NPM, as you already own it.

    Create a poller to check the snmp using OID that  mentioned

    That will give you a specific method to at least know when something drops out.

    For added points you can build an alert that looks for specific return codes to attempt remediation before alerting you :)

Children