A system administrator needs to add a secondary IP address, 10.0.1.150/24, to an existing network interface named `ens192` which is managed by NetworkManager. The change must be applied without deactivating the interface. Which of the following commands correctly accomplishes this?
-
A
nmcli con modify ens192 ipv4.addresses 10.0.1.150/24
-
B
nmcli con modify ens192 +ipv4.addresses 10.0.1.150/24
-
C
ip addr add 10.0.1.150/24 dev ens192:1
-
D
nmcli con add type ethernet ifname ens192 ip4 10.0.1.150/24