Which Cisco router for NTP service

Hello,
I'm looking for deploying NTP service for multi-customer (in Datacenter).
So, I take a look at Cisco routers list and I saw that some router doesn't have hardware-clock / internal-clock ; for example 2600 series.
I'm looking for a "cheap" but good solution to provide NTP :
- "Cheap" : that's why I take a look at routers, and not directly NTP appliance.
- "Good" : something that can provide time to 300+ end-devices.
Cisco 800 series got hardware-clock, if I read good. But this is the cheapest router, so I don't feel confident.
> What's the "best" router for NTP server ? 
> Please, could you share your experiences, opinions ?
Thanks,
Have a nice day.

Cisco 800 series apparently got internal clock, could it do the job correctly?
Rick and I have answered this question already.  
Depends on the router, you can instruct the router to regularly update the hardware clock using the command "ntp update-calendar".
If you really insist on a router, an 800 router, then you can get all your device to sync to your router and your router gets sync somewhere in the internet.
Make sure you have the following commands:  
ntp server <NTP server>
ntp update-calendar 
Note:  You can have multiple NTP server IP addresses.  And the command above are hyperlinks.
Warning:  DO NOT be tempted to use the command "ntp master".

Similar Messages

  • Configuring Cisco Router for use with Syslog Server

    Configuring Cisco Router for use with Syslog Server:
    Does anyone know of a good doc for this?
    -Ashley

    Start with that one: http://security-planet.de/wp-content/uploads/2008/12/logging-ios.pdf
    And if you need more informations, just ask what you want to achieve.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • Inquiry - Best Linksys/Cisco router for Gaming and Media Streaming?

    Help! I live in a two bedroom town home and have an old little Belkin router. I'm switching to a Linksys but I need to know which model is best for my home. I have two sons that share a room and they both play XBox live, usually at the same time. I'm usually using the internet or watching a movie on Netflix with my wife. Sometime both while the boys are playing upstairs. I don't need multiple USB ports or gigabit ports. I wouldn't know what to do with them. I just want something faster than what I have now. We have Time Warner Cable's Roadrunner internet service if that helps.

    I would recommend EA4500 as it is a high performance router for home entertainment which is ideal for faster streaming of HD video and music plus multiplayer gaming. Please click on the following link to know more features of this router: http://homestore.cisco.com/en-us/Routers/Linksys-EA4500-Dual-Band-N900-Router-with-Gigabit-USB_stcVV...

  • DNS configuration behind a router for Mail Services

    I am in the beginning stages of trying to set-up a test ground for a local mail server. I am playing with OS X servers DNS functions. I am new to DNS and am having slight trouble.
    What I want to do is have OS X DNS point to another server that is on my nat for mail exchange (it is a suse linux box running kerio).
    My current set-up is:
    internet --> Router for internal NAT --> OS X server is behind this nat on an IP of 10.100.251.10, the suse box is on 10.100.251.11
    I have set-up a primary zone: ns1.domain_x.com with a server IP being that of my internet static IP (supplied by my ISP).
    I have opened the necessary ports on my router (53) to point to the os x server box for DNS serving.
    My problem is.. I need to setup a mail exchange (mail.domain_x.com) record that points to the 10.100.251.11 box.
    When I do this and the global DNS servers update, a host lookup will point mail.domain_x.com to 10.100.251.11
    Which obviously is not right.
    am i missing a concept here?
    the dns server and the mail exchange I want to run are being running on the same Internet IP address, just behind a nat that the os x server is not controlling.
    any suggestion would be appreciated.. TIA

    The MX data/pointers is only needed for server to server mail exchange so that is no problem.
    (If the DNS and the mailserver are supposed to use the same public IP but run on different NATed IPs/machines you forward the traffic to the different NATed IPs based on portnumbers in your Internet router/firewall.)
    The problem I think is the mailserver finding itself on the right IP for the public IP domainname.
    I guess the easiest way to do it would be to have two DNS machines: one for public and one for private IPs.
    The private IP DNS would serve the mailserver and the internal NATed network, if you are using the same domainname internally.
    Or (as the one with the public IP data is NATed), maybe BIND views can be used to serve different zonefiles for the same domainname depending on wether the DNS lookups comes from Internet and/or the NAT router gw LAN IP or if they come from any other NATed LAN IP.
    Or maybe having only a hostfile with the private address for the same domainname would suffice on the mailserver and also using the ISP's DNSes for finding other public IP mailservers on it.
    That wouldn't fix finding the mailserver (using the same domainname) from other machines on the NATed LAN though.

  • Which wireless router for ibook?

    Hi everybody!
    I would like to know which wireless router (beside apple ones) you can suggest (for less then $100) compatible with ibook.
    Thanks!

    An iBook with an Airport Extreme card can connect to any wifi certified 802.11b or 802.11g wireless network.

  • Which Nuget Package for Azure Service Bus can I use for Windows Store apps?

    Hi,
    I want to use the Azure Service Bus Topics. I have an app that needs to subscribe to the Service bus Topic. The Nuget-Package for Azure Service Bus is not applicable for Windows Store Apps (I get an error during install), thats why I used the Windows Azure
    Service Bus managed for Windows Store. Unfortunatelly this API throws a Serialization Exception when I create a subscription. What can I do to use the Service bus in Windows store apps?
    Thats how I try to create the subscription:
    await Microsoft.WindowsAzure.Messaging.Subscription.CreateAsync(TOPIC_NAME, SUBSCRIPTION_NAME, CONNECTION_STRING);

    Yes this is the one I used.
    But creating a subscription with the code above throws the SerializationException mentioned in this question:
    http://social.msdn.microsoft.com/Forums/de-DE/1acb887e-d5f1-4bfb-8eb9-f8ce7390ae7b/microsoftwindowsazuremessagingsubscriptioncreateasync-throws-an?forum=servbus&prof=required.
    Maybe I do something wrong? Do I Need to do something before creating the subscription?
    I haven't found any sample that shows how you can subscribe to a Topic and receive Messages using the restricted Api for winrt :(
    Any suggestions?

  • Set cisco router for dhcp

    hi ! i want to set up r1 and r2 (see below) to get ip address from r3. what do i need to configure on all routers. thanks.
    r1---r2--r3

    Hi,
    To configure a Cisco router as a DHCP server:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca75c.html
    To acquire an IP address via DHCP on an Ethernet interface of the router, use the following command in interface configuration mode:
    Router(config-if)# ip address dhcp
    The question is how are your routers connected (what type of interfaces), and what is the purpose of this topology.
    HTH,
    Mohammed Mahmoud.

  • Cisco Router for VPLS

    Which is the lowest series router i need to test VPLS or Pseudowire in LAB?
    Will 26XX or 37XX will support the VPLS and Pseudowire testing?

    For VPLS in terms of series the smallest is 76xx.
    Pseudowire, you can test starting with 72xx.
    HTH-Cheers,
    Swaroop

  • Which ADSL Router for TC?

    I've just bought Time Capsule to discover it doesn't include a ADSL router. I don't have one - can anyone recommend a decent one that will be easy to set up with TC?
    Thanks
    Acculess

    You are much better off with an Ethernet ADSL modem for use with a Time Capsule as the TC is a router itself. Something like the X-Modem M3 would mean that you don't have to mess about with port forwarding an suchlike on an ADSL router.

  • How to test Smart Call Home in cisco router?

    Hi ,
    I have done basic configuration n cisco router for Smart call Home.Please help me out on testing SCH if its proper or requres more configuration.Below is the configuration;
    call-home
    contact-email-addr [email protected]
    mail-server 10.0.0.59 priority 1
    mail-server "" priority 2
    mail-server "" priority 3
    mail-server"" priority 3
    profile "CiscoTAC-1"
      active
    profile "Test"
      destination preferred-msg-format long-text
      destination address email ""
      destination address email ""
      subscribe-to-alert-group environment severity critical
      subscribe-to-alert-group syslog severity minor pattern ".*"
      subscribe-to-alert-group configuration periodic weekly Tuesday 17:00
      subscribe-to-alert-group inventory periodic monthly 30 20:30

    hi bryan,
    But how will i know the cisco is receiving the alerts for the devices.Is there any way for checking that.
    Profile Name: CiscoTAC-1
        Profile status: ACTIVE
        Preferred Message Format: xml
        Message Size Limit: 3145728 Bytes
        Transport Method: email
        Email address(es): [email protected]
        HTTP  address(es): https://tools.cisco.com/its/service/oddce/services/DDCEService
        Periodic configuration info message is scheduled every 13 day of the month at 10:03
        Periodic inventory info message is scheduled every 13 day of the month at 09:48
        Alert-group               Severity
        diagnostic                minor
        environment               warning
        inventory                 normal
        Syslog-Pattern            Severity
        .*                        major
    Please suggest..

  • 7600 as Backbone router for MPLS core

    I have 7600's and 7500's in my backbone and 7200's on the edge. My question is that when I look at the feature navigator the 7600 with Sup 720 is missing a lot of basic features required to be a core router of an MPLS Backbone. Features like Traffic engineering fast reroute, MPLS enabled Netflow are missing on this platform, is this platform not a good candidate to be a Backbone router for a service provider offering MPLS services??? 7500 on the other hand it seems 7500 seems to have support for the MPLS related features.

    Not sure what version you where looking at but...
    Cisco Internetwork Operating System Software
    IOS (tm) s72033_rp Software (s72033_rp-ADVIPSERVICESK9_WAN-M), Version 12.2(18)SXF, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2005 by cisco Systems, Inc.
    Compiled Sat 10-Sep-05 01:18 by ccai
    Image text-base: 0x40101040, data-base: 0x42D60000
    ROM: System Bootstrap, Version 12.2(17r)S2, RELEASE SOFTWARE (fc1)
    BOOTLDR: s72033_rp Software (s72033_rp-ADVIPSERVICESK9_WAN-M), Version 12.2(18)SXF, RELEASE SOFTWARE (fc1)
    CASAN_Core1 uptime is 1 week, 4 hours, 9 minutes
    Time since CASAN_Core1 switched to active is 1 week, 4 hours, 8 minutes
    System returned to ROM by power cycle (SP by power on)
    System image file is "disk0:s72033-advipservicesk9_wan-mz.122-18.SXF.bin"
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    cisco CISCO7609 (R7000) processor (revision 1.1) with 983008K/65536K bytes of memory.
    Processor board ID FOX092307Q5
    SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
    Last reset from power-on
    SuperLAT software (copyright 1990 by Meridian Technology Corp).
    X.25 software, Version 3.0.0.
    Bridging software.
    TN3270 Emulation software.
    1 SIP-200 controller .
    1 Virtual Ethernet/IEEE 802.3 interface
    74 Gigabit Ethernet/IEEE 802.3 interfaces
    1917K bytes of non-volatile configuration memory.
    8192K bytes of packet buffer memory.
    65536K bytes of Flash internal SIMM (Sector size 512K).
    Configuration register is 0x2102
    CASAN_Core1#
    CASAN_Core1(config)#mpls traffic-eng ?
    auto-bw auto-bw parameters
    fast-reroute fast-reroute parameters
    link-management Link Management configuration
    logging Trap logging configuration
    path-selection Path Selection Configuration
    reoptimize Reoptimization parameters
    signalling Traffic Engineering Signalling Parameters
    topology Topology Database Configuration
    tunnels Traffic Engineering tunnels

  • How to read all material documents created for a service order /maint.order

    Hello,
    in my Z-Program i need to read all material documents which are created for a service order or maintenance order.
    Is there a function module which could be used or do you have some other hinds for this requirement?
    Thanks a lot.
    Kind regards
    Manfred

    HI,
    Have you tried BAPI_ALM_ORDER_GET_DETAIL for fetching components details. Actually we have used it to get some other details.
    Regards
    Shakti

  • Which is better for Branch Office Cisco ASA or Cisco 1900 router for Branch Office?

    Which is a better solution ?
    Using ASA55XX or 1900 series router for WAN and Internet access for 25 - 100 users?

    Without knowing more about the environment and what the real requirements are, it is difficult to give a really good answer. If your main concern is effective stateful inspection of traffic entering and leaving the site then the ASA is optimized for that. If you want redundancy (active/active or active/standby) then the ASA is better for this. There are other potential requirements which may make the router the better choice:
    - what is the connection to the Internet? If it is Ethernet then either ASA or router will do fine. But if it is something other than Ethernet then you may need the router.
    - is there a need for services such as Policy Based Routing? These are available on the router and not on the ASA.
    - is there a need for load balancing on outbound traffic? This is available on the router and not on the ASA.
    - will there be a need to do routing on the inside network? The range of available options is wider on the router than on the ASA.
    - is there a need to run a routing protocol with the Internet provider? The usual choice for this is BGP and that is available on router and not on ASA.
    So consider these criteria as you make your choice. Or provide more detail about your environment and what your real requirements are and we may be able to give better advice.
    HTH
    Rick

  • How to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    how to configure one dsl connection and one public ip in cisco router and map to one interface for using exchange server

    Hi ,
     Have you got any additional public IP Address from your service provider , If yes on router you can have static route for those additional IP Address pointing to your ASA  outside interface . 
    Accordingly you can configure NAT 
    HTH
    Sandy . 

  • How to Use Cisco 3660 or 3745 router for FAx

    I want to use Cisco 3660 Router or 3745 Router for Receiving FAX on email. I have NM-2CE1T1-PRI which supports E1 R2 signalling on 3660 and 3745 both. What are the additional hardware requires? Kindly Help.

    Hi,
    You could use T.37 Store and forward fax which has the feature called Onramp faxing.
    On-ramp faxing, in which a voice gateway that handles incoming calls from a standard fax machine or the PSTN converts a traditional Group 3 fax to an e-mail message with a Tagged Image File Format (TIFF) attachment. The fax e-mail message and attachment are handled by an e-mail server while traversing the packet network and can be stored for later delivery or delivered immediately to a PC or to an off-ramp gateway. Below URL is for detaield config.
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide_chapter09186a00800b5dcf.html
    You would not require any extra hardware for the same.
    Thanks
    GS

Maybe you are looking for

  • New K8T NEO won't boot

    I'm a longtime computer fixer but new builder – New setup - first turn on, I get only the first MSI logo and am therefore unable to DEL into BIOS setup. The D-Bracket cycles through several combinations, but stops with red on 1 and green on 2, 3, and

  • RepositoryRuntimeException when commiting a final merged inventory

    Hi, I'm using the propagation tool on a Weblogic Portal 10.2 installation to export and import portal configurations. We have no need for content management so we have no content repository configured. The content-config.xml doesn't include any <cont

  • Box not received

    I can't find a way to contact apple: the repair status says they sent a return box (recall ipod nano) but I never received it. How can contact them to get another one?

  • Multiple Plays not individually represented in Recently Played

    I am having a problem with my Recently Played playlist. It overwrites if I listen to a song more than once. If I listen to a song, it puts it on there, but then if I listen to it again, it removes it from the list and places it at the top again. For

  • Problems joining AirPort Extreme network from 10.3

    I need to bring an old iMac back into our family network. I erased the HD and installed 10.3. The airport card in the iMac sees our network and knows the password (I also reset the base station tonight so I know the password is correct and works with