NetworkAnalysisService + Domain-Records in Core #12

Closed
opened 2026-09-15 18:35:18 +02:00 by admin · 0 comments
Owner

Statische Service-Klasse (Muster wie DeviceDiscoveryService) fragt /interface/bridge, /interface/bridge/port, /interface/vlan, /ip/address, /ip/pool, /ip/dhcp-server, /ip/route, /interface/wireless ab und mappt auf schlanke Records (ExistingBridge, ExistingVlan, ExistingIpAddress, ExistingDhcpServer, ExistingRoute, ExistingWirelessNetwork) plus NetworkTopologySnapshot-Aggregat. Jeder Endpunkt einzeln try/catch (RouterOsException), damit ein fehlendes Paket (z.B. kein WLAN) nicht die gesamte Analyse abbricht.

Statische Service-Klasse (Muster wie DeviceDiscoveryService) fragt /interface/bridge, /interface/bridge/port, /interface/vlan, /ip/address, /ip/pool, /ip/dhcp-server, /ip/route, /interface/wireless ab und mappt auf schlanke Records (ExistingBridge, ExistingVlan, ExistingIpAddress, ExistingDhcpServer, ExistingRoute, ExistingWirelessNetwork) plus NetworkTopologySnapshot-Aggregat. Jeder Endpunkt einzeln try/catch (RouterOsException), damit ein fehlendes Paket (z.B. kein WLAN) nicht die gesamte Analyse abbricht.
admin added this to the IST-Zustand-Analyse milestone 2026-09-15 18:35:18 +02:00
admin closed this issue 2026-09-15 19:41:08 +02:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/Mikrotik-Installer#12