Ethernet Loopback Detection via UNI-N Frame Snooping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In networked communications, loopback connections that directly return network traffic to the service provider network are undesirable and can cause network operations risks, particularly in connection-oriented Ethernet architectures, where existing measures like MAC address detection may not be effective or practical due to service-level agreement violations and performance degradation.

Innovation Solution

A method for Ethernet loopback detection involves snooping egress frames at a UNI-N edge device, storing MAC and VLAN tags, and monitoring ingress frames for matches, dropping frames that match these tags to prevent loopbacks, with aging times for tag deletion to maintain monitoring.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If MAC address detection is used to prevent loopbacks, then loopback detection capability is improved, but service-level agreement violations and performance degradation occur

Engineering Contradiction:
Improveloopback detection capabilityVSAvoidservice-level agreement violations and performance degradation
Core Design Contradiction:
ReliabilityVSObject-generated harmful factors

Solution Approach 1:

The patent segments the loopback detection mechanism into distinct functional components: egress frame snooping to capture original MAC/VLAN tags, ingress frame monitoring to detect return frames, and aging timer management to maintain detection state. This segmentation allows precise targeting of loopback traffic without disrupting legitimate service traffic, resolving the contradiction between detection capability and service quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary action by snooping egress frames before they are transmitted to the customer network, capturing the original MAC addresses and VLAN tags in advance. This preliminary capture enables subsequent ingress frames to be identified as loopbacks when they return with matching tags, preventing loopback traffic from entering the service provider network while maintaining normal service operation.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If loopback detection monitoring is continuous, then detection effectiveness is improved, but device complexity and resource consumption increase

Engineering Contradiction:
Improvedetection effectivenessVSAvoidmonitoring complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements periodic action through aging timers that automatically delete captured MAC addresses and VLAN tags after a predetermined time period. This periodic cleanup mechanism maintains detection effectiveness by ensuring recent frames are monitored while reducing device complexity by removing stale entries from memory, preventing unbounded growth of monitoring data.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The patent discards old MAC address and VLAN tag information after the aging timer expires, freeing up device resources. This discarding mechanism ensures that the device maintains only recently relevant detection data, balancing detection effectiveness with reduced memory consumption and simplified monitoring state management.

Inventive Principle:
Principle #34Discarding and recovering

Data Source

PatentUS10320692B2Ethernet loopback detection and service traffic blocking
Publication Date: 2019.06.11 FUJITSU LTD
  • US10320692B2 patent drawing
  • US10320692B2 patent drawing
  • US10320692B2 patent drawing

AI summary

A method and system for Ethernet loopback detection snoops an egress frame at a UNI-N edge device and records at least one source field of the egress frame, such as a MAC address or a VLAN tag. Ingress frames at the UNI-N edge device are monitored for having the same value in the source field as the egress frame. When an ingress frame has the same source field value as the egress frame, the ingress frame is identified as a loopback frame and is dropped at the UNI-N edge device.