Manuel d’utilisation Cisco Systems SMC-169

24 pages 0.26 mb
Télécharger

Aller à la page 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 ...

Fabricant Cisco Systems Catégorie Switch

Les documents que nous recevons du fabricant de l'appareilCisco Systems SMC-169 peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques Cisco Systems
- manuels d’utilisations SMC-169
- fiches produit Cisco Systems
- dépliants
- ou étiquettes-énergie Cisco Systems SMC-169
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation Cisco Systems SMC-169.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation Cisco Systems SMC-169, manuels d’entretien, brefs manuels ou manuels de l’utilisateur Cisco Systems SMC-169. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit Cisco Systems SMC-169.

Manuels d’utilsiation similaires

Manuel d’utilisation complet de l’appareil Cisco Systems SMC-169, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser Cisco Systems SMC-169 par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs Cisco Systems SMC-169.

Le manuel d’utilisation complet Cisco Systems, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel Cisco Systems SMC-169 - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières Cisco Systems SMC-169, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lCisco Systems SMC-169 qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil Cisco Systems SMC-169 - qui devraient nous aider dans les premières étapes lors de l'utilisation Cisco Systems SMC-169
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de Cisco Systems SMC-169
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service Cisco Systems SMC-169 dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de Cisco Systems SMC-169?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec Cisco Systems SMC-169, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec Cisco Systems SMC-169 il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (0)