Cisco Systems SMC-169の取扱説明書

24ページ 0.26 mb
ダウンロード

ページに移動 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 ...

メーカー Cisco Systems カテゴリー Switch

Cisco Systems SMC-169のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- SMC-169の取扱説明書
- Cisco Systemsの製品カード
- パンフレット
- またはCisco Systems SMC-169の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、Cisco Systems SMC-169の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、Cisco Systems SMC-169の取り付け説明書、サービスマニュアル、簡易説明書、またはCisco Systems SMC-169のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、Cisco Systems SMC-169の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

Cisco Systems SMC-169デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがCisco Systems SMC-169を使用するのを助ける技術的文書のことです。説明書は通常、全てのCisco Systems SMC-169ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

Cisco Systemsの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. Cisco Systems SMC-169の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははCisco Systems SMC-169の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。Cisco Systems SMC-169に関してこのドキュメントで見つけることができる全てのヒントの目次
3. Cisco Systems SMC-169デバイスの基本機能を使うにあたってのヒント。 Cisco Systems SMC-169のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。Cisco Systems SMC-169に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるCisco Systems SMC-169のメーカー/サービスへの連絡先に関する情報。

Cisco Systems SMC-169についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもCisco Systems SMC-169の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがCisco Systems SMC-169で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)