DHCP Nickname Assignment in SPBM Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In Shortest Path Bridging (SPB) networks, duplicate nicknames for multicast traffic sources can lead to network disruptions, such as loss of connectivity and network loops, due to the lack of unique identifier assignment.

Innovation Solution

The implementation of a Dynamic Host Configuration Protocol (DHCP) service within the network automatically assigns unique Internet Protocol (IP) addresses, with the host portion serving as a nickname, ensuring that each switch in the SPBM network has a distinct identifier, thereby preventing nickname collisions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If manual nickname assignment is used in SPBM network, then network administrators have control over nickname allocation, but duplicate nicknames may occur causing network disruptions

Engineering Contradiction:
Improvenetwork stabilityVSAvoidnickname assignment complexity
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system enables self-service by allowing switches to automatically obtain unique nicknames through DHCP protocol without manual intervention. The DHCP server automatically assigns unique IP addresses that are converted to nicknames, eliminating the need for administrators to manually manage nickname allocation while ensuring uniqueness and preventing duplicates.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The DHCP server acts as an intermediary between the nickname pool and individual switches. It receives nickname requests from switches, assigns unique nicknames from the available pool, and ensures no duplicates are allocated. This intermediary mechanism automates the assignment process while maintaining control over nickname uniqueness.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If automated nickname assignment is implemented, then uniqueness of nicknames is ensured, but additional infrastructure (DHCP service) is required

Engineering Contradiction:
Improvenickname uniquenessVSAvoidnetwork infrastructure complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The DHCP server performs multiple functions: it manages the nickname pool, assigns unique nicknames to switches, and provides a standardized protocol interface. By using an existing multi-functional DHCP infrastructure, the system ensures nickname uniqueness without requiring a completely new dedicated nickname management system, thus limiting the increase in overall complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Productivity

If DHCP service is used for nickname assignment, then automatic unique identifier allocation is achieved, but IP address management overhead increases

Engineering Contradiction:
Improvenickname assignment efficiencyVSAvoidIP address management complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system merges the nickname assignment function with the existing IP address management infrastructure. By using the DHCP protocol that administrators already employ for IP address allocation, the system combines two management tasks into one unified process, improving efficiency without significantly increasing overall management complexity.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11019028B2Use of DHCP to automatically assign nicknames in a SPBM network
Publication Date: 2021.05.25 EXTREME NETWORKS INC
  • US11019028B2 patent drawing
  • US11019028B2 patent drawing
  • US11019028B2 patent drawing

AI summary

Systems, methods, and apparatuses are disclosed herein for automatically assigning nicknames in a SPBM network. In some aspects, a first switch of a plurality of switches in the SPBM network is detected as being designated as responsible for assigning nicknames to the plurality of switches. Control circuitry responsively instantiates, at the nick name server, a DHCP service. The control circuitry detects, at the nickname server, a respective other switch of the plurality of switches in the SPBM network, and responsively assigns, using the DHCP service, a respective IP address for the respective other switch. A host portion of the respective IP address is assigned as the nickname for the respective other switch.