thinking about bgp
This commit is contained in:
parent
215c7d0b52
commit
fa15d7f3fe
23
content/blog/2023-03-21-amprnet-bgp-announce.md
Normal file
23
content/blog/2023-03-21-amprnet-bgp-announce.md
Normal file
@ -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**.
|
||||||
|
|
||||||
|

|
@ -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;
|
|
||||||
|
|
||||||
}
|
|
31
static/images/posts/amprnet-bgp-announce/internet_1.drawio
Normal file
31
static/images/posts/amprnet-bgp-announce/internet_1.drawio
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<mxfile host="65bd71144e">
|
||||||
|
<diagram id="zWfxSnhJxI8OzLJxbovO" name="Page-1">
|
||||||
|
<mxGraphModel dx="1514" dy="709" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||||
|
<root>
|
||||||
|
<mxCell id="0"/>
|
||||||
|
<mxCell id="1" parent="0"/>
|
||||||
|
<mxCell id="2" value="Network A" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||||
|
<mxGeometry x="90" y="320" width="120" height="80" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="3" value="Network C" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||||
|
<mxGeometry x="530" y="390" width="120" height="80" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="4" value="Network B" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||||
|
<mxGeometry x="530" y="200" width="120" height="80" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="6" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" edge="1" parent="1" source="5" target="2">
|
||||||
|
<mxGeometry relative="1" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="7" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" edge="1" parent="1" source="5" target="4">
|
||||||
|
<mxGeometry relative="1" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="8" style="edgeStyle=none;html=1;endArrow=none;endFill=0;" edge="1" parent="1" source="5" target="3">
|
||||||
|
<mxGeometry relative="1" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
<mxCell id="5" value="Internet" style="ellipse;shape=cloud;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||||
|
<mxGeometry x="270" y="280" width="220" height="150" as="geometry"/>
|
||||||
|
</mxCell>
|
||||||
|
</root>
|
||||||
|
</mxGraphModel>
|
||||||
|
</diagram>
|
||||||
|
</mxfile>
|
1
static/images/posts/amprnet-bgp-announce/internet_1.svg
Normal file
1
static/images/posts/amprnet-bgp-announce/internet_1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.6 KiB |
@ -42,9 +42,9 @@
|
|||||||
{% include "components/heading-card.html" %}
|
{% include "components/heading-card.html" %}
|
||||||
{% endblock page_start %}
|
{% endblock page_start %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
|
<h1 style="margin-bottom:0;padding-bottom:0;text-align:left;">{{page.title}}</h1>
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<em>{{page.description}}</em>
|
<em style="text-align:left;">{{page.description}}</em>
|
||||||
<br>
|
<br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user