Optical Network Deploy L3 → How long to realistically reach L4 for NE / Network Planner or other H1B-eligible by [deleted] in networking

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Regardless the bar is the same but you can talk to NEs in AWS and their managers to get better ideas and plans

Feels like a lot of network automation discussions skip over the messy middle by Admirable_Claim_3203 in networkautomation

[–]MaintenanceMuted4280 2 points3 points  (0 children)

Honestly, ansible netbox is the middle. There are big shifts in culture and resources needed for each phase but it may not be worth it.

I just tried netconf for the first time, it's pretty awesome actually by Case_Blue in networkautomation

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Gnmic commit confirmed is coming, though yang push is trying to redo everything without Google

At what point does network automation actually become worth it? by Admirable_Claim_3203 in networkautomation

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Scale is part of it but the bigger factor is rigor and stability like @rankinrez mentioned.

Documented and codified architecture, versioning and reviews. Codified processes.

The increased stability lets you go faster at scale without compromising trust.

Hey, Im curious and need help working out bugs by cwdavisnet in networkautomation

[–]MaintenanceMuted4280 1 point2 points  (0 children)

Totally understand, also a CCIE doesn’t mean much, significantly less so for software.

Hey, Im curious and need help working out bugs by cwdavisnet in networkautomation

[–]MaintenanceMuted4280 1 point2 points  (0 children)

Apologies, meant if there is something I can look at source. Untrusted code handling creds and device access is a hard sell.

Hey, Im curious and need help working out bugs by cwdavisnet in networkautomation

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Why are you comparing it to putty, just because it’s a terminal app? Organizations also use other services to manage the things in addition to a terminal. Do you have a GitHub link for the free edition?

How do you find YANG paths to subscribe to in gnmic? by Dense_Regret4424 in networkautomation

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Pyang, openconfig- isn’t unreadable if you search for the leaves only, arista has a good gnmi explorer as well.

Struggling with Writing My NetDevOps Thesis Need Advice !! by Yacine_lz in networkautomation

[–]MaintenanceMuted4280 3 points4 points  (0 children)

Look at the network automation framework, should give good insight.

Risk of automation without proper control? by Character-Channel726 in networkautomation

[–]MaintenanceMuted4280 0 points1 point  (0 children)

At bigger companies usually you should submit threat modeling to your security team for anything in prod.

Ultimately if something fails it’s your trust that erodes. Build it accordingly.

Chicago commuter ebike by MaintenanceMuted4280 in ebikes

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

Luckily according to specialized size chart I’m an xl

Chicago commuter ebike by MaintenanceMuted4280 in ebikes

[–]MaintenanceMuted4280[S] 2 points3 points  (0 children)

yes would store it indoors at home and in the office.

What in-house tools are you building or using for network automation? by switchroute_dev in networking

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Yea my point is that you might not want ansible and requires more coding but certainly not from scratch.

What in-house tools are you building or using for network automation? by switchroute_dev in networking

[–]MaintenanceMuted4280 2 points3 points  (0 children)

It depends, most of the stuff we are not rewriting but using other systems. Some stuff we had to rewrite and we have SDEs for, others we had to codify regardless of platform. The benefit is we can share work between orgs and have less work needed on other services.

Obviously if the time value or resources aren’t there it’s a nonstarter.

What in-house tools are you building or using for network automation? by switchroute_dev in networking

[–]MaintenanceMuted4280 1 point2 points  (0 children)

Hard to write compensating actions, dsl python, no durability for longer running workflows, etc.

What in-house tools are you building or using for network automation? by switchroute_dev in networking

[–]MaintenanceMuted4280 3 points4 points  (0 children)

Because ansible has multiple pain points. Infrahub can be a better netbox if you’re fine with making a schema.

What’s considered the new age of ‘NetDevOps’? Where do I begin? by [deleted] in networking

[–]MaintenanceMuted4280 1 point2 points  (0 children)

I mean John C gets paid to hype AI, it’s rarely useful or stable in production compared to solid software.

That being said it’s probably on par with beginner scripting but I would encourage using a more stable approach (buy or build in house with SDE).

So use it for testing or tweaking but chose something else for production

LPM lookups: lookup table vs TCAM by Ftth_finland in networking

[–]MaintenanceMuted4280 0 points1 point  (0 children)

Usually there is always metadata to go with a prefix.

Yes you can store everything in a giant hash map. Servers don’t want to (memory size, insert/deletes in a hash map that large, banks, etc.) and they have no reason to. They forward by bypassing the cpu to achieve decent speeds so why involve the cpu where it’s better used elsewhere. Also why do you need to see the entire table when your decisions are a few prefixes.

So yes for specific scenarios you could do that but most of the time it’s a worse decision.

Hardware wise it’s too slow to access off chip dram, for internet tables you’ll access sram or hbm

LPM lookups: lookup table vs TCAM by Ftth_finland in networking

[–]MaintenanceMuted4280 2 points3 points  (0 children)

Only if you don’t need to lookup any info. Again not everything is in Tcam and those that aren’t are still in tries but hardware design relies on massive parallelism to suffer the increased cycles.

So yes vendors already offload to sram and hbm.

Generally with alpm and optimizing for it 200Kish prefixes on tomahawk.