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


Step 2: Set Clocking to Internal

Purpose

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

For example:

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

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

For example:

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

What It Means

This command saves the clocking change to the configuration database, activates the configuration on the router, and exits configuration mode.


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