Step 1: Create a Loop from the Router to the Network
Purpose
Creating a loop from the router to the network allows the transport-layer engineer to test the router from various points in the network. This helps the engineer isolate where the problem might be located. Figure 10 illustrates a loop from a router to the network.
![]()
Action
To create a loop from the router to the network, follow these steps:
- In configuration mode, go to the following hierarchy level:
[edit]user@host#edit interfacesinterface-name(sonet-options | t3-options)- Configure the remote loopback:
[edit interfacesinterface-name(sonet-options | t3-options)]user@host#set loopback remote- Verify the configuration:
user@host#show[edit interfaces t3-1/0/0 t3-options]user@host#showloopback remote;[edit interfaces t3-1/0/0 t3-options]user@host#commitcommit completeWhat It Means
This command loops any traffic from the network back into the network.