<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://compumundohipermegared.one/</id><title>AS203258</title><subtitle>Stuff I have been playing with in AS203528.</subtitle> <updated>2025-12-15T21:50:07+01:00</updated> <author> <name>Fabrizzio Petrucci</name> <uri>https://compumundohipermegared.one/</uri> </author><link rel="self" type="application/atom+xml" href="https://compumundohipermegared.one/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://compumundohipermegared.one/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 Fabrizzio Petrucci </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>L2TPv3 Ethernet Tunnel VyOS to Mikrotik</title><link href="https://compumundohipermegared.one/posts/mikrotik-vyos-l2tpv3/" rel="alternate" type="text/html" title="L2TPv3 Ethernet Tunnel VyOS to Mikrotik" /><published>2025-02-23T13:30:00+01:00</published> <updated>2025-02-23T13:30:00+01:00</updated> <id>https://compumundohipermegared.one/posts/mikrotik-vyos-l2tpv3/</id> <content src="https://compumundohipermegared.one/posts/mikrotik-vyos-l2tpv3/" /> <author> <name>Fabrizzio Petrucci</name> </author> <category term="VyOS" /> <category term="Mikrotik" /> <summary> I have been using powerline adapters to connect the bedroom TV, Odroid and IPTV box to my network. It worked fine, quite fast close to 1Gbit speeds, and can pass through VLANs without any problems. That is, until one of the adapters started smelling like burnt plastic one random Sunday afternoon. I’ve decided it’s too much of a fire risk even if they honor the warranty and replace them. In the... </summary> </entry> <entry><title>VyOS Add path from single route reflector</title><link href="https://compumundohipermegared.one/posts/route-collector-addpath-single-rr/" rel="alternate" type="text/html" title="VyOS Add path from single route reflector" /><published>2024-10-12T14:30:00+02:00</published> <updated>2024-10-12T14:30:00+02:00</updated> <id>https://compumundohipermegared.one/posts/route-collector-addpath-single-rr/</id> <content src="https://compumundohipermegared.one/posts/route-collector-addpath-single-rr/" /> <author> <name>Fabrizzio Petrucci</name> </author> <category term="VyOS" /> <category term="BGP" /> <category term="IPv6" /> <category term="AS203528" /> <summary> My network AS203528 has eBGP Multihop peering to a couple of route collectors - both from BGP.tools and NLNOG These peerings are off a couple of my routers OSR1GLASS1 and OSR2GLASS1 - in both Ostrava sites, and their only purpose is for these route collection peerings and for the Looking glass (Hyperglass). Being accessible by the Looking glass means they’re very firewalled - to prevent any la... </summary> </entry> <entry><title>Juniper Martini PW LDP Requested VLAN ID</title><link href="https://compumundohipermegared.one/posts/l2circuit-requested-vlan/" rel="alternate" type="text/html" title="Juniper Martini PW LDP Requested VLAN ID" /><published>2024-06-15T10:00:00+02:00</published> <updated>2024-06-15T10:00:00+02:00</updated> <id>https://compumundohipermegared.one/posts/l2circuit-requested-vlan/</id> <content src="https://compumundohipermegared.one/posts/l2circuit-requested-vlan/" /> <author> <name>Fabrizzio Petrucci</name> </author> <category term="Juniper" /> <category term="JNCIP-SP" /> <category term="Martini" /> <category term="l2circuit" /> <summary> So this is a short post. I’m studying for the JNCIP-SP and I found very interesting that although l2circuits / Martini PWs need the VLANs at both ends to match, this disappears from the LDP label mapping if there’s outer-vlan-map swap present PE configs fabrizzio@PE01# show interfaces ge-0/0/4.150 encapsulation vlan-ccc; vlan-id 150; fabrizzio@PE01# show protocols l2circuit neighbor 10.... </summary> </entry> <entry><title>AS203528 migration to (shared) route reflectors</title><link href="https://compumundohipermegared.one/posts/AS203528-route-reflector/" rel="alternate" type="text/html" title="AS203528 migration to (shared) route reflectors" /><published>2024-05-08T18:00:00+02:00</published> <updated>2024-05-08T18:00:00+02:00</updated> <id>https://compumundohipermegared.one/posts/AS203528-route-reflector/</id> <content src="https://compumundohipermegared.one/posts/AS203528-route-reflector/" /> <author> <name>Fabrizzio Petrucci</name> </author> <category term="VyOS" /> <category term="AS203528" /> <category term="BGP" /> <category term="Routing" /> <summary> My hobby network (AS203528) keeps growing. I had a full iBGP mesh among those routers, however that’s no longer viable. I already have 4xBGP Route reflectors on my internal network. I want to re-use those same reflectors for AS203528. Those two networks have each their own IGP, and are just peered with each other. The Plan My entire network needs to be able to pass a cold start / bootstrap i... </summary> </entry> <entry><title>VyOS 1.5, EVPN-VXLAN First test on VyOS</title><link href="https://compumundohipermegared.one/posts/evpn-vxlan-01/" rel="alternate" type="text/html" title="VyOS 1.5, EVPN-VXLAN First test on VyOS" /><published>2024-03-09T18:00:00+01:00</published> <updated>2024-03-09T18:00:00+01:00</updated> <id>https://compumundohipermegared.one/posts/evpn-vxlan-01/</id> <content src="https://compumundohipermegared.one/posts/evpn-vxlan-01/" /> <author> <name>Fabrizzio Petrucci</name> </author> <category term="VyOS" /> <category term="SPRING" /> <category term="VXLAN" /> <category term="MPLS" /> <category term="Linux" /> <summary> Today I wanted to play around with VXLAN as I’ve never touched it and I had nothing better to do. This has been tested with the latest VyOS nightly 1.5-rolling-202403050022. First, I read the related VyOS blog post and the FRR docs. I really prefer learning while doing things instead of just reading the theory. Even though it means I will likely mess something up, that’s precisely what the Lab... </summary> </entry> </feed>
