GRASP Implementations

GRASP is typically implemented as a library that is part of a larger Autonomic Service Agent (ASA).

GRASP talks and tutorials

GRASP Prefix Management Demonstration

GRASP, the GeneRic Autonomic Signaling Protocol, is specified in RFC8990, and an API is specified in RFC8991. Here's a general introduction to GRASP We have every intention of writing a longer tutorial, but it hasn't happened yet.

A fully designed use case for GRASP is documented in RFC8992 It covers a network management application that could apply to a local Internet Service Provider (ISP) or to a large, multi-site enterprise network. Such operators need to manage IP address space and distribute blocks of addresses (i.e., address prefixes) to routers near the edges of their network. In turn, those routers delegate such prefixes to customers or first-hop routers that require them. The RFC defines a GRASP "objective" that allows address space management to occur autonomically, without operator involvement beyond creating an original pool of addresses. In full deployment, this would replace or automate a conventional APAM (address planning and management tool). In early deployment, it would need to interwork with an existing APAM and in some scenarios with a RADIUS server.

The following video demonstration shows a proof of concept. The terminology adopted is as follows:

In the demo, you will see an origin server and two delegators, running in the same computer for simplicity in making the video. In practice, there would be one origin server (associated with a Network Operations Center) and any number of delegators placed elsewhere in the ISP or enterprise network. The same Python code runs as the origin server or as a delegator, controlled by a start-up option. After the demo has been running for a while, although the origin server remains active, individual delegators may use GRASP to discover each other and negotiate a transfer of a prefix when needed. In a large and dynamic network, this will automatically optimize the distribution of available prefixes around the network: a region that is running short of prefixes can get them from region that has too many, without operator intervention.

There's also a technical write-up of the demo code Enjoy the video here! You may want to pause the video from time to time as there is quite a lot of text to read.


JavaScript

PHP

Perl

Go

Rust

The ANIMAgus Minerva Hermes contains a minimal implementation of the GRASP DULL as required to bootstrap the Autonomic Control Plane.

It is written in Rust.

View details »

Swift

Lua

Python

GRASPY is written in Python3.

View details »

Ruby

Erlang, Elixir

Haskell

OCaml

Scala

Clojure

D

Crystal

Julia

Java

C#, Java

C#

C, C++