Dell EMC Specialist – Systems Administrator, VNX — Question 16
What are the correct steps to configure a static LAG on a Dell Networking OS10 switch?
Answer options
- A. interface port-channel 4 channel-group 4 mode passive interface range ethernet 1/1/14-1/1/15 channel-group 4 mode on
- B. interface port-channel 4 channel-group 4 mode on interface range ethernet 1/1/14-1/1/15 channel-group 4 mode passive
- C. interface port-channel 4 no shutdown interface range ethernet 1/1/14-1/1/15 channel-group 4 mode on
- D. interface port-channel 4 no shutdown interface range ethernet 1/1/14-1/1/15 channel-group 4 mode active
Correct answer: C
Explanation
The correct answer, C, includes the necessary 'no shutdown' command to activate the port-channel and sets the channel-group mode to 'on' for static LAG configuration. Options A and B incorrectly set the channel-group to passive and on respectively, which do not meet the requirements for a static LAG. Option D uses 'active' mode, which is used for dynamic LAGs, not static.