7-6 - Implement Ethernet Operations, Administration, and Maintenance Flashcards
T/F: E-OAM is a protocol for installing, monitoring, and troubleshooting Metro Ethernet networks and Ethernet WANs. It is defined in IEEE 802.3ah specification.
True
T/F: OAM frames, which are called OAM protocol data units (PDUs), use the slow protocol destination MAC address 0180.c200.0002. The MAC sublayer intercepts them, and they cannot propagate beyond a single hop within an Ethernet network.
True
T/F: The frame transmission rate is limited to a maximum of 100 frames per second.
False. The frame transmission rate is limited to a maximum of 10 frames per second.
Describe the OAM client.
-The OAM client establishes and manages E-OAM on a link.
-The OAM client also enables and configures the OAM sublayer.
Describe the OAM sublayer.
The OAM sublayer presents two standard IEEE 802.3 MAC service interfaces:
one faces the superior sublayers, which include the MAC client (or link aggregation),
and the other interface faces the subordinate MAC control sublayer.
The OAM sublayer has three components:
control block
provides the interface between the OAM client and other blocks that are internal to the OAM sublayer.
It also includes the transmit process, which governs the transmission of OAM PDUs to the multiplexer, and a set of rules that govern the receipt of OAM PDUs from the p-parser.
multiplexer
manages frames that generate (or relay) from the MAC client, control block, and p-parser.
The multiplexer passes untouched through frames that the MAC client generates.
p-parser
classifies frames as OAM PDUs, MAC client frames, or loopback frames and then dispatches each class to the appropriate entity.
OAM PDUs transmit to the control block. MAC client frames pass to the superior sublayer. Loopback frames dispatch to the multiplexer.
What two modules does the Cisco IOS Software implementation of E-OAM consist of?
The E-OAM shim is a thin layer that connects the E-OAM module and the platform code.
The E-OAM module, which is implemented within the control plane, handles the OAM client and control-block functionality of the OAM sublayer.
This module interacts with the CLI and Simple Network Management Protocol (SNMP) programmatic interface via control signals.
T/F: The OAM features as defined by IEEE 802.3ah, Ethernet in the First Mile (EFM), are discovery, link monitoring, remote fault detection, remote loopback, and vendor-specific extensions.
True
Describe E-OAM Discovery.
Discovery is the first phase of E-OAM, and it identifies the devices in the network and their OAM capabilities
During the discovery phase, the following information advertises within periodic information OAM PDUs:
OAM mode
OAM configuration (capabilities)
OAM PDU configuration
Platform identity
Describe E-OAM Link Monitoring.
Link monitoring in E-OAM detects and indicates link faults under various conditions.
uses the event notification OAM PDU and sends events to the remote OAM entity when it detects problems on the link
The error events include the following:
Error symbol period (error symbols per second)
Error frame (error frames per second)
Error frame period (error frames per n frames)
Error frame seconds summary (error seconds per m seconds)
Because IEEE 802.3ah OAM provides no guaranteed delivery of any OAM PDU, the event notification OAM PDU may transmit multiple times to reduce the probability of a lost notification. A sequence number recognizes duplicate events.
Describe E-OAM Remote Failure Indication.
The following failure conditions can disseminate:
Link fault
Dying gasp (vendor specific)
Critical event (vendor specific)
Describe E-OAM Remote Loopback.
An OAM entity can put its remote peer into loopback mode by using the loopback control OAM PDU.
Loopback mode helps an administrator ensure the quality of links during installation or troubleshooting.
In loopback mode, every frame that is received transmits back on the same port except for OAM PDUs and pause frames.
The periodic exchange of OAM PDUs must continue during the loopback state to maintain the OAM session.
Describe Vendor-Specific Extensions.
Ethernet OAM allows vendors to extend the protocol by creating their own type-length-value (TLV) fields.
E-OAM supports four types of OAM messages:
Information OAM PDU
Event notification OAM PDU
Loopback control OAM PDU
Vendor-specific OAM PDU
Benefits of 802.3ah high availability include the following:
Eliminates network downtime for Cisco software image upgrades, which results in higher availability.
Eliminates resource scheduling challenges that associate with planned outages and late-night maintenance windows.
Accelerates deployment of new services and applications and enables faster implementation of new features, hardware, and fixes by eliminating network downtime during upgrades.
Reduces operating costs due to outages while delivering higher service levels by eliminating network downtime during upgrades.
Describe the configuration below.
Device> enable
Device# configure terminal
Device(config)# interface gigabitethernet 0/0/1
Device(config-if)# ethernet oam
Device(config-if)# exit
Set Up, Configure, and Verify E-OAM
Use the no ethernet oam command to disable the E-OAM feature on the interface.