Manage synchronization on a Cisco ASR 1000 Series Aggregation Service Router using the following management commands:
- network-clock synchronization mode QL-enabled command
Use the network-clock synchronization mode QL-enabled command in the global configuration mode to configure the automatic selection process for the QL-enabled mode. This succeeds only
if the SyncE interfaces are capable of sending SSMs.
The following example shows how to configure network clock synchronization (QL-enabled mode) in the global configuration mode:
Router(config)# network-clock synchronization mode QL-enabled
Use the esmc process command in the global configuration mode to enable the ESMC process at system level. The no form of this command disables the ESMC process. The no form of this command fails if no SyncE-capable interface is installed on the platform.
The following example shows how to enable the ESMC process in the global configuration mode:
Router(config)# esmc process
- esmc mode [tx | rx] command
Use the esmc mode [tx | rx] command in the interface configuration mode to enable the ESMC process at the interface level. The no form of the command disables the ESMC process.
The following example shows how to enable ESMC in the interface configuration mode:
Router(config-if)# esmc mode tx
- network-clock quality-level command
Use the network-clock source quality-level command in the interface configuration mode to configure the QL value for ESMC on a gigabit Ethernet
port. The value is based on global interworking options:
-
-
If Option 1 is configured, the available values are QL-PRC, QL-SSU-A, QL-SSU-B, QL-SEC, and QL-DNU.
-
If Option 2 is configured with GEN 2, the available values are QL-PRS, QL-STU, QL-ST2, QL-TNC, QL-ST3, QL-SMC, QL-ST4, and
QL-DUS.
-
If Option 2 is configured with GEN1, the available values are QL-PRS, QL-STU, QL-ST2, QL-SMC, QL-ST4, and QL-DUS
The following example shows how to configure the network-clock source quality-level in the interface configuration mode:
Router(config-if)# network-clock source quality-level QL-PRC rx
Use the network-clock quality-level command in the global configuration mode to configure the QL value for the SSMs on a BITS
port.
The following example shows how to configure network-clock quality-level command in the global configuration mode:
Router(config)# network-clock quality-level rx qL-pRC external R0 2048k
-
network-clock wait-to-restore command
Use the network-clock wait-to-restore timer global command to set the wait-to-restore time. You can configure the wait-to-restore
time to any value between 0 to 86400 seconds. The default value is 300 seconds. The wait-to-restore timer can be set in the
global configuration mode and the interface configuration mode.
The following example shows how to configure the wait-to-restore timer in the global configuration mode:
Router(config)# network-clock wait-to-restore 10 global
The following example shows how to configure the wait-to-restore timer in the interface configuration mode:
Router(config)# interface gigabitethernet 0/2/0
Router(config-if)# network-clock wait-to-restore 10
-
network-clock hold-off command
Use the network-clock hold-off timer global command to configure hold-off time. You can configure the hold-off time to either
0 or any value between 50 to 10000 ms. The default value is 300 ms. The network-clock hold-off timer can be set in the global
configuration mode and the interface configuration mode.
The following example shows how to configure the hold-off timer:
Router(config-if)# network-clock hold-off 50 global
-
network-clock switch force command
Use the network-clock switch force command to forcefully select a synchronization source irrespective of whether the source
is available, and within range.
The following example shows how to configure a force switch:
Router# network-clock switch force interface gigabitethernet 0/2/0
-
network-clock switch manual command
Use the network-clock switch manual command to manually select a synchronization source, provided the clock source has a higher
quality level than the currently active clock.
The following example shows how to configure a manual switch:
Router# network-clock switch manual interface gigabitethernet 0/2/0
-
network-clock clear switch controller-id command
Use the network-clock clear switch controller-id command to clear the manual, or switch it on by force.
The following example shows how to clear a switch:
Router# network-clock clear switch t0
-
network-clock set lockout command
Use the network-clock set lockout command to lockout a clock source. A clock source flagged as lockout is not selected for
SyncE. To clear the lock-out on a source, use the network-clock clear lockout command.
The following example shows how to lock out a clock source:
Router# network-clock set lockout interface gigabitethernet 0/2/0
The following example shows how to clear the lock out on a clock source:
Router# network-clock clear lockout interface gigabitethernet 0/2/0