From fa15d7f3feb4ab516172f1d5c9664f9457fa4892 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 21 Mar 2023 14:24:27 -0400 Subject: [PATCH] thinking about bgp --- .../blog/2023-03-21-amprnet-bgp-announce.md | 23 ++++++++++++++ static/graphs/timeline.dot | 16 ---------- .../amprnet-bgp-announce/internet_1.drawio | 31 +++++++++++++++++++ .../posts/amprnet-bgp-announce/internet_1.svg | 1 + templates/page.html | 4 +-- 5 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 content/blog/2023-03-21-amprnet-bgp-announce.md delete mode 100644 static/graphs/timeline.dot create mode 100644 static/images/posts/amprnet-bgp-announce/internet_1.drawio create mode 100644 static/images/posts/amprnet-bgp-announce/internet_1.svg diff --git a/content/blog/2023-03-21-amprnet-bgp-announce.md b/content/blog/2023-03-21-amprnet-bgp-announce.md new file mode 100644 index 0000000..1a377ac --- /dev/null +++ b/content/blog/2023-03-21-amprnet-bgp-announce.md @@ -0,0 +1,23 @@ +--- +layout: page +title: "Announcing your shiny new AMPRNet BGP allocation" +description: "A crash course on BGP for radio people" +date: 2023-03-21 +tags: radio +draft: true +extra: + auto_center_images: true + excerpt: "This post is a quick guide to announcing your shiny new AMPRNet BGP allocation" +--- + +So, you got yourself a shiny new [AMPRNet](https://ampr.org) BGP allocation. What's next? + +Well, from experience, many people choose to email me next asking for advice. This post is that advice, now in *:sparkles:easily Google-able form!:sparkles:* + +A surprising number of people seem to request BGP allocations without understanding what BGP is in the first place, so, lets start there. + +## An ultra-crash course to BGP + +The internet *inter-networks networks*. Or, in less confusing terms: the internet is a broad term for how network **A** can communicate with networks **B** and **C**. + +![](/images/posts/amprnet-bgp-announce/internet_1.svg) \ No newline at end of file diff --git a/static/graphs/timeline.dot b/static/graphs/timeline.dot deleted file mode 100644 index cdffcd9..0000000 --- a/static/graphs/timeline.dot +++ /dev/null @@ -1,16 +0,0 @@ -digraph { - - y2008; - y2008 -> piano; - - y2008 -> y2010; - y2010 -> drums; - drums -> amped; - - y2010 -> y2012; - y2012 -> killer_hamsters; - amped -> killer_hamsters; - y2012 -> drum_comps; - drums -> drum_comps; - -} \ No newline at end of file diff --git a/static/images/posts/amprnet-bgp-announce/internet_1.drawio b/static/images/posts/amprnet-bgp-announce/internet_1.drawio new file mode 100644 index 0000000..7e0e906 --- /dev/null +++ b/static/images/posts/amprnet-bgp-announce/internet_1.drawio @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/posts/amprnet-bgp-announce/internet_1.svg b/static/images/posts/amprnet-bgp-announce/internet_1.svg new file mode 100644 index 0000000..18844b8 --- /dev/null +++ b/static/images/posts/amprnet-bgp-announce/internet_1.svg @@ -0,0 +1 @@ +
Network A
Network A
Network C
Network C
Network B
Network B
Internet
Internet
Text is not SVG - cannot display
\ No newline at end of file diff --git a/templates/page.html b/templates/page.html index c430486..ab743fa 100644 --- a/templates/page.html +++ b/templates/page.html @@ -42,9 +42,9 @@ {% include "components/heading-card.html" %} {% endblock page_start %} {% block content %} -

{{page.title}}

+

{{page.title}}

{% if page.description %} -{{page.description}} +{{page.description}}
{% endif %}