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


Loop the Entire T3 Interface towards the Network

Purpose

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

Action

To create a loop from the entire T3 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 t3-options
    
    
    
  3. Configure the loopback:
  4. [edit interfaces interface-name t3-options]
    
    user@host# set loopback remote
    
    
    
  5. Verify the configuration:
  6. user@host# show
    
    
    

For example:

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

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

What It Means

The loopback remote 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]