void __4_4_2_3__Reserved_Multicast_Address_Table() {
    /**
     * @group:       	4.4.2.3 Reserved Multicast Address Table
     *
     * @description:	Reserved Multicast Address Table
     * 					The Reserved Multicast Address Table holds 8 pre-configured address entries, as defined in Table 4-7. This table is an
     * 					optional feature that is disabled at power-on. If desired, the forwarding ports may be modified.
     *
     * 					TABLE 4-7: RESERVED MULTICAST ADDRESS TABLE
     * 					-----------------------------------------------------------------------------------------------------------------------
     * 					| Group | MAC Group             | Address Function         | Default PORT FORWARD | Default Forwarding Action       |
     * 					|       | Address               |                          | Value (P7...P1)      |                                 |
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 0     | (01-80-C2-00)-00-00   | Bridge Group Data        | 100_0000             | Forward only to the highest     |
     * 					|       |                       |                          |                      | numbered port (default host)    |
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 1     | (01-80-C2-00)-00-01   | MAC Control Frame        | 000_0000             | Drop MAC flow control           |
     * 					|       |                       | (typically flow control) |                      |                                 |
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 2     | (01-80-C2-00)-00-03   | 802.1X Access Control    | 100_0000             | Forward to highest numbered port|
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 3     | (01-80-C2-00)-00-10   | Bridge Management        | 111_1111             | Flood to all ports              |
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 4     | (01-80-C2-00)-00-20   | GMRP                     | 011_1111             | Flood to all except highest port|
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 5     | (01-80-C2-00)-00-21   | GVRP                     | 011_1111             | Flood to all except highest port|
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 6     | (01-80-C2-00)-00-02,  |                          | 100_0000             | Forward to highest numbered port|
     * 					|       | (01-80-C2-00)-00-04 - |                          |                      |                                 |
     * 					|       | (01-80-C2-00)-00-0F   |                          |                      |                                 |
     * 					|-------|-----------------------|--------------------------|----------------------|---------------------------------|
     * 					| 7     | (01-80-C2-00)-00-11 - |                          | 011_1111             | Flood to all except highest port|
     * 					|       | (01-80-C2-00)-00-1F,  |                          |                      |                                 |
     * 					|       | (01-80-C2-00)-00-22 - |                          |                      |                                 |
     * 					|       | (01-80-C2-00)-00-2F   |                          |                      |                                 |
     * 					-----------------------------------------------------------------------------------------------------------------------
     *
     * 					If a match is found in one of the tables, then the destination port is read from that table entry. If a match is found in more
     * 					than one table, static entries will take priority over dynamic entries.
     *
     */
}