[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Set Clocking to Internal

Purpose

Clocking is set to internal because there is no external clock source in a loopback connection.

Action

To configure clocking to internal, follow these steps:

  1. In configuration mode, go to the following hierarchy level:
    [edit]
    user@host# edit interfaces interface-name
  2. Configure clocking to internal:
    [edit interfaces interface-name]
    user@host# user@host# commit
  3. Verify the configuration:
    user@host# show

    For example:

    [edit interfaces so-1/0/0]
    user@host# show
    clocking internal;
  4. Commit the change:
    user@host# commit

    For example:

    [edit interfaces so-1/0/0]
    user@host# commit
    commit complete

Meaning

The clock source for the interface is set to the internal Stratum 3 clock.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]