You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -509,6 +509,48 @@ The RW command feature is open and there are no restrictions on it. However, pro
509
509
- It's crucial to thoroughly review the Route Policy configuration before implementation, as any oversight could potentially compromise the existing Route Policy setup.
510
510
- Changing the router BGP configuration and shutting it down brings down the stability of the device.
511
511
512
+
## Retreive runRW configuration
513
+
514
+
To retrieve the last successfully applied runRW configuration for a given device, perform a GET operation on the device resource.
515
+
516
+
```rest
517
+
az rest -m get -u /subscriptions/<example-subscription-id>/resourceGroups/<example-rg>/providers/Microsoft.ManagedNetworkFabric/NetworkDevices/<example-devicename>?api-version=2024-06-15-preview
> RW configurations do not persist across upgrades. After an upgrade of Network Fabric, the rwDeviceConfig property will be empty unless the user manually reapplies the RW configuration.
0 commit comments