In some scenarios it is necessary to route DRVA management/data network over a particular gateway. The following steps describe how to change the default gateway used by a DRVA.
...
3. Delete the default gateway by running the command (:sudo ip route del default
)
Info |
---|
Note: Admin password required. |
...
4. Add a new default gateway by running the command (:sudo ip route add default via <gateway_IP>
)
Info |
---|
Note: Admin password required. |
...
5. After changing the gateway of the DRVA, run the command (ip route
) to validate its new default gateway . by running the command:ip route
...
References: Refer to below DRVA related KBs
...