ClientFec¶
-
class
Interfaces.Interface.Ethernet.Config.
ClientFec
¶ ClientFec (Enum Class)
Configure whether FEC will be manually or automatically
enabled or disabled on the client port
-
ENABLED = 0
FEC is enabled
-
DISABLED = 1
FEC is disabled
-
AUTO = 2
System will automatically enable or disable FEC
according to the Ethernet compliance codes (PMD)
supported by transceivers
-