Implements transparent loopback on a physical interface.
Transparent loopback is not implemented.
Ethernet interface configuration mode
Transparent loopback enables a transmission-only link from a network device into an NPB device.
Transparent loopback is often required on a non-NPB (Network Packet Broker) device that forwards traffic to an NPB. It enables egress traffic to the NPB with no ingress cable.
To disable transparent loopback on an interface, use the no form of this command.
The following example implements transparent loopback on a physical interface.
device# configure terminal device(config)# interface ethernet 1/2 device(conf-if-eth-1/2)# loopback phy
The following example disables transparent loopback on a physical interface.
device# configure terminal device(config)# interface ethernet 1/2 device(conf-if-eth-1/2)# no loopback phy