This command makes a local MAC layer to keep up status. This command generally coordinates with another command of interface gigabit-ethernet <port> link-fault-signaling ignore-local-fault <boolean> when RX link of fiber breaks. If the two commands are configured together, TX link can still transmit traffic.
Command Syntaxset
interface gigabit-ethernet <port> up-mode <boolean>
Parameter
<port> Ethernet port, now only support 10GE, 40GE, 100GE port .
<boolean> vaule is false or true. Default value is false.
Example
This example is how to configure this command:
admin@XorPlus# set interface gigabit-ethernet te-1/1/1 up-mode true admin@XorPlus# commit