# ARP

Published articles for ARP.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Worth Reading 072826

DevFeed: [Worth Reading 072826](<https://devfeed.tech/articles/worth-reading-072826-10902.md>)

Original publisher: [Read original article](<https://rule11.tech/worth-reading-072826/>)

Author: Russ

Published: 2026-07-28T10:59:47Z

Content type: article

Language: en

Sources: [rule 11 reader](<https://devfeed.tech/sources/rule-11-reader.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [data](<https://devfeed.tech/topics/data.md>), [Internet Engineering Task Force (IETF)](<https://devfeed.tech/topics/ietf.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [5G](<https://devfeed.tech/topics/5g.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [ai](<https://devfeed.tech/tags/ai.md>), [arp](<https://devfeed.tech/tags/arp.md>), [article](<https://devfeed.tech/tags/article.md>), [data](<https://devfeed.tech/tags/data.md>), [ietf](<https://devfeed.tech/tags/ietf.md>), [internet](<https://devfeed.tech/tags/internet.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [networks](<https://devfeed.tech/tags/networks.md>), [worth-reading](<https://devfeed.tech/tags/worth-reading.md>)

### AI overview

A developer reading roundup covering Internet infrastructure, synchronization of replicated data, IPv6-only networking, IPv4 dependencies, ARP, an IETF proposal, 5G control-plane timers, modern machine-learning pipelines, and the integration of AI into everyday applications.

### Source excerpt

Today's Internet runs on a vast infrastructure of replicated data, and the difference between order and chaos lies in maintaining consistency through synchronization across the many distributed points where that data is published. IPv6-only networks often still depend on IPv4 subnets and ARP. This article introduces an IETF proposal to eliminate both. Traditional software engineering approaches reliability as a binary state of uptime and downtime. Modern ML pipelines render this paradigm obsolete. Yet while the radios and protocols largely reuse terrestrial 5G designs, one small but crucial component has been left behind: The control plane timers that quietly govern how registration, mobility, and session procedures behave under real-world conditions. Apparently, nearly all of them have reached the same conclusion. I don't merely need AI occasionally. I need it waiting inside every search bar, messaging app, music player, and document reader I already use.

## What's ARP Got to Do with It?

DevFeed: [What's ARP Got to Do with It?](<https://devfeed.tech/articles/what-s-arp-got-to-do-with-it-11452.md>)

Original publisher: [Read original article](<https://labs.ripe.net/author/remco-van-mook/whats-arp-got-to-do-with-it/>)

Author: Remco van Mook

Published: 2026-07-23T06:35:41Z

Content type: article

Language: en

Sources: [RIPE Labs](<https://devfeed.tech/sources/ripe-labs.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [Network](<https://devfeed.tech/topics/network.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [FIRST](<https://devfeed.tech/topics/first.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [article](<https://devfeed.tech/tags/article.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [ietf](<https://devfeed.tech/tags/ietf.md>), [internet](<https://devfeed.tech/tags/internet.md>), [internet-infrastructure](<https://devfeed.tech/tags/internet-infrastructure.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>)

### AI overview

The article examines why ARP still matters by distinguishing durable demand for IPv4 reachability from the local-network architecture traditionally used to provide it. It argues that many access and hosting segments isolate subscribers or tenants and use the local IPv4 subnet mainly as a mechanism for reaching the gateway, rather than for lateral communication.

### Source excerpt

It's only ARP. It works. So how much can it really matter? The answer lies beyond ARP itself, in the IPv4 layer cake that grew around it over four decades. The IPv4 internet is not going away in bounded time, and nobody should pretend otherwise.

## Anycast-Only Gateways in EVPN Asymmetric IRB

DevFeed: [Anycast-Only Gateways in EVPN Asymmetric IRB](<https://devfeed.tech/articles/anycast-only-gateways-in-evpn-asymmetric-irb-11395.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/06/arp-issues-evpn-anycast-only/>)

Published: 2026-06-24T06:19:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

This article examines ARP resolution in EVPN asymmetric IRB environments where PE devices use only a shared anycast MAC/IP address. It describes how silent hosts can cause communication to stall because an ARP reply may be intercepted, and explains how Arista EOS accepts the unsolicited reply to create a MAC/IP route and complete forwarding.

### Source excerpt

In the previous blog post, I described how ARP works in an EVPN asymmetric IRB environment where the PE devices share an anycast MAC/IP address in addition to a unicast MAC/IP address. Today, let's see how well things work if the PE devices have only the anycast MAC/IP address: Packet forwarding in an EVPN asymmetric IRB design using only anycast gateways Read more ...

## ARP with Anycast Gateways in EVPN Asymmetric IRB

DevFeed: [ARP with Anycast Gateways in EVPN Asymmetric IRB](<https://devfeed.tech/articles/arp-with-anycast-gateways-in-evpn-asymmetric-irb-11396.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/06/arp-issues-evpn-anycast-unicast/>)

Published: 2026-06-17T06:19:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [routing](<https://devfeed.tech/tags/routing.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

This article examines ARP behavior with anycast gateways in EVPN asymmetric IRB. It focuses on a topology where each PE has device-specific and shared MAC/IP addresses, and hosts use the shared anycast gateway. The article describes ARP requests, shared gateway MAC addresses, and gratuitous ARPs, including observations about Arista EOS.

### Source excerpt

In previous blog posts, I described the ARP issues in EVPN environments, starting with centralized routing, and then asymmetric IRB with unicast (per-leaf-switch) first-hop gateways. Of course, no self-respecting vendor would tell you to do that; anycast gateways are all the rage these days. As always, anycast gateways could mean different things, depending on which vendor documentation you read ;) Active-active VRRP (one device is the active VRRP gateway, but all devices listen to the VRRP MAC address). Shared MAC+IP address beside device-specific unicast MAC and IP addresses. Shared MAC+IP address with no PE-specific IP address. Read more ...

## EVPN Centralized Routing with Arista EOS

DevFeed: [EVPN Centralized Routing with Arista EOS](<https://devfeed.tech/articles/evpn-centralized-routing-with-arista-eos-11394.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/06/arista-eos-evpn-central-routing/>)

Published: 2026-06-03T05:44:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [networking](<https://devfeed.tech/topics/networking.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [cache](<https://devfeed.tech/tags/cache.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [route](<https://devfeed.tech/tags/route.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

This article examines which EVPN routes Arista EOS generates in a centralized routing design where a spine switch acts as the router and leaf switches operate at Layer 2. It explains that the central router does not advertise MAC+IP routes for hosts attached to its VLANs, routers must perform their own ARP resolution, and minimal configuration can cause routed traffic to be flooded.

### Source excerpt

A month ago, I described ARP issues in EVPN centralized routing design, and Naveen Kumar Devaraj was kind enough to add some Arista EOS implementation details. Today, let's explore what EVPN routes Arista EOS generates in that scenario. We'll use a very simple lab topology with a spine switch acting as a router. The leaf switches are layer-2 switches. Packet forwarding in centralized routing design Read more ...

## Lab: EVPN Asymmetric IRB with Anycast Gateways

DevFeed: [Lab: EVPN Asymmetric IRB with Anycast Gateways](<https://devfeed.tech/articles/lab-evpn-asymmetric-irb-with-anycast-gateways-11380.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/05/lab-evpn-asymmetric-irb-anycast/>)

Published: 2026-05-15T05:52:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [container](<https://devfeed.tech/tags/container.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [github](<https://devfeed.tech/tags/github.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [installation](<https://devfeed.tech/tags/installation.md>), [mac](<https://devfeed.tech/tags/mac.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

This lab exercise demonstrates EVPN asymmetric IRB with anycast gateways and addresses ARP issues. It requires extending VLANs into end-to-end MAC-VRF instances and adding IRB and anycast gateways. The lab can run on netlab-enabled infrastructure, a free GitHub Codespace, or an Apple-silicon Mac using an Arista cEOS container.

### Source excerpt

I postponed the discussion of ARP issues with EVPN anycast gateways to keep yesterday's blog post reasonably short. If you're impatient and want to try that out, I have just the right lab exercise for you; you'll have to extend VLANs into end-to-end MAC-VRF instances and add IRB and anycast gateways: Explore the lab exercise You can run the lab on your own netlab-enabled infrastructure (more details), but also within a free GitHub Codespace or even on your Apple-silicon Mac (installation, using Arista cEOS container, using VXLAN/EVPN labs).

## ARP with EVPN Asymmetric IRB

DevFeed: [ARP with EVPN Asymmetric IRB](<https://devfeed.tech/articles/arp-with-evpn-asymmetric-irb-11376.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/05/arp-issues-evpn-asymmetric-irb/>)

Published: 2026-05-14T05:45:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>), [networking](<https://devfeed.tech/topics/networking.md>), [BGP](<https://devfeed.tech/topics/bgp.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [bridging](<https://devfeed.tech/tags/bridging.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

This tutorial explains ARP behavior in EVPN asymmetric Integrated Routing and Bridging (IRB). It identifies prerequisites for forwarding between VLANs, including creating ARP entries from MAC+IP routes and having end hosts send an early ARP request for their first-hop gateway. It also describes how to verify the behavior with a netlab topology and EVPN route and ARP-table inspection.

### Source excerpt

In a previous blog post, I described the ARP issues you'll encounter when using centralized routing (on a spine switch) between two EVPN MAC-VRF instances (a fancy name for a VLAN encapsulated in VXLAN or MPLS). That blog post established a baseline that will help us unravel the ARP behavior in a more realistic scenario: asymmetric Integrated Routing and Bridging (IRB). That's a mouthful, but it's really quite a simple concept; the following diagram explains the asymmetric forwarding behavior: Packet forwarding in an EVPN asymmetric IRB design Read more ...

## ARP Issues in EVPN Centralized Routing Design

DevFeed: [ARP Issues in EVPN Centralized Routing Design](<https://devfeed.tech/articles/arp-issues-in-evpn-centralized-routing-design-11377.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/05/arp-issues-evpn-central-routing/>)

Published: 2026-05-05T05:45:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [networking](<https://devfeed.tech/topics/networking.md>), [IP routing](<https://devfeed.tech/topics/ip-routing.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [ip-routing](<https://devfeed.tech/tags/ip-routing.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

This article examines ARP and traffic-flooding problems in a centralized routing design using EVPN MAC-VRFs. It explains the expected packet flow through a spine switch and describes how implementations that do not advertise VLAN IP/MAC addresses can prevent switches from locating the gateway MAC, causing inter-subnet traffic to be flooded.

### Source excerpt

Adding IRB to a EVPN MAC-VRFs (the fancy way of saying stretched VLANs) seems like a no-brainer: Add IP addresses to VLAN interfaces Optionally add a shared anycast gateway Declare "Mission Accomplished" (and try to ignore the inevitable phone call at 2 AM on a Sunday night) Making that work in a multi-vendor environment is even more fun1, as I sadly discovered when creating the EVPN lab exercises or trying to figure out why some EVPN implementations were failing netlab EVPN integration tests. Read more ...

## On Generating EVPN MAC/IP Routes

DevFeed: [On Generating EVPN MAC/IP Routes](<https://devfeed.tech/articles/on-generating-evpn-mac-ip-routes-11359.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2026/04/evpn-generating-macip-routes/>)

Published: 2026-04-29T05:38:00Z

Content type: opinion

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [BGP](<https://devfeed.tech/topics/bgp.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [ip](<https://devfeed.tech/tags/ip.md>), [mac](<https://devfeed.tech/tags/mac.md>)

### AI overview

The article explains that Arista EOS generates separate EVPN MAC-only and MAC+IP routes. MAC table updates trigger MAC-only routes, while ARP table updates trigger MAC+IP routes, which can increase the size of the EVPN BGP table.

### Source excerpt

Naveen Kumar Devaraj was reading my Integrated Routing and Bridging (IRB) with EVPN MAC-VRF Instances lab exercise and spotted this detail: Arista EOS originates MAC-IP routes with and without IP addresses, effectively doubling the size of the EVPN BGP table He kindly wrote a LinkedIn comment explaining that behavior: Read more ...

## Finding End-to-End Paths: Topology and Endpoints

DevFeed: [Finding End-to-End Paths: Topology and Endpoints](<https://devfeed.tech/articles/finding-end-to-end-paths-topology-and-endpoints-11198.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/06/finding-paths-across-network/>)

Published: 2025-06-06T05:51:00Z

Content type: tutorial

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Network design](<https://devfeed.tech/topics/network-design.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [bridging](<https://devfeed.tech/tags/bridging.md>), [dhcp](<https://devfeed.tech/tags/dhcp.md>), [discovery](<https://devfeed.tech/tags/discovery.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [network](<https://devfeed.tech/tags/network.md>), [networking-fundamentals](<https://devfeed.tech/tags/networking-fundamentals.md>), [router](<https://devfeed.tech/tags/router.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

This article explains how networks discover topology and endpoints, build forwarding tables, and adapt end-to-end paths when links or nodes fail. It contrasts complete topology views in link-state protocols with local-neighbor knowledge in distance-vector protocols, and describes learning mechanisms including bridging, ARP, DHCP, and ICMPv6 Neighbor Discovery.

### Source excerpt

We know there are three main ways to move packets across a network. However, before we can start forwarding packets, someone has to populate the forwarding tables in the intermediate devices or build the sequence of nodes to traverse in source routing. Usually, whoever is responsible for the contents of the forwarding tables must first discover the network topology. Let's start there, using the following network diagram to illustrate the discussion. Read more ...

## How Linux ARP Behavior Can Break Static-Route Tests with Multiple Next Hops

DevFeed: [How Linux ARP Behavior Can Break Static-Route Tests with Multiple Next Hops](<https://devfeed.tech/articles/how-arp-killed-a-static-route-11174.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/04/static-routes-arp/>)

Published: 2025-04-22T05:55:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Network](<https://devfeed.tech/topics/network.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [experiment](<https://devfeed.tech/tags/experiment.md>), [linux](<https://devfeed.tech/tags/linux.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [network](<https://devfeed.tech/tags/network.md>), [route](<https://devfeed.tech/tags/route.md>), [tests](<https://devfeed.tech/tags/tests.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article investigates a netlab integration-test failure involving static routes with two next hops. It finds that default ARP behavior on a multi-subnet Linux host can cause Linux to send an ARP request using the IP address of another interface, while Junos does not answer it, causing the ping test to fail until the ARP cache is warmed.

### Source excerpt

The amount of weird stuff we discover in netlab integration tests is astounding, or maybe I have a knack for looking into the wrong dark corners (my wife would definitely agree with that). Today's special: when having two next hops kills a static route. TL&DR: default ARP settings on a multi-subnet Linux host are less than optimal. We use these principles when creating netlab integration tests: They should contain a single device-under-test and a bunch of attached probes. They should test a single feature. They should not rely on the device-under-test. All validation has to be done on probes. How do you test static routes under these restrictions? Here's what we did: Read more ...

## ARP Challenges in EVPN/VXLAN Symmetric IRB

DevFeed: [ARP Challenges in EVPN/VXLAN Symmetric IRB](<https://devfeed.tech/articles/arp-challenges-in-evpn-vxlan-symmetric-irb-11167.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/04/evpn-symmetric-irb-arp/>)

Published: 2025-04-03T06:30:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [evpn](<https://devfeed.tech/topics/evpn.md>), [VXLAN](<https://devfeed.tech/topics/vxlan.md>), [networking](<https://devfeed.tech/topics/networking.md>), [interoperability](<https://devfeed.tech/topics/interoperability.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [evpn](<https://devfeed.tech/tags/evpn.md>), [interoperability](<https://devfeed.tech/tags/interoperability.md>), [netlab](<https://devfeed.tech/tags/netlab.md>), [networking](<https://devfeed.tech/tags/networking.md>), [ospf](<https://devfeed.tech/tags/ospf.md>), [troubleshooting](<https://devfeed.tech/tags/troubleshooting.md>), [vxlan](<https://devfeed.tech/tags/vxlan.md>)

### AI overview

An EVPN/VXLAN symmetric IRB integration test exposed interoperability issues between Nokia SR Linux or Juniper vSwitch and an FRR container. The article describes the lab topology and initial troubleshooting findings, including ARP behavior that prevented some expected connectivity.

### Source excerpt

Whenever I claimed that EVPN is The SIP of Networking, vendor engineers quickly told me that "EVPN interoperability is a solved problem" and that they run regular multi-vendor interoperability labs to iron out the quirks. As it turns out, things aren't as rosy in real life; it's still helpful to have an EVPN equivalent of the DTMF tone generators handy. I encountered a particularly nasty quirk when running the netlab EVPN integration test using symmetric IRB with an anycast gateway between Nokia SR Linux (or Juniper vSwitch) and FRR container. Lab topology Read more ...

## Understanding and Observing the BGP Connect State

DevFeed: [Understanding and Observing the BGP Connect State](<https://devfeed.tech/articles/the-curious-case-of-the-bgp-connect-state-11112.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2025/01/bgp-connect-state/>)

Published: 2025-01-30T06:55:00Z

Content type: article

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [BGP](<https://devfeed.tech/topics/bgp.md>), [Finite-state machine](<https://devfeed.tech/topics/finite-state-machine.md>), [Cisco](<https://devfeed.tech/topics/cisco.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [cisco](<https://devfeed.tech/tags/cisco.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [machine](<https://devfeed.tech/tags/machine.md>), [mpls](<https://devfeed.tech/tags/mpls.md>), [state](<https://devfeed.tech/tags/state.md>), [tcp](<https://devfeed.tech/tags/tcp.md>)

### AI overview

The article explains why the BGP Connect state is difficult to observe, especially on Cisco IOS, whose implementation predates the state and does not display it. It describes the BGP state transitions and conditions that can cause a peer to remain in Connect long enough to observe, including dropped TCP SYN packets and certain routing or filtering configurations.

### Source excerpt

I got this question from Paul: Have you ever seen a BGP peer in the "Connect" state? In 20 years, I have never been able to see or reproduce this state, nor any mention in a debug/log. I am starting to believe that all the documentation is BS, and this does not exist. The BGP Finite State Machine (FSM) (at least the one defined in RFC 4271 and amended in RFC 9687) is "a bit" hard to grasp but the basics haven't changed from the ancient days of RFC 1771: Read more ...

## Comparing IP and CLNP: Finding Adjacent Nodes

DevFeed: [Comparing IP and CLNP: Finding Adjacent Nodes](<https://devfeed.tech/articles/comparing-ip-and-clnp-finding-adjacent-nodes-11079.md>)

Original publisher: [Read original article](<https://blog.ipspace.net/2024/10/comparing-ip-clnp-addressing/>)

Published: 2024-10-17T07:10:00Z

Content type: comparison

Language: en

Sources: [ipSpace.net blog](<https://devfeed.tech/sources/ipspace-net-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [TCP/IP](<https://devfeed.tech/topics/tcp-ip.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [arp](<https://devfeed.tech/tags/arp.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [ip](<https://devfeed.tech/tags/ip.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [network](<https://devfeed.tech/tags/network.md>), [networking](<https://devfeed.tech/tags/networking.md>), [networking-fundamentals](<https://devfeed.tech/tags/networking-fundamentals.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [tcp-ip](<https://devfeed.tech/tags/tcp-ip.md>)

### AI overview

The article compares TCP/IP and CLNP approaches to finding adjacent nodes. TCP/IP uses subnet masks to determine whether a destination is directly reachable and ARP or Neighbor Discovery to resolve the destination link-layer address, while CLNP nodes advertise NSAP addresses through hello messages that neighboring nodes cache.

### Source excerpt

Now that we know a bit more about addresses in a networking stack (read the whole series) and why CLNP uses node addresses while TCP/IP uses interface addresses, let's see how they solve common addressing problems like finding adjacent nodes. Let's start with the elephant in the room: how do you know whether you can reach a host you want to communicate with directly? In the following diagram, how does A know whether B is sitting next to it? Read more ...