Scenario: For security reasons, the NSIP needs to be configured to only be accessible on
interface 0/1, which is VLAN 300. The NSIP address is 10.110.4.254 and the subnet mask
is 255.255.255.0. How would the network engineer achieve this configuration?

A.
set ns ip 10.110.4.254 -gui ENABLED -vrID 300
B.
add vlan 300 set ns ip 10.110.4.254 -mgmtAccess ENABLED
C.
set ns config -nsvlan 300 -ifnum 0/1
D.
set ns config -IPAddress 10.110.4.254 -netmask 255.255.255.0
Explanation: