Configuring Rx-only

You can use the Rx-only functionality to have only a Receive link on the network ports for BiDi SFPs

This feature is only supported on Edgecore AS7816-64X

Reference

Command

{no} receive-only

Description

rx-only configuration

Parameters

None

Mode

INTERFACE

Example

pbnoscli# configure terminal 
pbnoscli(config)# interface ethernet Ethernet4/1                  
pbnoscli(config-if)# receive-only
pbnoscli(config-if)# end

You can verify the configuration by using the command(s) below:

pbnoscli# show interface npb Ethernet4/1
===================================
Interface : Ethernet4/1
===================================
Ingress-vlan   : 18
Egress-tagging : disable
Receive-only  : enable

pbnoscli#
pbnoscli# show running-config 
configure terminal
interface ethernet Ethernet4/1
receive-only
!
interface mgmt
ip address 10.4.4.53/23 gateway 10.4.4.1
!
pbnoscli# 

Last updated