void __4_4_8__MULTIPLE_SPANNING_TREE_SUPPORT() {
    /**
     * @group:       	4.4.8 MULTIPLE SPANNING TREE SUPPORT
     *
     * @description:	Multiple Spanning Tree Protocol (MSTP) is an extension of RSTP that allows different VLANs to have different spanning
     * 					tree configurations. The VLAN Table, Address Lookup Table and Static Address Table all contain a 3-bit field which can
     * 					be used to specify one of eight spanning trees. Each port contains state registers for specifying unique states for each
     * 					of the spanning trees.
     *
     */
}