Configuring tx-enable

circle-info

global command to enable packet transmission on all the ports This feature is exclusive to Edgecore AS5812

When you run the following command, the system enables transmission for all the Interfaces on the device

pbnoscli# configure terminal 
pbnoscli(config)# tx-enable 
pbnoscli(config)# end
pbnoscli# 

The transmission can be disabled using "no tx-enable"

pbnoscli# configure terminal 
pbnoscli(config)# no tx-enable 
pbnoscli(config)# end
pbnoscli# 

Last updated