This topic covers the
references for Gigabit Ethernet Protocol Standards.
IEEE 802.3
Physical Ethernet Infrastructure
The IEEE 802.3
protocol standards define the physical layer and MAC sublayer of the data link
layer of wired Ethernet. IEEE 802.3 uses Carrier Sense Multiple Access with
Collision Detection (CSMA/CD) access at a variety of speeds over a variety of
physical media. The IEEE 802.3 standard covers 10 Mbps Ethernet. Extensions to
the IEEE 802.3 standard specify implementations for Gigabit Ethernet,
10-Gigabit Ethernet, and Fast Ethernet.
IEEE 802.3ae 10
Gbps Ethernet
Under the
International Standards Organization’s Open Systems Interconnection (OSI)
model, Ethernet is fundamentally a L2 protocol. 10-Gigabit Ethernet uses the
IEEE 802.3 Ethernet MAC protocol, the IEEE 802.3 Ethernet frame format, and the
minimum and maximum IEEE 802.3 frame size. 10 Gbps Ethernet conforms to the
IEEE 802.3ae protocol standards.
Just as 1000BASE-X
and 1000BASE-T (Gigabit Ethernet) remained true to the Ethernet model,
10-Gigabit Ethernet continues the natural evolution of Ethernet in speed and
distance. Because it is a full-duplex only and fiber-only technology, it does
not need the carrier-sensing multiple-access with the CSMA/CD protocol that
defines slower, half-duplex Ethernet technologies. In every other respect,
10-Gigabit Ethernet remains true to the original Ethernet model.
General Ethernet
Standards
-
IEEE 802.1q VLAN tagging—This standard defines VLAN tagging, and also the traditional VLAN trunking between switches. Cisco NCS 5500 Series Routers do NOT support ISL.
-
IEEE 802.1ad
Provider Bridges—This standard is a subset of 802.1q and is often referred to
as 802.1ad.
Cisco NCS 5500 Series Routers
do not adhere to the entire standard, but large portions of the standard's
functionality are supported.
Ethernet
MTU
The Ethernet Maximum
Transmission Unit (MTU) is the size of the largest frame, minus the 4-byte
Frame Check Sequence (FCS), that can be transmitted on the Ethernet network.
Every physical network along the destination of a packet can have a different
MTU.
Cisco NCS 5500 Series Routers
support two types of frame forwarding processes:
-
Fragmentation for IPV4 packets—In this process, IPv4 packets are fragmented as necessary to fit within the MTU of the next-hop
physical network.
Note
|
IPv6 does not support fragmentation.
|
-
MTU discovery process determines largest packet size—This process is available for all IPV6 devices, and for originating IPv4
devices. In this process, the originating IP device determines the size of the largest IPv6 or IPV4 packet that can be sent
without being fragmented. The largest packet is equal to the smallest MTU of any network between the IP source and the IP
destination devices. If a packet is larger than the smallest MTU of all the networks in its path, that packet will be fragmented
as necessary. This process ensures that the originating device does not send an IP packet that is too large.
Jumbo frame support
is automatically enable for frames that exceed the standard frame size. The
default value is 1514 for standard frames and 1518 for 802.1Q tagged frames.
These numbers exclude the 4-byte FCS.
Flow Control on
Ethernet Interfaces
The flow control
used on 10-Gigabit Ethernet interfaces consists of periodically sending flow
control pause frames. It is fundamentally different from the usual full- and
half-duplex flow control used on standard management interfaces. By default,
both ingress and egress flow control are off on
Cisco NCS 5500 Series Routers.