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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.