Question: Can the following command sequence be used to change the IP address on an interface? Why or why not?
net-admin@noc> configure
[edit]
net-admin@noc>#edit interfaces ge-θ/θ/θ
[edit interfaces ge-θ/θ/θ]
net-admin@noc>#edit unit 0 [edit interfaces ge-θ/θ/θ unit 0]
net-admin@noc>#edit family inet
[edit interfaces ge-θ/θ/θ unit θ family inet]
net-admin@noc>#set address 192.168.1.1/24
[edit interfaces ge-θ/θ/θ unit 0 family inet]
net-admin@noc>#