All you need to know is that the vSCG has 3 planes:
Management
Control
Data
The management plane is simply for you to access the UI of the SCG.
The control plane is what is used for the AP management traffic.
Note: AP management (control plane) and vSCG management (management plane) cannot be on the same subnet so you will have to seperate them via VLAN.
The data plane is mainly used for
the following:
-
Encrypted data tunneling: Provides flexible options for data tunneling from all types of Virtual LANs (VLANs), including guest traffic encryption; point of sale data tunneling for PCI compliance; VoIP traffic tunneling; and seamless roaming across Layer 2 subnets.
-
Dynamic data plane scaling: Provides scale and resiliency for large deployments supporting 1Gbps, 10Gbps or higher throughput – which can be dynamically tuned without needing software updates.
-
Cluster architecture: Provides scale and resiliency for large deployments supporting up to 30,000 access points and 300,000 devices. One Virtual SmartZone controller can manage up to two vSZ-D instances, and four-controller cluster can manage up to 8 vSZ-D instances.
-
Support for multiple hypervisors: Provides initial support for two of the industry’s most widely deployed virtualization engines – VMware vSphere and KVM (OpenStack).
When deplying AP's they do not necessarily need to be to on the same subnet as client traffic, but to administer VLAN tagging for AP WAN interface (AP management) can only be done using the CLI at the moment:
set interface wan vlan 10 10.10.10.2 255.255.255.0 10.10.10.1
The client traffic can also be tagged if you like and this achievable via the vSCG UI
Note: If you want to simplify things and have client traffic and AP management on the same VLAN, this is no real issue, as you can prevent access to your management network via the use of ACL's on your venue router.
I hope this answers your questions
Good Luck!