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


Loop a Particular T1 Channel towards the Network

Purpose

Creating a loop from a particular T1 interface to the network allows the transport-layer engineer to test the T1 interface from various points in the network and isolate the problem.

Action

To create a loop from a particular T1 interface to the network, follow these steps:

  1. In configuration mode, go to the following hierarchy level:
  2. [edit]
    
    user@host# edit interfaces interface-name t1-options
    
    
    
  3. Configure the loopback:
  4. [edit interfaces interface-name t1-options]
    
    user@host# set loopback remote
    
    
    
  5. Verify the configuration:
  6. user@host# show
    
    
    

For example:

[edit interfaces ds-2/1/1:0:0 t1-options]
user@host# show 
loopback remote;

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

What It Means

This command loops any traffic from the network back into the network. The interface name is one of the following:


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