Exam 1Y0-240 All QuestionsBrowse all questions from this exam
Question 56

Scenario: A NetScaler is configured with Interface 1/1 and bound to VLAN 40. A Citrix Administrator has executed the following command: bind vlan 20 ifnum 1/1

What is the result of executing the command on the NetScaler?

    Correct Answer: B

    When binding a VLAN to an interface on a NetScaler without specifying the 'tagged' option, the interface becomes part of the new VLAN and this also changes the native VLAN to the new VLAN. In this case, binding VLAN 20 to interface 1/1 means interface 1/1 will be in VLAN 20 and the native VLAN becomes 20.

Discussion
GTJOption: B

B. Interface inherits native VLAN id from new VLAN

CalyfasOption: B

B is correct. The command did not specify "TAGGED" so the new VLAN will also be the native VLAN for that interface. https://developer-docs.citrix.com/projects/netscaler-command-reference/en/12.0/network/vlan/vlan/

slegers_yOption: B

B is true. If you exclude the -tagged option than the VLAN will be added as untagged. This includes changing the Native VLAN as well.

LevisOption: B

B is true, tested in lab

RVROption: C

C. Native VLAN changes only if you run 'set ns config -nsvlan 20....' so it should not change Native VLAN, only interface should change to 20

dudes22

Not true. Correct answer is B. show interface 1/1 MTU=1500, native vlan=1, add vlan 20 bind vlan 20 ifnum 1/1 show interface 1/1 MTU=1500, native vlan=20,

Abeel

In the question, interface 1/1 already has vlan 40 bound