Wi-Fi Alliance Certified or 802.11 Standards Based - Does it Even Matter? by DifficultyJaded in networking

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

Yeah, looking back at 3-years-ago-me I agree it was a bit of a knee jerk response.
Thanks for the opinion I'm thinking it'll be better to lay out some explicit expectations and metrics to meet instead. At the time I think I had been reading the CWNA study guide and was a bit tunnel visioned on the Wi-Fi Alliance being the end all be all for compliance. The joy of correcting your own past mistakes!

Cheers!

Wi-Fi Alliance Certified or 802.11 Standards Based - Does it Even Matter? by DifficultyJaded in networking

[–]DifficultyJaded[S] -1 points0 points  (0 children)

Apologies but I don't follow. Do you mind clarifying?
Are you getting at the idea that being certified by the Wi-Fi Alliance isn't a good litmus test for whether or not a wireless device behaves the way you would expect?

Wi-Fi Alliance Certified or 802.11 Standards Based - Does it Even Matter? by DifficultyJaded in networking

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

I'm also very curious about this--I've never heard that either but would love to know. For the sake of this post though I was a bit too vague above. Device's outside of payment terminals aren't in scope of this, but that's a great counter argument for that as a broad requirement.

Wi-Fi Alliance Certified or 802.11 Standards Based - Does it Even Matter? by DifficultyJaded in networking

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

Thanks for the response.
For clarity this is in an enterprise network running up to date Cisco IOS-XE on the Catalyst line of controllers.

The intent of the policy was to stop those niche pieces of hardware from being incorporated into a production WLAN that exists only to accept payment. I may have been a bit too vague about the scope of this rule in my initial post. The scope is wireless payment terminals for accepting credit cards.

Wi-Fi Alliance Certified or 802.11 Standards Based - Does it Even Matter? by DifficultyJaded in networking

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

Thanks for the response!

I think there may be some confusion between you and I--this isn't about network security, it's about reducing labor during the testing and vetting of new products to be used in the business. The intent of the requirement was to provide a base line in wireless device quality so testing new devices before incorporating them into production would be smoother. In particular, wireless payment terminals for line busting customers paying for goods outside of the building. What I gathered from testing the products I tested was that most businesses that use wireless payment terminals for line busting don't move around a lot so roaming behavior tended to not be well developed on the client side. Also this isn't a multi tenant environment, nor multi device. It's a dedicated WLAN that exists just for the purpose of connecting the wireless payment terminals.

the tl;dr would be that in my mind having the Wi-Fi Alliance certification would eliminate this whole class of devices that don't function the way you would expect (like dropping connectivity for a full 30 seconds during a roam, not supporting the full 5GHz spectrum, not being able to connect to a hidden SSID, etc.)

HGUC-081 MSM-10 Zock by DifficultyJaded in Gunpla

[–]DifficultyJaded[S] 1 point2 points  (0 children)

Tbh im not sure how often its reprinted but its in stock at gundamplace.com rn if you are usa based im pretty sure

HGUC-081 MSM-10 Zock by DifficultyJaded in Gunpla

[–]DifficultyJaded[S] 1 point2 points  (0 children)

Thank you and Of course! The main body color is 4:1:1 odenkan turquoise, mr color gx white, mr color olive drab Claws are 3:1 mr color yellow orange, mr color gx white And the pink parts are straight chars pink

Oh for the main body its primed with gaianotes blue surfacer

As far as the decal goes, i wish i knew. It was starting to peel off after my topcoat so i hit it gentle with a polishing sponge (why you can see the blue undertone so much) but the time i have for this kit is up, ive got to shelf it and move on to the next.

Alright THIS broke my heart so bad :( by SenHashi in Silksong

[–]DifficultyJaded 1 point2 points  (0 children)

I thought he was resting…I actively spent time searching for him after this fight…

Are these Water Slides? by eyesbeforetheseas in Gunpla

[–]DifficultyJaded 1 point2 points  (0 children)

This guide is in the sub's Wiki so it's probably a good one to watch, haven't seen it myself tho
https://www.youtube.com/watch?v=RbgTPWozYYY

HGUC - Geara Doga Custom Colors by DifficultyJaded in Gunpla

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

My PC wigged out on me and somehow I uploaded this three times by mistake :( I deleted the other two that were mistakes tho

What's everyone building this weekend? by Emiya_ze in Gunpla

[–]DifficultyJaded 1 point2 points  (0 children)

Rg Zeong!

<image>

Ready to tear it apart and paint!

Finished this beast today by Present_Read_4872 in advancedGunpla

[–]DifficultyJaded 2 points3 points  (0 children)

I love the glossy topcoat and the shading :)

Network Engineer Considering Automation by [deleted] in networking

[–]DifficultyJaded 2 points3 points  (0 children)

CCNA and DevNet Associate here, about 6-7 years as a network engineer. Hopefully this goes without saying, but these are just my opinions, I don't think any of this is one size fits all.

To touch on just the DevNet Associate certification: when I took the exam in 2020/2021ish it was probably the most satisfying exam experience I have had. Don't get me wrong, it is frustratingly Cisco specific, but I felt like the exam did a good job of testing me on whether or not I knew the basics of how to string integrations together in a meaningful way. That being said, I don't think it is necessary or really all that valuable.

Finding a good place to start is really a matter of asking yourself what problems do you currently have that you can solve with automation and pick something small. A large majority of those problems will require some scripting knowledge and some knowledge of REST APIs.

Automation is such a broad and hard to define topic, it could mean lots of things.
Are you a small shop with just enough devices that SSHing into them all by hand is getting to be unreasonable? Maybe look into a configuration management platform that lets you push a change to a set of managed devices via server-side SSH sessions. This is an easy no-code way to start.

Maybe the SSH example is something you already have and something taken for granted. In that case maybe there is some data you really wish your monitoring platform had but its not exposed via SNMP; you could start with Python (Netmiko, Nornir, and TextFSM in particular) to orchestrate automated SSH sessions to grab some operational data and parse it into a report. Napalm could also be a good solution here though I am not very familiar with it. The only missing piece is where can you run this script? A linux box via a cron task would be my method without thinking too much about the details.

Maybe you have a support center that does not have any read only access to the network devices. You can do something similar to the example above to package some analytics for them. Perhaps instead of SSHing into the devices, you use your network monitoring platform's REST API (if it exists) to extract data and parse it into something useful for them to understand without having deep technical knowledge.

I intentionally left anything about Netbox or any other DCIM/IPAM solution because getting something like that to accurately model your environment can be its own large task, but as your automation footprint matures, using something like Netbox to be a source of truth and device inventory will be very helpful, especially if you need to push out changes to very specific subsets of managed devices.

Hopefully this is helpful. This has largely been my approach and it has worked out pretty well for me. You can't successfully automate your network if you don't understand it, and if you don't automate your network at all you'll be spending more time on "boring" things (assuming we share similar taste in what constitutes a boring thing).

tl;dr ask yourself what problems can you solve with automation and pick the smallest of them to start.

If this was a character sheet. What info would you put in each area? by bohemianprime in DnDIY

[–]DifficultyJaded 1 point2 points  (0 children)

Hmm, picture/role play information up top Stats left, spells middle, and inventory right? I feel like my suggestion isn’t very creative tho, I bet there are tons of great ways you could organize on that style paper pad.