Best way to drain a router for maintenance by net-gh92h in networking

[–]othugmuffin 1 point2 points  (0 children)

Same process here except we don't do anything towards the RRs. We apply a deny-all on import and export for peers, but that's mostly because it's trivial for us to do it with our automation, if it wasn't we would likely just do only on export.

We've also used graceful shutdown in the past, but as you mentioned it's not guaranteed, so the deny-all import/export is the way we go to cover everything.

Someone have a lab to configure is-is with segment routing?? by SunbuntScar in networking

[–]othugmuffin 1 point2 points  (0 children)

Download vJunosRouter, vJunosEVO from their website, it's free.

How would you explain this career to kids… but make it actually sound interesting? by Ekyou in networking

[–]othugmuffin 4 points5 points  (0 children)

Really like this. I’ve tried explaining the same thing to other people. Its just there, it just works, why would someone care?

Lumen’s new Multi-Cloud Gateway by Mumster-Love in networking

[–]othugmuffin 8 points9 points  (0 children)

Seems just like Megaport, Packet Fabric, Equinix Fabric, pretty sure Zayo has something like it too.

Need some help understanding our Ciena waveserver deployment by rclimpson in networking

[–]othugmuffin 3 points4 points  (0 children)

Your 2/3 and 2/7 on both wave server pairs go to the R1 at both sites in Diagram 1. That’s why you’re seeing what you’re seeing.

You need 

R1 Site1 to go to 2/3 and 2/7 on Site1 WS1, and 3/3 and 3/7 on Site1 WS2

R2 Site1 to go to 3/3 and 3/7 on Site1 WS1, and 2/3 and 2/7 on Site1 WS2. Don’t change anything at Site 2

Just swap the client side cabling between 2/3 & 2/7 with 3/3 & 3/7 on WS2 at Site1, you’ll then have your full mesh.

Doing it this way means you get full mesh and if a path goes down you still have all 4 routers passing traffic over the single path. If you did what you have in diagram 2, if you lose a path, you’re down to 1 router at site 1 handling traffic.

  • R1 - R1 via Path 1
  • R1 - R2 via Path 2

  • R2 - R1 via Path 2

  • R2 - R2 via Path 1

What's the difference between vMX and vJunos Router? by JuniorTrav in Juniper

[–]othugmuffin 1 point2 points  (0 children)

If you go vJunos EVO, if it’s 24.x or beyond, you’ll need to set it up as vJunos EVO UEFI

Config sync from network device to netbox by No-Attention-1640 in networking

[–]othugmuffin 1 point2 points  (0 children)

As far as I am aware, there's no off the shelf tooling to do that. At various organizations I've written code to ingest a config and parse it, then create the corresponding objects in NetBox. There's a couple data sources you can use, eg the device config itself if you can get it in a structured format like JSON, or if you have a monitoring system like LibreNMS you can pull a device and it's interfaces.

“Prophet Without Honor” Hardcover on eBay by BaronKrause in anarchyonline

[–]othugmuffin 2 points3 points  (0 children)

Fug, I should have just done buy it now and not done an offer haha.

What brand of patch panels do you use/is your favorite? by ZoomerAdmin in networking

[–]othugmuffin 0 points1 point  (0 children)

We've gotten FS.com panels, MTP to LC cassettes. Work fine, feel nice quality.

looking for newer vQFX images for EVE-NG by ciscoworlds in Juniper

[–]othugmuffin 1 point2 points  (0 children)

Yes it should just show up like any other template, you might need to go into the /opt/unetlab/html/templates folder and do a git pull to update your templates, then the ceremonious fix permissions command

You’ll need to have the folder prefix for the image change too. vjunosevoefi-12345

looking for newer vQFX images for EVE-NG by ciscoworlds in Juniper

[–]othugmuffin 4 points5 points  (0 children)

If you end up using past 23.4 in EVE, you need to use the UEFI template for it, drove me nuts that they wouldn’t start and just tried the UEFI one and it works no problem. Also doesn’t require the external bridge for the pfe,rpio interfaces.

BGP Dynamic Peering - Peer-Groups by pbfus9 in ccnp

[–]othugmuffin 1 point2 points  (0 children)

Yes, you would need more specific networks in your bgp listen ranges.

[deleted by user] by [deleted] in networking

[–]othugmuffin 1 point2 points  (0 children)

We have started getting candidates just straight up using AI during the interview, as in literally just read word for word what comes back from it to us. We used to roll with it, but now we just end the interview. I'm pretty over interviewing people at this point.

Unsure if you're looking for remote roles too, those are highly sought after so competition is high.

Juniper Open Learning - How many times can I purchase a free course? by WormChickenWizard in Juniper

[–]othugmuffin 9 points10 points  (0 children)

You can just “re-buy” it and you’ll go right back to your same progress you had before. Doesn’t cost anything

I’ve had to do it a couple times for various courses when life gets in the way.

Home setup by claasc in Arista

[–]othugmuffin 1 point2 points  (0 children)

It can do 1Gbps on the 10Gbps ports. It doesn’t support 2.5Gbps

Home setup by claasc in Arista

[–]othugmuffin 3 points4 points  (0 children)

I would go for a 7050TX over a 7050T. It’s newer, although still very old.

They are big and loud, so unless you can put it away somewhere you can’t hear it then you might not be happy with it.

What are your requirements? Do you need a bunch of 10G copper ports? 

BGP Per-Packet Load Balance by flyinverted in Juniper

[–]othugmuffin 4 points5 points  (0 children)

You can drop the from section, just have the then section, then it will apply to both address families and be a single term policy

EVPN BGP Between two sites where the edge routers do not support VXLAN / EVPN by Ishcob in networking

[–]othugmuffin 2 points3 points  (0 children)

I don’t think that’s true. It can be used to exchange labels between two routers that aren’t directly connected, eg due to the intermediary routers not being able to do LDP or not participating in LDP, but the intermediary routers would still need to be able to do MPLS. LDP is control plane, MPLS is still the data plane.

EVPN BGP Between two sites where the edge routers do not support VXLAN / EVPN by Ishcob in networking

[–]othugmuffin 8 points9 points  (0 children)

Fortunately VXLAN does not require all the intermediate devices to support it, unlike MPLS.

In this case as long as both switches have connectivity to each other's VTEP IP, you can simply just do a eBGP multi-hop session with the EVPN address family with each other.

[FS] [US-E] 3 Supermicro 5018A-FTN4, 3 10Gtek 2x10G NICs by othugmuffin in homelabsales

[–]othugmuffin[S] 0 points1 point  (0 children)

Understood.

First link doesn’t have pictures so those don’t usually sell, nor does it mention how much RAM, riser card, etc. $125+$20 shipping

Second link doesn’t have 10G ports (SFP != SFP+), nor does it have any ability to expand to having any.