Skip to content

Commit 9757a59

Browse files
Start of IXP series
1 parent f12bdaa commit 9757a59

File tree

2 files changed

+27
-0
lines changed
  • site/content/posts

2 files changed

+27
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
+++
2+
title = "Building an IXP - Intro"
3+
date = "2025-06-12"
4+
description = "An introduction to building an IXP lab"
5+
tags = [
6+
"network engineering",
7+
"network automation",
8+
"ixp",
9+
"bgp",
10+
"rpki",
11+
"peering",
12+
]
13+
series = [
14+
"Building an IXP"
15+
]
16+
series_order = 1
17+
showComments = "true"
18+
robots = "all"
19+
draft = "true"
20+
+++
21+
22+
## Introduction
23+
24+
In this series
25+
26+

site/content/posts/network-diagram-guide/02-physical/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ series = [
1414
]
1515
series_order = 2
1616
showComments = "true"
17+
robots = "all"
1718
draft = "true"
1819
+++
1920

0 commit comments

Comments
 (0)