posted in Selfhosted

[AIT] Anyone using AI to map your network / system

I was just looking to plug a new zigbee coordinator into a POE switch today, then thought - that’s going to be on the wrong VLAN, or, did I trunk the uplink…?

So… that made me think - is anyone using / tried / failed to export device configs, feed it into an AI, and get it to draw out the network??

enPage

Replying to an earlier post

You can, I’m just saying be prepared for disappointment. The amount of effort you need to put in, imo, you could have had a spreadsheet and been done. And then used that with a script to autogenerate some mermaidml to get a purdy drawing out of it (which I highly recommend leveraging Beautiful-Mermaid ).

And then you can feed that to an llm and make your queries about ports or other uses, to me thats a much better use/approach. To each their own though.

Replying to @⁨Cyber@feddit.uk⁩

Yes and no. I use llama server to run my own local models, and then open ice to monitor it. From there a lot of open source services host MCP servers which then can help integrate. I then use it to auto write the documentation on the layout so next time when I say “go to the ZigBee controller and tell me…” It knows first go to the docs, it remembers where it is and any useful commands, then continues on.

Replying to @⁨tobz619@lemmy.world⁩

It’s keeping the drawings / spreadsheets / etc. up to date, to know what changes are required, that I’m thinking about.

With multiple switches, VLANs, subnets, etc and I want to add an IoT device somewhere physically convenient, then maybe I now need to trunk the IoT VLAN through multiple devices from the Wifi AP PoE switch, update firewall rules, because this is the 1st device on that physical segment, etc… and then update the drawings afterwards.

Now that’s worth automating.

I’m looking for a map, not a calculator.