Reference Guide
NOTE: Ensure that non-existing interfaces are excluded from the interface range during bulk interface conguration. When
creating an interface range, interfaces appear in the order they were entered and are not sorted.
Congure range of Ethernet addresses
OS10(config)# interface range ethernet 1/1/7-1/1/8
OS10(conf-range-eth1/1/7-1/1/8)#
Congure FEC
Forward error correction (FEC) is a digital signal processing technique used to enhance data reliability. It does this by introducing redundant
data, called error correcting code, prior to data transmission or storage. FEC provides the receiver with the ability to correct errors without
a reverse channel to request the retransmission of data.
FEC adds redundancy to transmitted information using a predetermined algorithm. The redundant bits are complex functions of the original
information bits. Bits are sent multiple times, because an error may appear in any of the samples transmitted. FEC codes generally detect
the last set of bits to determine the decoding of a small handful of bits.
Each character is sent two or three times, and the receiver checks instances of each character. It is accepted only if conformity occurs in
both instances. If conformity is satised for an instance, the character conforming to the protocol is accepted. If no characters conform to
the protocol, the character is rejected and an underscore or blank is displayed in its place.
• CL74-FC — Supports 25G and 50G
• CL91-RS — Supports 100G
• CL108-RS — Supports 100G
• o — Disables FEC
Congure FEC
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# fec CL74-FC
View FEC conguration
OS10(conf-if-eth1/1/1)# do show interface ethernet 1/1/1
Ethernet 1/1/1 is up, line protocol is up
Hardware is Dell EMC Eth, address is 00:0c:29:91:1d:ae
Current address is 00:0c:29:91:1d:ae
Pluggable media present, QSFP-PLUS type is QSFP_40GBASE_CR4_1M
Wavelength is 64
SFP receive power reading is 0.0
Interface index is 17305068
Internet address is not set
Mode of IPv4 Address Assignment: not set
Mode of IPv6 Address Assignment: not set
MTU 1532 bytes, IP MTU 1500 bytes
LineSpeed 40G, Auto-Negotiation on
FEC is , Current FEC is off
--more--
View interface conguration
To view basic interface information, use the show interface, show running-configuration, and show ip interface
brief
commands. You can stop scrolling output from a show command by entering CTRL+C. Display information about a physical or
virtual interface in EXEC mode (including up/down status, MAC and IP addresses, and input/output trac counters).
show interface [type]
• phy-eth node/slot/port[:subport] — Display information about physical media connected to the interface.
• status — Display interface status.
Interfaces
71