When configuring a Cisco WLC, which CLI command adds a VLAN with VLAN ID of 30 to a FlexConnect group named BranchA-FCG?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The correct CLI command to add a VLAN with VLAN ID of 30 to a FlexConnect group named BranchA-FCG on a Cisco WLC would be option A: "config flexconnect BranchA-FCG vlan 30 add".
Explanation:
FlexConnect is a Cisco feature that allows for centralized control of wireless access points (APs) while still providing local switching and authentication capabilities at remote sites. A FlexConnect group is a collection of APs that share a common set of FlexConnect configurations. In this case, we want to add a VLAN with VLAN ID of 30 to the BranchA-FCG FlexConnect group.
The CLI command to add a VLAN to a FlexConnect group is "config flexconnect <group_name> vlan <vlan_id> add". Based on this syntax, option A is the correct command for the given scenario, as it specifies the FlexConnect group name (BranchA-FCG) and the VLAN ID (30) to be added.
Option B is incorrect because it reverses the order of the parameters, with the "add" keyword coming before the VLAN ID.
Option C is incorrect because it includes the unnecessary "group" keyword before the FlexConnect group name.
Option D is incorrect because it reverses the order of the parameters and includes the unnecessary "group" keyword before the FlexConnect group name.
Therefore, the correct CLI command to add a VLAN with VLAN ID of 30 to a FlexConnect group named BranchA-FCG on a Cisco WLC is "config flexconnect BranchA-FCG vlan 30 add".