Table Of Contents
Trimble Palisade NTP Synchronization Driver for the Cisco 7200 Series
Supported Standards, MIBs, and RFCs
Enabling the Trimble Palisade Reference Clock Driver
Verifying the Status of the Receiver
Enabling and Verifying the Trimble Palisade Reference Clock Driver Example
Trimble Palisade NTP Synchronization Driver for the Cisco 7200 Series
This feature module describes the addition of a software driver for the Trimble Palisade NTP Synchronization Kit on Cisco 7200 series platforms. It includes a feature overview and a description of the command necessary to configure the driver for Trimble Palisade NTP Synchronization.
Note
The addition of a driver for the Trimble Palisade product in no way implies a recommendation by Cisco for the Trimble product. A variety of other external time-source products can be used with Cisco routing devices, and Cisco makes no recommendations or guarantees regarding any of these products. The language contained in this document shall not constitute an endorsement or warranty of any kind pertaining to a Trimble product or the interoperability between a Cisco and Trimble product.
This document includes the following sections:
•
Supported Standards, MIBs, and RFCs
Feature Overview
Cisco IOS Release 12.1(1) and Cisco IOS Release 12.1(1)T introduce a driver which supports the use of the Trimble Palisade NTP Synchronization Kit with the Cisco 7200 platform. The Trimble Palisade Smart Antenna can provide a signal which can by used for NTP time-synchronization of a network.
The Trimble Palisade NTP Synchronization Kit can be connected to the auxiliary port of a Cisco 7200 router. The refclock (reference clock) driver provided by this feature provides the ability to receive an RTS timestamp signal on the auxiliary port of the router.
Related Documents
For NTP configuration information, see the "Performing Basic System Management" chapter of the Release 12.1 Cisco IOS Configuration Fundamentals Configuration Guide, available on CCO.
For NTP command descriptions, see the "Basic System Management Commands" chapter of the Release 12.1 Cisco IOS Configuration Fundamentals Command Reference, available on CCO.
For configuration and setup information for the Trimble product, see the Palisade NTP Synchronization Kit User Guide, available from Trimble Navigation.
Supported Platforms
This feature is supported on the following platform:
•
Cisco 7200
Supported Standards, MIBs, and RFCs
There are no standards, MIBs, or RFCs associated with this feature.
Prerequisites
For installation and setup information for the Trimble Palisade NTP Synchronization Kit, see the User Guide included with that product. Connect the interface cable to the auxiliary port of the Cisco 7200 router.
Configuration Tasks
See the following sections for configuration tasks for the Trimble Palisade NTP Synchronization Support on the Cisco 7200 feature. Each task in the list indicates if the task is optional or required.
•
Enabling the Trimble Palisade Reference Clock Driver
•
Verifying the Status of the Receiver
Enabling the Trimble Palisade Reference Clock Driver
To use the Trimble Palisade NTP Synchronization Kit with your Cisco 7200, you must enable the driver for the product. Use the following commands, beginning in global configuration mode:
See the documents listed in the "Related Documents" section for further details on configuring your router as an authoritative time source for your network.
Verifying the Status of the Receiver
Use the following commands in privileged EXEC mode to verify the status of NTP components:
Configuration Examples
This section provides the following configuration example:
•
Enabling and Verifying the Trimble Palisade Reference Clock Driver Example
Enabling and Verifying the Trimble Palisade Reference Clock Driver Example
The following example shows the enabling of the driver for the Trimble device, and sample output of the associated show command.
Router(config)# line aux 0Router(config-line)# ntp refclock trimble pps noneRouter(config-line)# exitRouter(config)# exitRouter# show ntp associationsaddress ref clock st when poll reach delay offset disp*~127.127.8.1 .GPS. 0 5 32 377 0.0 -0.01 0.0* master (synced), # master (unsynced), + selected, - candidate, ~ configuredCommand Reference
This section documents the modified ntp refclock command and the previously undocumented debug ntp command. All other commands used with this feature are documented in the Cisco IOS Release 12.1 command reference publications.
ntp refclock
To configure an external clock source for use with Network Time Protocol (NTP) services, use the ntp refclock command in line configuration mode. To disable support of the external time source, use the no form of this command.
ntp refclock {trimble | telecom-solutions} pps {cts | ri | none} [ inverted] [pps-offset number] [stratum number] [timestamp-offset number]
no ntp refclock
Syntax Description
Defaults
This command is disabled by default.
Command Modes
Line configuration
Command History
Usage Guidelines
To configure a PPS signal as the source for NTP synchronization, use the following form of the ntp refclock command:
ntp refclock pps {cts | ri} [ inverted] [pps-offset number] [stratum number] [timestamp-offset number]
To configure a Trimble Palisade NTP Synchronization Kit as the GPS clock source connected to the auxiliary port of a Cisco 7200 router, use the following form of the ntp refclock command:
ntp refclock trimble pps none
To configure a Telecom-Solutions product as the GPS clock source, use the ntp refclock telecom-solutions form of the command.
Examples
The following example show configuration of a Trimble Palisade GPS time source on a Cisco 7200 router:
ntp masterntp update-calendarline aux 0ntp refclock trimble pps noneThe following example shows configuration of a Telecom-Solutions GPS time source on a Cisco Catalyst platform:
ntp masterntp update-calendarline aux 0ntp refclock telecom-solutions pps cts stratum 1Related Commands
Command Descriptionshow ntp associations
Shows the status of NTP associations configured for your system.
Debug Commands
This section documents the debug command related to the Trimble Palisade NTP Synchronization Driver for the Cisco 7200 feature.
debug ntp
To display debug messages for Network Time Protocol (NTP) features, use the debug ntp command. To stop the output of ntp debugging messages, use the no form of this command.
debug ntp {adjust | authentication | events | loopfilter | packets | params | refclock | select | sync | validity}
no debug ntp {adjust | authentication | events | loopfilter | packets | params | refclock | select | sync | validity}
Syntax Description
Defaults
Debug commands are disabled by default.
Command History
Glossary
NTP—Network Time Protocol. Protocol used for the synchronization of clocks on devices in a network. Defined in RFC-1305.
RTS—Request to Send. EIA/TIA-232 control signal that requests a data transmission on a communications line.
