Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > how to set time(or clock) synchronizing with ISP

Reply
Thread Tools

how to set time(or clock) synchronizing with ISP

 
 
Bruce Cao
Guest
Posts: n/a
 
      12-06-2004
Our ISP told me my router is not at the same time with their, and they asked
me to set the time(or clock) in my router to synchronize with their devices.
otherwise the error will accumulate and cause the data link down.

then, how could I do per their said?

thanks in advance

Bruce Cao


 
Reply With Quote
 
 
 
 
Erik Freitag
Guest
Posts: n/a
 
      12-06-2004
On Mon, 06 Dec 2004 16:14:20 +0800, Bruce Cao wrote:

> Our ISP told me my router is not at the same time with their, and they asked
> me to set the time(or clock) in my router to synchronize with their devices.
> otherwise the error will accumulate and cause the data link down.
>
> then, how could I do per their said?
>
> thanks in advance
>
> Bruce Cao


Did they give you an ntp server IP address? If so, it might be as simple
as:

router#ntp server ntp-server-ip-address

You might also have to allow ntp through your firewall:

router#permit udp host their-ntpserver-ip-address eq ntp hostyour-router-ip-address eq ntp

put the above in your firewall inbound access list

Depending on your platform, you might also want to add:

router#ntp update-calendar

If their ntp server requires authentication, or uses broadcast to send update, see the cisco manuals.



 
Reply With Quote
 
 
 
 
PES
Guest
Posts: n/a
 
      12-06-2004
Bruce Cao wrote:
> Our ISP told me my router is not at the same time with their, and they asked
> me to set the time(or clock) in my router to synchronize with their devices.
> otherwise the error will accumulate and cause the data link down.
>
> then, how could I do per their said?
>
> thanks in advance
>
> Bruce Cao
>
>


Are they talking about the clock that keeps up with time (I'd be shocked
if they cared), or the clock source on the serail interface (because
they see interface errors)?

--
-------------------------
Paul Stewart
Lexnet Inc.
Email address is in ROT13
 
Reply With Quote
 
Arnoud Helmantel
Guest
Posts: n/a
 
      12-06-2004
Erik Freitag <> wrote:

> On Mon, 06 Dec 2004 16:14:20 +0800, Bruce Cao wrote:
>
> > Our ISP told me my router is not at the same time with their, and they asked
> > me to set the time(or clock) in my router to synchronize with their devices.
> > otherwise the error will accumulate and cause the data link down.
> >
> > then, how could I do per their said?
> >
> > thanks in advance
> >
> > Bruce Cao

>
> Did they give you an ntp server IP address? If so, it might be as simple
> as:
>
> router#ntp server ntp-server-ip-address
>
> You might also have to allow ntp through your firewall:
>
> router#permit udp host their-ntpserver-ip-address eq ntp
> hostyour-router-ip-address eq ntp
>
> put the above in your firewall inbound access list
>
> Depending on your platform, you might also want to add:
>
> router#ntp update-calendar
>
> If their ntp server requires authentication, or uses broadcast to send
> update, see the cisco manuals.


On my 837 running 12.3(11)T I have these options to my disposal:

cisco837(config)#sntp ?
broadcast Configure SNTP broadcast services
logging Enable SNTP message logging
multicast Configure SNTP multicast services
server Configure SNTP server

cisco837(config)#sntp server ?
Hostname or A.B.C.D Name or IP address of server

and I have to set the timezone using:

cisco837(config)#clock ?
initialize Initialize system clock on restart
save backup of clock with NVRAM
summer-time Configure summer (daylight savings) time
timezone Configure time zone

cisco837(config)#clock tim
cisco837(config)#clock timezone ?
WORD name of time zone

cisco837(config)#clock timezone Ehv ?
<-23 - 23> Hours offset from UTC

hope this helps,

Arnoud

--
For replying to me, please use my first and last name in the
address. ++ M'n voor- en achternaam gebruiken in het email adres.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
synchronizing shared files =?Utf-8?B?UmV2aWxv?= Wireless Networking 4 01-21-2006 02:12 PM
How does typical ISP traffic shaping/bandwidth limiting work ? Do ISP's allow bursty traffic per second ? Skybuck Flying Cisco 0 01-19-2006 08:50 PM
Synchronizing...is it possible with FF1.5 Patrick E. King Firefox 0 12-31-2005 07:56 PM
Synchronizing project files work and home. How? Rog ASP .Net 1 05-22-2004 02:18 AM
MSFC synchronizing IOS versions Michael Kiessling Cisco 0 07-18-2003 12:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57