Skip to main content
2 of 4
added 96 characters in body
slm
  • 380.1k
  • 127
  • 793
  • 897

How can I create Local Loopback on Linux (RedHat or Debian)?

How can I do the same on Linux (RedHat or Debian)?

I need to create local loopback as shown herein: Performing Loopback Testing for Fast Ethernet and Gigabit Ethernet Interfaces.

Excerpt

Configure a Local Loopback Action

To configure a local loopback without physically connecting the transmit port to the receive port, follow these steps:

  1. In configuration mode, go to the following hierarchy level:

    [edit]

    user@host# edit interfaces interface-name (fastether-options | gigether-options)

  2. Configure the local loopback:

    [edit interfaces interface-name (fastether-options | gigether-options)]

    user@host# set loopback

Alex
  • 113
  • 1
  • 1
  • 4