Scenario: An engineer implementing a NetScaler is tasked with creating a new VLAN, named VLAN 2, and
adding it to the current interfaces. A new IP address of 10.102.29.54 with a network mask of 255.255.255.0
must be configured for VLAN 2.
Which commands could the engineer use to achieve this configuration in the command-line interface prior to
binding VLAN 2?

A.
add ns ip 10.102.29.54 255.255.255.0
add vlan 2
B.
set vlan 2 -aliasName VLAN2
add ns ip 10.102.29.54 255.255.255.0
C.
add ns ip 10.102.29.54 255.255.255.0 -vrID 2
D.
add ns ip 10.102.29.54 255.255.255.0 -type SNIP
set ns ip 10.102.29.54 255.255.255.0 -vrID 2