By default, both TX and RX LFS are enabled. You can disable either RX or TX LFS globally or on the interface level.
device# configure terminal
device(config)# link-fault-signaling rx off tx on
device(config)# interface Ethernet 0/1
device(conf-if-eth-0/1)# shutdown
device(conf-if-eth-0/1)# link-fault-signaling rx on tx off
device(conf-if-eth-0/1)# no shutdown
device(conf-if-eth-0/1)# do show running-config interface ethernet 0/1 interface Ethernet 0/1 ... link-fault-signaling rx on tx off no shutdown !
The following example shows the steps in the previous configuration.
device# configure terminal device(config)# link-fault-signaling rx off tx on device(config)# interface Ethernet 0/1 device(conf-if-eth-0/1)# shutdown device(conf-if-eth-0/1)# link-fault-signaling rx on tx off device(conf-if-eth-0/1)# no shutdown