Manuale per l’uso Cisco Systems SMC-169

24 pagine 0.26 mb
Scarica

Vai alla pagina of 24

Summary
  • Cisco Systems SMC-169 - page 1

    SMC-169 Cisco IOS XR System Management Configuration Guide Implementing NTP on Cisco IOS XR Software Network T ime Protocol (NTP) is a protocol designed to time-synchronize de vices within a network. The Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of NTP , including NTPv3 and NTPv2 but e xcl ...

  • Cisco Systems SMC-169 - page 2

    Implementing NTP on Cisco IOS XR Software Prerequisites for Implementing NTP on Cisco IOS XR Software SMC-170 Cisco IOS XR System Management Configuration Guide Prerequisites for Implementing NTP on Cisco IOS XR Software The follo wing prerequisites are required to implement NTP in your network operating center (NOC): • Y ou must be in a user gro ...

  • Cisco Systems SMC-169 - page 3

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-171 Cisco IOS XR System Management Configuration Guide The communications between machines running NTP (known as “associations”) are usually statically conf igured; each machine is giv en the IP address of all machines with which it should form associati ...

  • Cisco Systems SMC-169 - page 4

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-172 Cisco IOS XR System Management Configuration Guide The follo wing are two most commonly used, poll-based association modes: • Client mode • Symmetric acti ve mode The client and the symmetric active modes should be used when NTP is required to provid ...

  • Cisco Systems SMC-169 - page 5

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-173 Cisco IOS XR System Management Configuration Guide Configuring Broadcast-Based NTP Associations This task explains ho w to conf igure broadcast-based NTP associations. Note No specif ic command enables NTP; the f irst NTP conf iguration command that you ...

  • Cisco Systems SMC-169 - page 6

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-174 Cisco IOS XR System Management Configuration Guide When a networking de vice is operating in the br oadcastclient mode , it does not engage in any polling. Instead, it listens for NTP broadcast packets transmitted by broadcast time serv ers. Consequently ...

  • Cisco Systems SMC-169 - page 7

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-175 Cisco IOS XR System Management Configuration Guide Configuring NTP Access Groups This task explains ho w to conf igure NTP access groups. Note No specif ic command enables NTP; the f irst NTP conf iguration command that you issue enables NTP . NTP Access ...

  • Cisco Systems SMC-169 - page 8

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-176 Cisco IOS XR System Management Configuration Guide If the source IP address matches the access lists for more than one access type, the f irst type is granted. If no access groups are specif ied, all access types are granted to all systems. If any access ...

  • Cisco Systems SMC-169 - page 9

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-177 Cisco IOS XR System Management Configuration Guide Step 3 access-group { peer | query-only | serve | serve-only } access-list-name Example: RP/0/RP0/CPU0:router(config-ntp)# access-group peer access1 Creates an access group and applies a basic IP access ...

  • Cisco Systems SMC-169 - page 10

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-178 Cisco IOS XR System Management Configuration Guide Configuring NTP Authentication This task explains ho w to conf igure NTP authentication. Note No specif ic command enables NTP; the f irst NTP conf iguration command that you issue enables NTP . NTP Auth ...

  • Cisco Systems SMC-169 - page 11

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-179 Cisco IOS XR System Management Configuration Guide DETAILED STEPS Command or Action Purpose Step 1 configure Example: RP/0/RP0/CPU0:router# configure Enters global conf iguration mode. Step 2 ntp Example: RP/0/RP0/CPU0:router(config)# ntp Enters NTP conf ...

  • Cisco Systems SMC-169 - page 12

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-180 Cisco IOS XR System Management Configuration Guide Disabling NTP Services on a Specific Interface This task explains ho w to disable NTP services on a specif ic interface. NTP services are disabled on all interfaces by default. NTP is enabled globally wh ...

  • Cisco Systems SMC-169 - page 13

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-181 Cisco IOS XR System Management Configuration Guide Step 3 no interface type instance or interface type instance disable Example: RP/0/RP0/CPU0:router(config-ntp)# no interface pos 0/0/0/1 or RP/0/RP0/CPU0:router(config-ntp)# interface POS 0/0/0/1 disable ...

  • Cisco Systems SMC-169 - page 14

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-182 Cisco IOS XR System Management Configuration Guide Configuring the Source IP Address for NTP Packets This task explains ho w conf igure the source IP address for NTP packets. When the system sends an NTP packet, the source IP address is normally set to t ...

  • Cisco Systems SMC-169 - page 15

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-183 Cisco IOS XR System Management Configuration Guide Step 3 source interface-type interface-instance Example: RP/0/RP0/CPU0:router(config-ntp)# source POS 0/0/0/1 Conf igures an interface from which the IP source address will be taken. Note This interface ...

  • Cisco Systems SMC-169 - page 16

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-184 Cisco IOS XR System Management Configuration Guide Configuring the System as an Authoritative NTP Server This task explains ho w to conf igure the router as an authoritati ve NTP server . Y ou can conf igure the router to act as an authoritativ e NTP ser ...

  • Cisco Systems SMC-169 - page 17

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-185 Cisco IOS XR System Management Configuration Guide Updating the Hardware Clock This task explains ho w to conf igure the hardware clock to be periodically updated from the software clock running NTP . On de vices that have hardw are clocks (system calend ...

  • Cisco Systems SMC-169 - page 18

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-186 Cisco IOS XR System Management Configuration Guide SUMMARY STEPS 1. conf igure 2. ntp 3. update-calendar 4. end or commit DETAILED STEPS Command or Action Purpose Step 1 configure Example: RP/0/RP0/CPU0:router# configure Enters global conf iguration mode ...

  • Cisco Systems SMC-169 - page 19

    Implementing NTP on Cisco IOS XR Software How to Implement NTP on Cisco IOS XR Software SMC-187 Cisco IOS XR System Management Configuration Guide Verifying the Status of the External Reference Clock This task explains ho w to verify the status of NTP components. Note The commands can be entered in any order . SUMMARY STEPS 1. show ntp associations ...

  • Cisco Systems SMC-169 - page 20

    Implementing NTP on Cisco IOS XR Software Configuration Examples for Implementing NTP on Cisco IOS XR Software SMC-188 Cisco IOS XR System Management Configuration Guide Configuration Examples for Implementing NTP on Cisco IOS XR Software This section contains the following e xamples: • Conf iguring Poll-Based Associations: Example, page SMC-188 ...

  • Cisco Systems SMC-169 - page 21

    Implementing NTP on Cisco IOS XR Software Configuration Examples for Implementing NTP on Cisco IOS XR Software SMC-189 Cisco IOS XR System Management Configuration Guide Configuring NTP Access Groups: Example The following e xample shows a NTP access group conf iguration where the following access group restrictions are applied: • Peer restrictio ...

  • Cisco Systems SMC-169 - page 22

    Implementing NTP on Cisco IOS XR Software Configuration Examples for Implementing NTP on Cisco IOS XR Software SMC-190 Cisco IOS XR System Management Configuration Guide • The router is conf igured to synchronize only to systems providing authentication k ey 3 in their NTP packets. ! ntp authentication-key 2 md5 encrypted 06120A2D40031D10081240 a ...

  • Cisco Systems SMC-169 - page 23

    Implementing NTP on Cisco IOS XR Software Additional References SMC-191 Cisco IOS XR System Management Configuration Guide Updating the Hardware Clock: Example The following e xample shows an NTP conf iguration in which the router is conf igured to update its hardware clock from the software clock at periodic interv als: ! ntp server 10.3.32.154 ma ...

  • Cisco Systems SMC-169 - page 24

    Implementing NTP on Cisco IOS XR Software Additional References SMC-192 Cisco IOS XR System Management Configuration Guide RFCs Technical Assistance RFCs T itle RFC 1305 Network T ime Protocol, V ersion 3: Specif ication, Implementation, and Analysis RFC 1119 Network T ime Protocol, V ersion 2: Specif ication and Implementation RFC 1059 Network T i ...

Fabbricante Cisco Systems Categoria Switch

I documenti che otteniamo dal fabbricante del dispositivoCisco Systems SMC-169 possono essere suddivisi in diversi gruppi. Questi sono tra gli altri:
- disegni tecnici Cisco Systems
- manuali per l’uso SMC-169
- schede prodotto Cisco Systems
- opuscoli
- o etichette energetiche Cisco Systems SMC-169
Tutti sono importanti, ma le informazioni più importanti dal punto di vista di utilizzo del dispositivo possono essere trovate nel manuale per l’uso Cisco Systems SMC-169.

Un gruppo di documenti denominato manuali per l’uso, è anche suddiviso in tipi più specifici, come: Manuali di installazione Cisco Systems SMC-169, manuali di manutenzione, brevi manuali o manuali utente Cisco Systems SMC-169. A seconda delle esigenze, si dovrebbe cercare il documento necessario. Nel nostro sito web, puoi visualizzare il manuale più popolare per l'uso del prodotto Cisco Systems SMC-169.

Manuale completo del dispositivo Cisco Systems SMC-169, come deve essere?
Il manuale per l’uso, denominato anche istruzioni per l’uso, o semplicemente il manuale è un documento tecnico progettato per aiutare ad utilizzare Cisco Systems SMC-169 dagli utenti. I manuali sono di solito scritti da uno scrittore tecnico, ma in un linguaggio accessibile a tutti gli utenti Cisco Systems SMC-169.

Il manuale per l’uso completo Cisco Systems, dovrebbe includere vari elementi di base. Alcuni di loro sono meno importanti, come ad esempio: copertina / pagina del titolo o pagina di autore. Tuttavia, la parte rimanente, dovrebbe fornire informazioni importanti dal punto di vista dell'utente.

1. Introduzione e la guida su come utilizzare il manuale Cisco Systems SMC-169 - All'inizio di ogni manuale, dovremmo trovare indizi su come utilizzare il documento. Dovrebbe contenere informazioni sulla posizione dell’indice Cisco Systems SMC-169, FAQ o i problemi più comuni : i punti che sono più spesso cercati dagli utenti di ogni manuale
2. Indice - elenco di tutti i suggerimenti per Cisco Systems SMC-169 che possono essere trovati nel documento corrente
3. Suggerimenti su come utilizzare le funzioni di base del dispositivo Cisco Systems SMC-169 - che ci dovrebbe aiutare nei primi passi durante l'uso Cisco Systems SMC-169
4. Troubleshooting - sequenza sistematica delle attività che vi aiuterà a diagnosticare e, successivamente, risolvere i problemi più importanti del Cisco Systems SMC-169
5. FAQ - domande più frequenti
6. Dettagli di contatto Informazioni su dove cercare il contatto con il fabbricante / servizio Cisco Systems SMC-169 in un dato paese, se il problema non può essere risolto da noi stessi.

Hai una domanda su Cisco Systems SMC-169?

Utilizza il modulo sottostante

Se non hai risolto il problema con Cisco Systems SMC-169 con l'aiuto del manuale che hai trovato, fai una domanda utilizzando il modulo sottostante. Se un utente ha avuto un problema simile con Cisco Systems SMC-169 è probabile che voglia condividere il modo di risolverlo.

Riscrivi il testo dall’immagine

Commenti (0)