11-Network Management and Monitoring Configuration Guide

HomeSupportSwitchesS12500R SeriesConfigure & DeployConfiguration GuidesH3C S12500R Switch Router Series Configuration Guides(R36xx)-6W10111-Network Management and Monitoring Configuration Guide
05-Network synchronization configuration
Title Size Download
05-Network synchronization configuration 119.84 KB

Configuring network synchronization

About network synchronization

The network clock monitoring module provides network clock synchronization for all interface cards in the system. It ensures that all ports on the interface cards operate at the same clock rates for network synchronization.

The network clock monitoring module provides the following functions:

·     Provides highly precise, reliable timing signal to all interface cards.

·     Constantly monitors the signaling status on the interface cards.

·     Selects a clock reference from available clock sources, and then distributes its timing signal to all interface cards.

·     Performs phase lock to maintain a deterministic relationship between the input and output signals in frequency and phase.

Clock sources

The device supports the following clock sources:

·     BITS—Building integrated timing supply (BITS) clock. The MPU has BITS ports to receive and send timing signals.

·     Line clock—Timing signal extracted from the signal received on a WAN port from a higher-level device. The WAN port is called a line processing unit (LPU) port. Line timing signal is less precise than BITS timing signal.

·     PTP—Timing signal obtained through PTP. PTP timing signal is less precise than BITS timing signal.

·     Local clock source—38.88 MHz timing signal generated by a crystal oscillator on the clock daughter card. The local clock signal has the lowest precision.

Clock source levels

The level of a clock source is determined by its SSM quality level and priority.

SSM quality levels

The synchronization status message (SSM) is transmitted in a synchronization distribution trail to indicate the quality of the clock source. The following are the SSM quality levels supported by the device, from the highest to the lowest:

·     PRC—G.811 primary reference clock.

·     SSU-A—G.812 primary-level SSU.

·     SSU-B—G.812 second-level SSU.

·     SEC—SDH equipment clock.

·     Unknown—Synchronization quality unknown.

·     DNU—Do not use for synchronization.

Clock source priority

For a clock source to be selected as the clock reference, assign it a lower priority value than other clock sources. The lower the priority value, the better the clock source. For example, the clock source with a priority of 1 is better than the clock source with a priority of 3.

Clock reference selection

The network clock monitoring module supports automatic and manual clock reference selection.

Automatic reference selection

In an automatic reference selection process, the network clock monitoring module uses the SSM quality level, clock source priority, and clock source number to make a selection decision. The use of SSM in the automatic reference selection process is user configurable.

The selection process is as follows:

1.     If SSM is enabled for automatic reference selection, the module selects the clock source with the highest SSM quality level.

2.     If SSM is disabled for automatic reference selection, or clock sources have the same SSM quality level, the module selects the clock source with the lowest priority value. (A lower priority value indicates a better clock source.)

3.     If the clock sources have the same priority, the module selects the clock source that has the lowest slot-number/subslot-number/port-number sequence.

After selecting the best reference, the network clock monitoring module distributes the selected timing signal to all interface cards, and locks the timing to the reference signal. When the traced timing signal is lost, the network clock monitoring module selects the next optimal clock reference. When the signal of the best clock source can be traced again, the module selects the best clock source to replace the less optimal clock source as the reference.

 

 

NOTE:

A clock source will not be selected as the reference if the clock source is in one of the following situations:

·     The timing signal cannot be detected.

·     The clock source priority is 255.

·     The SSM quality level is DNU.

 

Manual reference selection

If you specify a clock source as the reference, the network clock monitoring module does not change the clock reference automatically. When the signal of the specified clock reference is lost, the module changes to the holdover state. In this state, the module continues to distribute the signal of the clock reference to the interface cards.

Clock mode on a port

A port can operate in one of the following clock modes:

·     Master—The port provides timing to the peer end. The timing signal is derived from the network clock monitoring module.

¡     If automatic reference selection is used, the timing signal is derived from the reference clock selected by the network clock monitoring module.

¡     If manual reference selection is used, the timing signal is derived from the manually specified clock reference.

¡     If the manually specified clock reference is not available, the port outputs the timing signal generated by the local clock.

·     Slave—The port uses the timing signal received from the peer end. For the network clock monitoring module to extract timing signal from a port, you must place the port in slave clock mode. If the port is in master clock mode, the module does not extract the timing signal from the incoming traffic on the port.

·     IMPORTANT

IMPORTANT:

As a best practice, set the clock mode to slave on the port connected to a SONET/SDH device, because the SONET/SDH clock is more precise.

Restrictions: Hardware compatibility with network synchronization

Only the HBR (except the LSXM1CGQ36HBR1) and HFR (except the LSXM1CGQ36HFR1) cards that operate together with the LSXM1SUP04TR1 or LSXM1SUPER1 MPU support network synchronization.

On the LSXM1TGS48HBR and LSXM1TGS48HFR cards, only ports 1 to 24 operating in GE mode support network synchronization.

Network synchronization tasks at a glance

To configure network synchronization, perform the following tasks:

1.     Configuring clock reference selection

Enable automatic clock reference selection or manually select a clock reference.

2.     (Optional.) Configuring BITS clocks

a.     Setting an Sa bit for the SSM of BITS clocks

b.     Setting the frequency of a BITS clock

3.     (Optional.) Configuring automatic reference selection parameters

¡     Configuring the method for setting the SSM quality level of a clock source

¡     Specifying an SSM quality level for a clock source

¡     Controlling the use of SSM in automatic reference selection

¡     Setting a priority for a clock source

Configuring clock reference selection

Restrictions and guidelines

If manual reference selection is used, the SSM levels and priorities configured for the clock sources do not take effect.

Procedure

1.     (Optional.) Verify that the clock source you want to select is in Normal state.

display network-clock source

Skip this step if you use automatic reference selection.

2.     Enter system view.

system-view

3.     Enable automatic reference selection or manually select a reference.

network-clock work-mode { auto | manual source { bits0 | bits1 | lpuport interface-type interface-number } }

By default, automatic reference selection is enabled.

4.     (Optional.) Verify that the configuration is effective.

display network-clock status

It takes time for the clock reference selection mode change to take effect. To verify the effectiveness of the change, you can also check the logs.

Configuring BITS clocks

Setting an Sa bit for the SSM of BITS clocks

About this task

Sa bits from Sa4 through Sa8 can be used to transmit the SSM quality level of BITS timing signal. Select one Sa bit as required by the network.

Restrictions and guidelines

Procedure

1.     Enter system view.

system-view

2.     Specify an Sa bit for the SSM of a BITS clock.

network-clock source { bits0 | bits1 } sa-bit { sa4 | sa5 | sa6 | sa7 | sa8 }

Setting the frequency of a BITS clock

About this task

You can set the frequency of a BITS clock to 2 Mbps or 2 MHz.

Procedure

1.     Enter system view.

system-view

2.     Set the frequency of a BITS clock.

network-clock source { bits0 | bits1 } frequency { bps-2m | hz-2m }

By default, the frequency of a BITS clock is 2 MHz.

Configuring automatic reference selection parameters

Configuring the method for setting the SSM quality level of a clock source

About this task

The network clock monitoring module can use one of the following methods to assign an SSM quality level to the timing signal from a clock source:

·     Uses the SSM quality level extracted from the received timing signal.

·     Uses the SSM quality level manually assigned as described in "Specifying an SSM quality level for a clock source."

Procedure

1.     Enter system view.

system-view

2.     Configure the method for setting the SSM quality level of a clock source.

network-clock source { bits0 | bits1 | lpuport interface-type interface-number | ptp } forcessm { off | on }

By default, the quality level of a clock source is a user-defined value. The network clock monitoring module does not extract the quality level from the SSM sent by the clock source.

To extract the SSM quality level from the received timing signal, specify the off keyword. To use the manually assigned SSM quality level, specify the on keyword.

Specifying an SSM quality level for a clock source

Restrictions and guidelines

The SSM quality level you specify for a clock source takes effect only when manual SSM quality level assignment is enabled.

Procedure

1.     Enter system view.

system-view

2.     Assign an SSM quality level to a clock source.

network-clock source { bits0 | bits1 | lpuport interface-type interface-number | ptp } ssm { dnu | prc | sec | ssua | ssub | unknown }

By default, all clock sources use the unknown SSM quality level.

DNU clock sources are excluded from automatic reference selection.

3.     (Optional.) Verify that the configuration is effective.

display network-clock source

It takes time for the SSM quality level change to take effect. To verify the effectiveness of the change, you can also check the logs.

Controlling the use of SSM in automatic reference selection

Procedure

1.     Enter system view.

system-view

2.     Configure the use of SSM quality level in automatic reference selection.

network-clock ssmcontrol { off | on }

To ignore the SSM quality level in clock reference selection, specify the off keyword. To use the SSM quality level in clock reference selection, specify the on keyword.

Setting a priority for a clock source

About this task

In an automatic reference selection process, the network clock monitoring module selects the optimal clock as a reference from all available clock sources.

Restrictions and guidelines

The lower the priority value, the better the clock source.

Procedure

1.     Enter system view.

system-view

2.     Set a priority for a clock source.

network-clock source { bits0 | bits1 | lpuport interface-type interface-number | ptp } priority priority

By default, all clock sources have a priority of 255. None of the clock sources can be used in automatic clock reference selection.

Display and maintenance commands for network clock monitoring module

Execute display commands in any view.

 

Task

Command

Display the self-test result of the network clock monitoring module.

display network-clock self-test-result

Display information about the clock sources.

display network-clock source

Display the operating state of the network clock monitoring module.

display network-clock status

Display version information about the network clock monitoring module.

display network-clock version

 


Configuring synchronous Ethernet

About synchronous Ethernet

Synchronous Ethernet (SyncE) provides high-quality frequency synchronization on Ethernet at the physical layer. It can provide the same level of clock precision as SONET/SDH.

Transferring frequency signals at the physical layer, SyncE functions regardless of the network conditions such as congestion, packet loss, and delay.

Restrictions: Hardware compatibility with synchronous Ethernet

Only the HBR (except the LSXM1CGQ36HBR1) and HFR (except the LSXM1CGQ36HFR1) cards that operate together with the LSXM1SUP04TR1 or LSXM1SUPER1 MPU support synchronous Ethernet.

On the LSXM1TGS48HBR and LSXM1TGS48HFR cards, only ports 1 to 24 operating in GE mode support synchronous Ethernet.

Quality levels of clocks

SyncE devices use an Ethernet synchronization messaging channel (ESMC) to transmit the quality level (QL) of their system clocks. A SyncE device uses QL information to select the optimal clock reference from all available timing sources for its system clock.

The following are the QLs supported by the device, from the highest to the lowest:

·     PRC—G.811 primary reference clock.

·     SSU-A—G.812 primary-level SSU.

·     SSU-B—G.812 second-level SSU.

·     SEC—SDH equipment clock.

·     DNU—Do not use for synchronization.

·     UNK—Synchronization quality unknown.

DNU clock sources cannot participate in clock reference selection.

Clock reference selection

The system clock uses the clock reference selected with the highest QL from the following sources. If these sources have the same QL, the system clock selects the clock reference by priority, from the highest to the lowest:

·     External clock sources.

·     Line clock sources input from interfaces.

·     Internal clock sources.

The system clock uses the QL of the selected reference. Clock reference selection process starts each time the QL of a source is updated.

 

 

NOTE:

If QLs are the same on two interfaces, the clock source input from the lower-numbered interface has priority.

 

System clock QL distribution and SyncE port input QL updating

Distribution of the system clock QL

When distributing the QL of the system clock, the system uses the following rules:

·     If the clock reference is not from a SyncE port, the system distributes the QL out of all SyncE ports.

·     If the clock reference is from a SyncE port, the system distributes the QL out of all SyncE ports except for the reference input port. To prevent timing loops, the sent QL is DNU on the timing reference input port.

Input QL updating on SyncE ports

The default input QL is Unknown on a SyncE port. The port updates its input QL when it receives a quality level higher than Unknown. The Unknown level will be restored if the port does not receive ESMC packets within 5 seconds after the update.

Protocols and standards

·     ITU-T G.781, Synchronization Layer Functions

·     ITU-T G.813, Timing characteristics of SDH equipment slave clocks (SEC)

·     ITU-T G.823, The control of jitter and wander within digital networks which are based on the 2048 kbit/s hierarchy

·     ITU-T G.8261, Timing and Synchronization Aspects in Packet Networks

·     ITU-T G.8262, Timing Characteristics of a Synchronous Ethernet Equipment Slave Clock (EEC)

·     ITU-T G.8264/Y.1364, Distribution of Timing Information through Packet Networks

Configuring SyncE on an Ethernet interface

1.     Enter system view.

system-view

2.     Enter Layer 2 Ethernet interface view or Layer 3 Ethernet interface view.

interface interface-type interface-number

3.     Enable the synchronous mode.

synchronous mode

By default, Ethernet interfaces are in the non-synchronous mode. An interface can participate in the clock reference selection only when it is in the synchronous mode.

4.     Enable ESMC to transmit QL information.

esmc enable

By default, ESMC is disabled on Ethernet interfaces.

Display and maintenance commands for SyncE

Execute display commands in any view.

 

Task

Command

Display ESMC information.

display esmc [ interface interface-type interface-number ]

 

Synchronous Ethernet configuration examples

Example: Configuring synchronous Ethernet

Network configuration

As shown in Figure 1, configure SyncE between the devices.

Figure 1 Network diagram

Procedure

IMPORTANT

IMPORTANT:

By default, interfaces on the device are disabled (in ADM or Administratively Down state). To have an interface operate, you must use the undo shutdown command to enable that interface.

# On Device A, enable the synchronous mode and ESMC on HundredGigE 1/0/1.

<DeviceA> system-view

[DeviceA] interface hundredgige 1/0/1

[DeviceA-HundredGigE1/0/1] synchronous mode

[DeviceA-HundredGigE1/0/1] esmc enable

[DeviceA-HundredGigE1/0/1] quit

# On Device B, enable the synchronous mode and ESMC on HundredGigE 1/0/1.

<DeviceB> system-view

[DeviceB] interface hundredgige 1/0/1

[DeviceB-HundredGigE1/0/1] synchronous mode

[DeviceB-HundredGigE1/0/1] esmc enable

[DeviceB-HundredGigE1/0/1] quit

Verifying the configuration

# Verify that ESMC is enabled on both Device A and Device B when they are connected to their respective clock references. The clock QLs of Device A and Device B are QL-PRC and QL-SEC, respectively. Device A provides more precise timing than Device B.

[DeviceA] display esmc

Interface   : HundredGigE1/0/1

Mode        : Synchronous

ESMC status : Enable

Port status : Up

Duplex mode : Full

QL received : QL-SEC

QL sent     : QL-PRC

ESMC information packets received : 2195

ESMC information packets sent     : 6034

ESMC event packets received       : 1

ESMC event packets sent           : 1

ESMC information rate             : 1 packets/sec

ESMC expiration                   : 5 seconds

[DeviceB] display esmc

Interface   : HundredGigE1/0/1

Mode        : Synchronous

ESMC status : Enable

Port status : Up

Duplex mode : Full

QL received : QL-PRC

QL sent     : QL-SEC

ESMC information packets received : 6034

ESMC information packets sent     : 2195

ESMC event packets received       : 1

ESMC event packets sent           : 1

ESMC information rate             : 1 packets/sec

ESMC expiration                   : 5 seconds

# Verify that QL information is exchanged correctly after synchronization between Device A and Device B. HundredGigE1/0/1 on Device B becomes a reference input port. The clock QL sent from Device B to Device A changes to QL-DNU.

[DeviceA] display esmc

Interface   : HundredGigE1/0/1

Mode        : Synchronous

ESMC status : Enable

Port status : Up

Duplex mode : Full

QL received : QL-DNU

QL sent     : QL-PRC

ESMC information packets received : 2573

ESMC information packets sent     : 6412

ESMC event packets received       : 1

ESMC event packets sent           : 1

ESMC information rate             : 1 packets/sec

ESMC expiration                   : 5 seconds

[DeviceB] display esmc

Interface   : HundredGigE1/0/1

Mode        : Synchronous

ESMC status : Enable

Port status : Up

Duplex mode : Full

QL received : QL-PRC

QL sent     : QL-DNU

ESMC information packets received : 6412

ESMC information packets sent     : 2573

ESMC event packets received       : 1

ESMC event packets sent           : 1

ESMC information rate             : 1 packets/sec

ESMC expiration                   : 5 seconds

 

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网