How to reload the connection with NetworkManager
Reload interface configuration:
sudo nmcli connection reload
This command will ONLY make NetworkManager aware of new configuration changes. To apply the new changes, run the following command:
sudo nmcli dev reapply <interface>