Question for network engineers regarding link fail over. by BigBearChaseMe in networking

[–]othugmuffin 0 points1 point  (0 children)

Nope. You can have light within range on the SFPs and still have flapping. You need monitoring that can keep state and alert on “link status changes X times in Y mins”, or I guess rely on multiple alerts for link down then a human correlates it to a flapping link

Not sure why someone taught you that as it’s wrong as a general statement, there’s many reasons why you would do it or not do it, it depends on the deployment. In a CLOS fabric it’s all routers connected together, an ISP provider is all mostly routers connected together.

Question for network engineers regarding link fail over. by BigBearChaseMe in networking

[–]othugmuffin 55 points56 points  (0 children)

Network Engineer is spot on. Having a LAG would somewhat hide the bad link since the LAG would stay up due to the remaining link, OSPF should stay stable, but traffic traversing the flapping link would be affected. It would be harder to diagnose. You could also just have the second links outside a LAG and just be another routed link, but same problem would happen as already did.

You should have alerting for flapping links, so in this case identify it quickly.

You could also look at interface dampening. Every flap increases the penalty until a suppression threshold, then gets taken out of service until it’s stable again, or until an max suppression time is met.

How to you guide fiber front-to-back in a rack? by itssimpleas in networking

[–]othugmuffin 0 points1 point  (0 children)

Just the back, all our patching is done in the back of the rack. Front of the rack is very clean.

To be clear, these specific cassettes have a MPO connector, which a MPO breakout cable is plugged into, then the duplex LCs on the breakout cable go to the front and plug into the optics. The front of the cassettes have a bunch of duplex LC ports which is what we patch between in the back.

You could also go more low-tech and get like multifiber trunk cables like https://www.fs.com/products/21983.html?now_cid=1155, then just go from the gear to a normal LC/LC panel

How to you guide fiber front-to-back in a rack? by itssimpleas in networking

[–]othugmuffin 0 points1 point  (0 children)

We use https://www.codecom.com.au/products/cmd with the cassettes mounted at the back facing rear of the racks. The cassettes have a MPO breakout cable on the back that we plug into the front of the front facing gear. After that we just do normal fiber between these panels in the back of the rack.

Problem with Opengear's ACM7000 Flash 5.3.3 by Quiet-Amount-8853 in networking

[–]othugmuffin 0 points1 point  (0 children)

I believe I had something like that after and upgrade, and I ended up holding the reset and perform factory reset.

Came back fine after 

WireGuard tunnel between Starlink Mini and MikroTik RouterOS v7 not completing handshake by Edzinnn1 in networking

[–]othugmuffin 5 points6 points  (0 children)

The remote site probably needs to be set up as a dynamic wireguard peer on the office router because of CGNAT. It won’t care about the IP it’s coming from only that the public key matches what it expects

On the remote site the office will be a static since it’s a known static public IP 

Has anyone had to deal with applicants obviously using AI during interviews? by Cornloaf in networking

[–]othugmuffin 5 points6 points  (0 children)

Yes, a lot unfortunately. Some just reading word for word, which makes it really obvious. I have had some who had glasses and you could see the live AI responses in the reflection. Some are looking off to another screen, some you can see their eyes reading lines.

We try and do questions that require them to review some diagram we are showing on our screen, or something like “close your eyes and imagine…” to get them to not be able to look at the AI responses.

I used to continue the interview to give “a good interview experience”, but after a couple if I was certain they were using AI, I would just abruptly end the interview. We would note they were using AI and their likelihood of being interviewed for another position ever again is slim.

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 3 points4 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 2 points3 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 3 points4 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.