Cisco Systems 1000 Series Network Router User Manual


 
11-15
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-17
Chapter 11 Network Synchronization Support
Configuring Network Synchronization
Examples
The following example shows how to configure a SyncE using the Line to External method:
Router# configure terminal
Router(config)# network-clock synchronization automatic
Router(config)# network-clock synchronization ssm option 2 GEN1
Router(config)# interface gigabitethernet 0/2/0
Router(config-if)# synchronous mode
Router(config)# exit
Router(config)# network-clock output-source line 1 interface gigabitethernet 0/2/0
external 0/3/0
Router(config)# exit
Step 5
synchronous mode
Example:
Router(config-if)# synchronous mode
Changes to the synchronous mode.
Step 6
exit
Example:
Router(config)# exit
Exits the specific configuration mode.
Step 7
network-clock output-source line
priority {interface interface-name}
{external slot/card/port}
Example:
Router(config-if-srv)# network-clock
output-source line 1 interface
gigabitethernet 0/2/0 external 0/3/0
Configures the line clock to be used on external Tx
interfaces.
Note This command is supported only on the
Metronome SPA.
Step 8
exit
Example:
Router(config)# exit
Exits the global configuration mode.
Command Purpose