Cisco NCS 6000 Series Configuration Manual page 40

System management configuration guide, release 5.0.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

Configuring Poll-Based Associations
SUMMARY STEPS
1. configure
2. ntp
3. server ip-address [version number] [key key-id] [minpoll interval] [maxpoll interval] [source type
interface-path-id] [prefer] [burst] [iburst]
4. peer ip-address [version number] [key key-id] [minpoll interval] [maxpoll interval] [source type
interface-path-id] [prefer]
5. Use one of the following commands:
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
ntp
Example:
RP/0/RP0/CPU0:router(config)# ntp
Step 3
server ip-address [version number] [key key-id]
[minpoll interval] [maxpoll interval] [source type
interface-path-id] [prefer] [burst] [iburst]
Example:
RP/0/RP0/CPU0:router(config-ntp)# server
172.16.22.44
minpoll 8 maxpoll 12
Step 4
peer ip-address [version number] [key key-id]
[minpoll interval] [maxpoll interval] [source type
interface-path-id] [prefer]
Example:
RP/0/RP0/CPU0:router(config-ntp)# peer
192.168.22.33
minpoll 8 maxpoll 12 source tengige
0/0/0/1
Step 5
Use one of the following commands:
• end
• commit
System Management Configuration Guide for the Cisco NCS 6000 Series Router, Release 5.0.x
30
• end
• commit
Purpose
Enters NTP configuration mode.
Forms a server association with another system. This step can be
repeated as necessary to form associations with multiple devices.
Forms a peer association with another system. This step can be
repeated as necessary to form associations with multiple systems.
Note
To complete the configuration of a peer-to-peer association
between the router and the remote device, the router must
also be configured as a peer on the remote device.
Saves configuration changes.
• When you issue the end command, the system prompts you to
commit changes:
Uncommitted changes found, commit them before
Implementing NTP

Advertisement

Table of Contents
loading

Table of Contents