Introduction To Metro Ethernet
Introduction To Metro Ethernet
Lesson Contents
Metro Ethernet Services and Topologies
o E-Line (Ethernet Line Service)
o E-LAN (Ethernet LAN Service)
o E-Tree (Ethernet Tree Service)
Conclusion
Ethernet was originally created for the LAN (Local Area Network) and not for the WAN (Wide
Area Network), one of the reasons was the distance limitation that the first Ethernet standards
offered.
The technology of Ethernet is used a lot in networking products, which makes it cheap to
produce Ethernet products compared to other networking technology. This is one of the
reasons why Ethernet is interesting to use outside of the LAN.
Metro Ethernet was first used outside of the LAN in metropolitan areas, called MANs
(Metropolitan Area Network). We use fiber cabling because of the support for longer
distances. Here are some of the standards that are suitable for Metro Ethernet:
1000Base-LX 5 Km 1 Gbps
1000Base-LX10 10 Km 1 Gbps
10Gbase-LR 10 Km 10 Gbps
10Gbase-ER 40 Km 10 Gbps
40Gbase-LR4 10 Km 40 Gbps
As you can see in the table above, we can now cover distances of up to 100 Km (62 miles) and
up to 100 Gbps.
Metro Ethernet was first only used in metropolitan areas, that’s why it’s called “Metro” Ethernet.
Nowadays it’s also used for long-distance WAN links, often named Carrier Ethernet.
From the customer’s perspective, it’s like you are connected to a regular switch:
On the customer’s side, you get an Ethernet connection that you can connect to your router,
switch or firewall. The provider will use switches on the edge of their network. The technology
that is used inside the provider network is unknown to the customer. This could be something
like MPLS. Ethernet frames that are sent by the customer router on one end, will be
transparently transported to the other end.
There are several different Metro Ethernet services, each service has a different topology. The
MEF (Metro Ethernet Forum) is a non-profit consortium that defines standards and services for
Metro Ethernet. In the remaining of this lesson, we’ll discuss some of the most common
services:
The Ethernet Line Service is the simplest Metro Ethernet service, it’s a point-to-point connection
between two sites:
From the customer’s perspective, it’s like connecting two routers to each other with a crossover
cable. It’s alayer two link so if you configure IP addresses, the routers will be in the same
subnet. The point-to-point link is called an EVC (Ethernet Virtual Circuit).
If you have multiple sites, it is possible to use multiple E-lines on a single physical interface:
When you use multiple E-lines on a single physical interface, we use 802.1Q trunking and
a different VLAN for each E-line.
In my examples I’m showing routers as the customer devices but since we use Ethernet, you
could also use switches.
Another common name for E-Line is VPWS (Virtual Private Wire Service). This name is used
when the provider uses MPLS on their network, transporting Ethernet over the MPLS network.
If you have a lot of sites and you want each site to be able to send frames directly to any other
site, you might want to use an E-LAN. It’s a full-mesh topology that acts like a big switch:
The green line represents a single EVC that connects all four sites together, creating one E-LAN.
All sites will be able to reach each other directly.
Another common name for E-LAN is VPLS (Virtual Private LAN Service).
The third topology is the E-Tree, this topology is useful if you have a central site and some other
sites that mostly need to access resources at the central site:
This is a root with leaves topology where CE1 is the root of the tree and CE2/CE3 are leaves. It’s
also known as a hub and spoke topology, partial mesh or point-to-multipoint. Leave-to-leave
communication is still possible but it will have to go through the main site.
Conclusion