NTP Commands On Cisco IOS XR Software

2y ago
12 Views
3 Downloads
368.72 KB
40 Pages
Last View : 16d ago
Last Download : 3m ago
Upload by : Brady Himes
Transcription

NTP Commands on Cisco IOS XR SoftwareThis chapter describes the Cisco IOS XR Network Time Protocol (NTP) commands used to performbasic network time management tasks, including synchronizing time settings and coordinating timedistribution over the network.When an NTP server or client is configured, NTP features are available on all router interfaces. NTPfeatures can be disabled for any specified interface, local or remote, to the route processor (RP).For detailed information about NTP concepts, configuration tasks, and examples, see the ImplementingNTP on Cisco IOS XR Software module in Cisco IOS XR System Management Configuration Guide.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-553

NTP Commands on Cisco IOS XR Softwareaccess-group (NTP)access-group (NTP)To control access to Network Time Protocol (NTP) services for a networking device, use theaccess-group command in NTP configuration mode. To remove the access-group command from theconfiguration file and restore the system to its default condition with respect to this command, use theno form of this command.access-group {peer query-only serve serve-only} access-list-nameno access-group {peer query-only serve serve-only}Syntax DescriptionpeerAllows time requests and NTP control queries and allows a networkingdevice to synchronize to the remote system.query-onlyAllows only NTP control queries. The Cisco IOS XR software uses NTPVersion 4, but the RFC for Version 3 (RFC 1305: Network Time Protocol(Version 3) — Specification, Implementation and Analysis) still applies.serveAllows time requests and NTP control queries, but does not allow thenetworking device to synchronize to the remote system.serve-onlyAllows only time requests.access-list-nameName of an IPv4 access list.DefaultsNo NTP access control is configured.Command ModesNTP configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Cisco IOS XR System Management Command ReferenceSMR-554OL-15797-02

NTP Commands on Cisco IOS XR Softwareaccess-group (NTP)The access group options are scanned in the following order from least restrictive to most ccess is granted for the first match that is found. If no access groups are specified, all access is grantedto all sources. If any access groups are specified, only the specified access is granted. This facilityprovides minimal security for the time services of the system. However, it can be circumvented by adetermined programmer. If tighter security is desired, use the NTP authentication facility.Task IDExamplesTask IDOperationsip-servicesread, writeThe following example shows how to configure the system to allow itself to be synchronized by a peerfrom an access list named access1 and to restrict access to allow only time requests from an access listnamed access2:RP/0/RP0/CPU0:router(config-ntp)# access-group peer access1RP/0/RP0/CPU0:router(config-ntp)# access-group serve-only access2Related CommandsCommandDescriptionipv4 access-listDefines an IPv4 access list by name.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-555

NTP Commands on Cisco IOS XR Softwareauthenticate (NTP)authenticate (NTP)To enable Network Time Protocol (NTP) authentication, use the authenticate command in NTPconfiguration mode. To restore the system to its default condition, use the no form of this command.authenticateno authenticateSyntax DescriptionThis command has no arguments or keywords.DefaultsNo NTP authentication is configured.Command ModesNTP configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Usage GuidelinesRelease 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the authenticate command to enable NTP authentication. When NTP authentication is enabled, thesystem does not synchronize to a time source unless it carries one of the authentication keys specifiedby the trusted-key command. Packets failing the authentication check are dropped.Task IDTask IDOperationsip-servicesread, writeCisco IOS XR System Management Command ReferenceSMR-556OL-15797-02

NTP Commands on Cisco IOS XR Softwareauthenticate (NTP)ExamplesThe following example shows how to configure the system to synchronize only to a system that providesan authentication key 42 in its NTP packets:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# authenticateRP/0/RP0/CPU0:router(config-ntp)# authentication-key 42 md5 clear key1RP/0/RP0/CPU0:router(config-ntp)# trusted-key 42Related CommandsCommandDescriptionauthentication-key (NTP)Defines an authentication key for NTP.trusted-keyDesignates the key or keys to be trusted.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-557

NTP Commands on Cisco IOS XR Softwareauthentication-key (NTP)authentication-key (NTP)To define an authentication key for a trusted Network Time Protocol (NTP) time source, use theauthentication-key command in NTP configuration mode. To restore the system to its default condition,use the no form of this command.authentication-key key-number md5 [clear encrypted] key-nameno authentication-key key-numberSyntax Descriptionkey-numberAuthentication key. A number in the range from 1 to 65535.md5Provides message authentication support using the Message Digest 5 (MD5)algorithm.clear(Optional) Specifies that the key value entered after this keyword isunencrypted.encrypted(Optional) Specifies that the key value entered after this keyword isencrypted.key-nameKey value. The maximum length is 32 characters.DefaultsNo authentication key is defined for NTP.Command ModesNTP configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the authentication-key command to define authentication keys for use with trusted NTP timesources.Cisco IOS XR System Management Command ReferenceSMR-558OL-15797-02

NTP Commands on Cisco IOS XR Softwareauthentication-key (NTP)NoteTask IDExamplesWhen this command is written to NVRAM, the key is encrypted so that it is not displayed when theconfiguration is displayed.Task IDOperationsip-servicesread, writeThe following example shows how to configure the system to synchronize only to systems providingauthentication key 42 in their NTP packets:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# authenticateRP/0/RP0/CPU0:router(config-ntp)# authentication-key 42 md5 clear key1RP/0/RP0/CPU0:router(config-ntp)# trusted-key 42Related CommandsCommandDescriptionauthenticate (NTP)Enables NTP authentication.peer (NTP)Configures the system clock to synchronize a peer or to be synchronized bya peer.server (NTP)Allows the system clock to be synchronized by a time server.trusted-keyDesignates the key or keys to be trusted.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-559

NTP Commands on Cisco IOS XR SoftwarebroadcastbroadcastTo create a Network Time Protocol (NTP) broadcast server on a specified NTP interface, use thebroadcast command in NTP interface configuration mode. To remove the broadcast command from theconfiguration file and restore the system to its default condition, use the no form of this command.broadcast [destination ip-address] [key key-id] [version number]no broadcast [destination ip-address] [key key-id] [version number]Syntax Descriptiondestination ip-address(Optional) Specifies the host IPv4 address.key key-id(Optional) Defines the authentication key, where key-id is the authenticationkey to use when sending packets to this peer. The key identified by the key-idvalue is also used for packets received from the peer.version number(Optional) Specifies a number from 1 to 4, indicating the NTP version.DefaultsNo NTP broadcast servers are configured.Command ModesNTP interface configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the broadcast command to create an NTP broadcast server on an NTP interface to send NTPbroadcast packets.Use the broadcast client command to set a specific interface to receive NTP broadcast packets.Task IDTask IDOperationsip-servicesread, writeCisco IOS XR System Management Command ReferenceSMR-560OL-15797-02

NTP Commands on Cisco IOS XR SoftwarebroadcastExamplesThe following example shows how to configure Packet-over-SONET/SDH (POS) interface 0/0/0/1 tosend NTP packets to destination host IP address 10.0.0.0:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# interface POS 0/0/0/1RP/0/RP0/CPU0:router(config-ntp-int)# broadcast destination 10.0.0.0Related CommandsCommandDescriptionbroadcast clientAllows a networking device to receive NTP broadcast packets on aninterface.broadcastdelaySets the estimated round-trip delay between the software and an NTPbroadcast server.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-561

NTP Commands on Cisco IOS XR Softwarebroadcast clientbroadcast clientTo allow a networking device to receive Network Time Protocol (NTP) broadcast packets on an interface,use the broadcast client command in NTP interface configuration mode. To remove the configurationand restore the system to its default condition, use the no form of this command.broadcast clientno broadcast clientSyntax DescriptionThis command has no arguments or keywords.DefaultsNo NTP broadcast clients are configured.Command ModesNTP interface configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Usage GuidelinesRelease 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the broadcast client command to configure and create an NTP broadcast client and to associate theclient with an interface to receive and handle NTP broadcast packets. If no NTP client has been createdfor an interface, the received NTP broadcast packets are dropped. Use this command to allow the systemto listen to broadcast packets on an interface-by-interface basis.Task IDTask IDOperationsip-servicesread, writeCisco IOS XR System Management Command ReferenceSMR-562OL-15797-02

NTP Commands on Cisco IOS XR Softwarebroadcast clientExamplesThe following example shows how to configure Packet-over-SONET/SDH (POS) interface 0/0/0/1 tosend NTP packets:RP/0/RP0/CPU0:router(config)# ntp interface POS 0/0/0/1RP/0/RP0/CPU0:router(config-ntp-int)# broadcast clientRelated CommandsCommandDescriptionbroadcastCreates an NTP broadcast server on a specified NTP interface.broadcastdelaySets the estimated round-trip delay between the software and an NTPbroadcast server.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-563

NTP Commands on Cisco IOS XR SoftwarebroadcastdelaybroadcastdelayTo set the estimated round-trip delay between a Network Time Protocol (NTP) client and an NTPbroadcast server, use the broadcastdelay command in global configuration mode. To restore the systemto its default condition, use the no form of this command.broadcastdelay microsecondsno broadcast microsecondsSyntax DescriptionmicrosecondsDefaultsmicroseconds: 3000 microsecondsCommand ModesNTP configurationCommand HistoryReleaseUsage GuidelinesEstimated round-trip time (in microseconds) for NTP broadcasts. The rangeis from 1 to 999999. The default is 3000 microseconds.ModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the broadcastdelay command to change the default round-trip delay time on a networking devicethat is configured as a broadcast client.Task IDTask IDOperationsip-servicesread, writeCisco IOS XR System Management Command ReferenceSMR-564OL-15797-02

NTP Commands on Cisco IOS XR SoftwarebroadcastdelayExamplesThe following example shows how to set the estimated round-trip delay between a networking deviceand the broadcast client to 5000 microseconds:RP/0/RP0/CPU0:router(config-ntp)# broadcastdelay 5000Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-565

NTP Commands on Cisco IOS XR Softwareinterface (NTP)interface (NTP)To configure a Network Time Protocol (NTP) interface, use the interface command in NTPconfiguration mode. To disable an NTP interface, use the no form of this command.interface type interface-id [disable]Syntax Description.typeInterface type. For more information, use the question mark (?) online helpfunction.interface-idIdentifies a physical interface or a virtual interface.NoteUse the show interfaces command to see a list of all possibleinterfaces currently configured on the router.For more information about the syntax for the router, use the question mark(?) online help function.disable(Optional) Disables the NTP interface.DefaultsNo NTP interfaces are configured.Command ModesNTP interface configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the interface (NTP) command to place the router in NTP interface configuration mode, from whichNTP broadcast servers and broadcast clients can be configured. By default, after the NTP process isstarted, NTP features become available for all interfaces. To exit NTP interface configuration mode, usethe exit command.Cisco IOS XR System Management Command ReferenceSMR-566OL-15797-02

NTP Commands on Cisco IOS XR Softwareinterface (NTP)Task IDExamplesTask IDOperationsip-servicesread, writeThe following example shows how to enter NTP configuration mode, specify an NTP interface to beconfigured, and enter NTP interface configuration mode:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# interface POS 0/1/0/0RP/0/RP0/CPU0:router(config-ntp-int)Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-567

NTP Commands on Cisco IOS XR SoftwaremastermasterTo configure the router to use its own Network Time Protocol (NTP) master clock to synchronize withpeers when an external NTP source becomes unavailable, use the master command in NTPconfiguration mode. To restore the system to its default condition, use the no form of this command.master [stratum]no master [stratum]Syntax DescriptionstratumDefaultsBy default, the master clock function is disabled. When the function is enabled, the default stratum is 8.Command ModesNTP configurationCommand HistoryReleaseUsage Guidelines(Optional) NTP stratum number that the system claims. Range is from 1 to15. The default is 8.ModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.NTP uses the concept of a “stratum” to describe how many NTP “hops” away a machine is from anauthoritative time source. A stratum 1 time server has a radio or atomic clock attached directly. Astratum 2 time server receives its time through NTP from a stratum 1 time server, a stratum 3 from astratum 2, and so on.CautionUse the master command with extreme caution. It is easy to override other valid time sources using thiscommand, especially if a low-stratum number is configured. Configuring multiple machines in the samenetwork with the master command can lead to instability in time-keeping if the machines do not agreeon the time.Cisco IOS XR System Management Command ReferenceSMR-568OL-15797-02

NTP Commands on Cisco IOS XR SoftwaremasterThe networking device is normally synchronized, directly or indirectly, with an external system that hasa clock. The Cisco IOS XR software does not support directly attached radio or atomic clocks. Themaster command should be used only when there is a temporary disruption in a reliable time service. Itshould not be employed as an alternative source by itself in the absence of a real-time service.If the system has the master command configured and it cannot reach any clock that has a lower stratumnumber, the system claims to be synchronized at the configured stratum number. Other systemssynchronize with it through NTP.NoteTask IDExamplesThe system clock must have been manually set from some source before the master command has aneffect. This precaution protects against the distribution of erroneous time after the system is restarted.Task IDOperationsip-servicesread, writeThe following example shows how to configure a networking device as an NTP master clock to whichpeers may synchronize:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# master 9Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-569

NTP Commands on Cisco IOS XR Softwaremax-associationsmax-associationsTo set the maximum number of Network Time Protocol (NTP) associations, use the max-associationscommand in NTP configuration mode. To restore the default setting, use the no form of this command.max-associations numberno max-associations numberSyntax DescriptionnumberDefaultsThe default setting for the maximum number of NTP associations is 100.Command ModesNTP configurationCommand HistoryReleaseUsage GuidelinesMaximum number of NTP associations. Range is from 0 to 4294967295.The default is 100.ModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the max-associations command to specify the maximum number of associations for an NTP server.Task IDExamplesTask IDOperationsip-servicesread, writeThe following example shows how to set the maximum number of associations to 200:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# max-associations 200Cisco IOS XR System Management Command ReferenceSMR-570OL-15797-02

NTP Commands on Cisco IOS XR Softwaremax-associationsRelated CommandsCommandDescriptionshow ntp associationsDisplays the status of NTP associations.Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-571

NTP Commands on Cisco IOS XR SoftwarentpntpTo enter Network Time Protocol (NTP) configuration mode and run NTP configuration commands, usethe ntp command in global configuration modentpSyntax DescriptionThis command has no arguments or keywords.DefaultsNo defaults behavior or valuesCommand ModesGlobal configurationCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.NTP configuration commands can also be run from global configuration mode by preceding thecommand string with the ntp keyword. From NTP configuration mode, the following NTP configurationcommands are available:RP/0/RP0/CPU0:router(config-ntp)# ax-associationsnoControl NTP accessAuthenticate time sourcesAuthentication key for trusted time sourcesEstimated round-trip delayCommit the configuration changes to runningSet a command to its defaultsDescribe a command without taking real actionsRun an exec commandExit from this submodeConfigure NTP on an interfaceAct as NTP master clockSet maximum number of associationsNegate a command or set its defaultsCisco IOS XR System Management Command ReferenceSMR-572OL-15797-02

NTP Commands on Cisco IOS XR te-calendarTask IDExamplesConfigure NTP peerEnable NTP portConfigure NTP serverShow contents of configurationConfigure interface for source addressKey numbers for trusted time sourcesPeriodically update calendar with NTP timeTask IDOperationsip-servicesread, writeThe following example shows how to enter NTP configuration mode:RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)#Cisco IOS XR System Management Command ReferenceOL-15797-02SMR-573

NTP Commands on Cisco IOS XR Softwarentp clearntp clearTo clear all Network Time Protocol (NTP) peers or a specific NTP peer, use the ntp clear command inEXEC mode.ntp clear {peer *}Syntax DescriptionpeerIPv4 address or hostname of the NTP peer to be cleared.*Clears all NTP peers.DefaultsNo defaults behavior or valuesCommand ModesEXECCommand HistoryReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.Usage GuidelinesTo use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Task IDTask IDOperationsip-servicesread, writeExamplesThe following example shows how to clear all NTP peers:RP/0/RP0/CPU0:router# ntp clear *Cisco IOS XR System Management Command ReferenceSMR-574OL-15797-02

NTP Commands on Cisco IOS XR Softwarepeer (NTP)peer (NTP)To configure the system clock to synchronize a peer or to be synchronized by a peer, use the peercommand in NTP configuration mode. To remove the peer command from the configuration file andrestore the system to its default condition with respect to the command, use the no form of this command.peer ip-address [version number] [key key-id] [minpoll interval] [maxpoll interval][source interface-type interface-id] [prefer]no peer ip-addressSyntax Descriptionip-addressIPv4 address of the peer providing or being provided with the clocksynchronization.version number(Optional) Defines the Network Time Protocol (NTP) version number,where the number argument is a value from 1 to 4. The default is 4.key key-id(Optional) Defines the authentication key, where the key-id argument is theauthentication key to use when packets are sent to this peer. Theauthentication key is also used for packets received from the peer.minpoll interval(Optional) Defines the shortest polling interval, where the interval argumentis specified in seconds as a power of two. The number is used in apower-of-two (for example, 2 meaning 26 64), and can be in the range from4 to 14. The default value is 6.maxpoll interval(Optional) Defines the longest polling interval, where the interval argumentis specified in seconds as a power-of-two. The default value is 10.source(Optional) IP source address. The default is the outgoing interface.interface-type(Optional) Interface type. For more information, use the question mark (?)online help function.interface-id(Optional) Identifies a physical interface or a virtual interface.NoteUse the show interfaces command to see a list of all possibleinterfaces currently configured on the router.For more information about the syntax for the router, use the question mark(?) online help function.preferDefaults(Optional) Makes this peer the preferred peer that provides synchronization.No peers are configured by default. If a peer is configured, the default NTP version number is 4, noauthentication key is used, and the source IP address is taken from the outgoing interface.minpoll interval: 6 secondsmaxpoll interval: 10 secondsCommand ModesNTP configurationCisco IOS XR System Management Command ReferenceOL-15797-02SMR-575

NTP Commands on Cisco IOS XR Softwarepeer (NTP)Command HistoryUsage GuidelinesReleaseModificationRelease 2.0This command was introduced on the Cisco CRS-1.Release 3.0No modification.Release 3.2This command was first supported on the Cisco XR 12000 Series Router.Release 3.3.0No modification.Release 3.4.0No modification.Release 3.5.0No modification.Release 3.6.0No modification.Release 3.7.0No modification.To use this command, you must be in a user group associated with a task group that includes the propertask IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services onCisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.Use the peer (NTP) command to allow this machine to synchronize with the peer, or conversely.CautionAlthough using the prefer keyword can help reduce the switching among peers, you should avoid usingthe keyword because it interferes with the source selection mechanism of NTP and can result in adegradation in performance.The value for the minpoll keyword must be less than or equal to the value for the maxpoll keyword. Ifthis is not the case, the system issues an error message.To provide peer-level service (as opposed to client/server-level service), it may be necessary to explicitlyspecify the NTP version for the peer if it is not version 4.Task IDExamplesTask IDOperationsip-servicesread, writeThe following example shows how to configure a networking device to allow its system clock to besynchronized with the clock of the peer (or conversely) at IP address 10.0.0.0 using NTP. The source IPaddress is the address of Packet-over-SONET/SDH (POS) interface 0/0/0/1.RP/0/RP0/CPU0:router(config)# ntpRP/0/RP0/CPU0:router(config-ntp)# peer 10.0.0.0 minpoll 8 maxpoll 12 source POS 0/0/0/1Related CommandsCommandDe

NTP Commands on Cisco IOS XR Software access-group (NTP) SMR-555 Cisco IOS XR System Management Command Reference OL-15797-02 The access group options are scanned in the following order from least restrictive to most restrictive: 1. peer 2. serve 3. serve-only 4. query-

Related Documents:

Cisco IOS XR System Management Command Reference for the Cisco CRS Router, Release 5.1.x 4 NTP Commands access-group (NTP) . Cisco IOS XR System Management Command Reference for the Cisco CRS Router, Release 5.1.x 19 NTP Commands max-associations. multicast client

Step 2 [no] ntp enable Enables or disables the NTP protocol on the Cisco CG-OS router. NTP is enabled by default. Step 3 show ntp status (Optional) Displays the status of the NTP application. Step 4 copy running-config startup-config (Optional) Saves the change by copying the running configuration to the startup configurationFile Size: 243KB

Oct 27, 2014 · Cisco ISR 4400 Series Cisco ISR 4300 Series Cisco ISR 4431 Cisco ISR 4321 Cisco ISR 4451 Cisco ISR 4331 Cisco ISR 4351 Table 1 Cisco IOS XE 3S–to–Cisco IOS Release Number Mapping Cisco IOS XE 3S Release Cisco IOS Release 3.14 15.5(1)S 3.13S 15.4(3)S 3

Hortonworks DataFlow June 6, 2018 3 SLES zypper install ntp chkconfig ntp on Ubuntu apt-get install ntp update-rc.d ntp defaults Debian apt-get install ntp update-rc.d ntp defaults 1.1.5. Check DNS and NSCD All hosts in your system must be configured for both forward and and reverse DNS.

Router Software Origin Validation (RPKI RTR & BGP Modifications) available in Cisco IOS and IOS-XR Cisco IOS code available in IOS XE-3.5.0/15.1(3)S Cisco IOS platforms targeted ASR1K, 7600, ME3600/ ME3800, ASR 903 Cisco IOS-XR available in the XR-4.2.1 Cisco IOS-X

XML Conversion Draft - 03/07/2011 iii Cisco IOS Server Load Balancing Configuration Guide OL-24559-01 CONTENTS CHAPTER 1 Cisco IOS SLB Features Roadmap 1-1 CHAPTER 2 Information About Cisco IOS SLB 2-1 Overview 2-1 Benefits of IOS SLB 2-3 Cisco IOS SLB Features 2-4 Routing Features 2-4 Algorithms for Server Load Balancing 2-5 Bind ID Support 2-6

Cisco ASA 5505 Cisco ASA 5505SP Cisco ASA 5510 Cisco ASA 5510SP Cisco ASA 5520 Cisco ASA 5520 VPN Cisco ASA 5540 Cisco ASA 5540 VPN Premium Cisco ASA 5540 VPN Cisco ASA 5550 Cisco ASA 5580-20 Cisco ASA 5580-40 Cisco ASA 5585-X Cisco ASA w/ AIP-SSM Cisco ASA w/ CSC-SSM Cisco C7600 Ser

MOUNT ASPIRING COLLEGE DEPARTMENT OF ENGLISH - FEMINIST LITERARY CRITICISM - PAGE !3 OF !7. WHAT MARXIST CRITICS DO TAKEN FROM BEGINNING THEORY, BY P. BARRY2: 1. They make a division between the ‘overt’ (manifest or surface) and ‘covert’ (latent or hidden) content of a literary work (much as psychoanalytic critics do) and then relate the covert subject matter of the literary work to .