Team,
 
The Tasks below, have the same requirement but the configs are done 
differently...are they equivalent?  Here is what confuses me the most:

1- #ntp trusted-key <key> . I thought this command MUST always be included 
in the client side whenever you config authntication. Nop, as shwed in LAB 2- 
Vol 2 Tasks 6-1  page 101 DSG.
 
2- #ntp authenticate. I thought this command MUST always be included in both 
the client and the server side whenever you config authntication. Nop, as shwed 
in LAB 2- Vol 2 Tasks 6-1  page 101 DSG
 
3- #ntp server <x.x.x.x> and #ntp trusted-key <key>.  I thought these commands 
MUST always both be included in the client side whenever you config 
authntication and needed to specify the source of NTP packets.
I have just realized one can have the following config instead: #ntp 
server x.x.x.x source Lo1 key 1, as showed in R2.
 
How to know which one to use? 
 
Thanks


BAuke
=============================================================
 
 
LAB 2- Vol 2  Tasks 8-1 and Task  8-2  DSG
R4
interface Lo1
ip add 216.30.1.4
 
ntp master  
ntp source Lo1
ntp authenticate
ntp authentivation-key 1 md5 cisco

R5
ntp server 216.30.1.4
ntp authenticate
ntp authentivation-key 1 md5 cisco
ntp trusted-key 1
-------------------------------------------------------------------------
 
LAB 2- Vol 2 Tasks 6-1  page 101 DSG
R9
 
interface Lo1
ip add  110.99.9.9
 
ntp master 
ntp source lo1
ntp authentivation-key 1 md5 cisco

R2
ntp server 110.99.9.9 source Lo1 key 1
ntp authentivation-key 1 md5 cisco


      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to