1. Juniper Networks TechLibrary, "Understanding VSTP": This document specifies the platform-dependent limitations of VSTP. It states, "On EX Series switches that do not use the Enhanced Layer 2 Software (ELS) configuration style, VSTP supports a maximum of 253 VLANs. On EX Series switches that use ELS, VSTP supports a maximum of 509 VLANs." This directly supports the analysis that 450 VLANs exceeds the limit on non-ELS platforms.
2. Juniper Networks TechLibrary, "Spanning-Tree Protocol Overview": This document contrasts the different STP versions. It describes RSTP (IEEE 802.1w) as providing a single spanning tree for all VLANs, which confirms it as a solution for overcoming per-VLAN instance limits. It also notes, "If you have a large number of VLANs, we recommend MSTP instead of VSTP," further highlighting the known scaling issue with VSTP.
3. Juniper Networks TechLibrary, CLI Explorer, force-version (Protocols VSTP): The official documentation for this command states its purpose: "Force VSTP protocol compatibility with STP. VSTP is compatible with the PVST+ protocol. To enable VSTP to be compatible with the STP protocol, you must force the version of VSTP to be STP-compatible." This confirms the command is for compatibility, not for scaling.