Replace all post_url with Hugo ref blocks

This commit is contained in:
2024-08-05 01:43:55 +02:00
parent c1f1775c91
commit a2f10236a3
56 changed files with 221 additions and 241 deletions

View File

@ -24,9 +24,8 @@ management, and Network time synchronization.
<br /><br />
After discussing basic L2, L3 and Overlay functionality in my [[first post]({% post_url
2022-12-05-oem-switch-1 %})], and explored the functionality and performance of MPLS and VPLS in my
[[second post]({% post_url 2022-12-09-oem-switch-2 %})], I convinced myself and committed to a bunch
After discussing basic L2, L3 and Overlay functionality in my [[first post]({{< ref "2022-12-05-oem-switch-1" >}})], and explored the functionality and performance of MPLS and VPLS in my
[[second post]({{< ref "2022-12-09-oem-switch-2" >}})], I convinced myself and committed to a bunch
of these for IPng Networks. I'm now ready to roll out these switches and create a BGP-free core
network for IPng Networks. If this kind of thing tickles your fancy, by all means read on :)
@ -63,8 +62,7 @@ expand your reach in a co-op style environment, [[reach out](/s/contact)] to us,
I've decided to make this the direction of IPng's core network -- I know that the specs of the
Centec switches I've bought will allow for a modest but not huge amount of routes in the hardware
forwarding tables. I loadtested them in [[a previous article]({% post_url 2022-12-05-oem-switch-1
%})] at line rate (well, at least 8x10G at 64b packets and around 110Mpps), so they were forwarding
forwarding tables. I loadtested them in [[a previous article]({{< ref "2022-12-05-oem-switch-1" >}})] at line rate (well, at least 8x10G at 64b packets and around 110Mpps), so they were forwarding
both IPv4 and MPLS traffic effortlessly, and at 45 Watts I might add! However, they clearly cannot
operate in the DFZ for two main reasons:
@ -146,13 +144,12 @@ I stub out on IPng's resolvers. Winner!
### Inserting MPLS Under AS8298
I am currently running [[VPP](https://fd.io)] based on my own deployment [[article]({% post_url
2021-09-21-vpp-7%})], and this has a bunch of routers connected back-to-back with one another using
I am currently running [[VPP](https://fd.io)] based on my own deployment [[article]({{< ref "2021-09-21-vpp-7" >}})], and this has a bunch of routers connected back-to-back with one another using
either crossconnects (if there are multiple routers in the same location), or a CWDM/DWDM wave over
dark fiber (if they are in adjacent buildings and I have found a provider willing to share their
dark fiber with me), or a Carrier Ethernet virtual leased line (L2VPN, provided by folks like
[[Init7](https://init7.net)] in Switzerland, or [[IP-Max](https://ip-max.net)] throughout europe in
our [[backbone]({% post_url 2021-02-27-network %})]).
our [[backbone]({{< ref "2021-02-27-network" >}})]).
{{< image width="350px" float="right" src="/assets/mpls-core/before.svg" alt="Before" >}}