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


Step 2: 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:
  2. [edit]
    
    user@host# edit interfaces interface-name
    
    
    
  3. Configure the clocking to internal:
  4. user@host# set clocking internal
    
    
    
  5. Verify the configuration:
  6. user@host# show
    
    
    

For example:

[edit interfaces t3-1/0/0]
user@host# show
clocking internal;

  1. Commit the change:
  2. user@host# commit 
    
    
    

For example:

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

What It Means

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


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