void __4_4_3__IEEE_802_1Q_VLAN() {
    /**
     * @group:       	4.4.3 IEEE 802.1Q VLAN
     *
     * @description:	Virtual LAN is a means of segregating a physical network into multiple virtual networks whereby traffic may be confined
     *					to specific subsets of the greater network. IEEE 802.1Q defines a VLAN protocol using a 4-byte tag that is added to the
     *					Ethernet frame header. The device supports port-based and tag-based VLANs, including tagging, un-tagging, forward-
     *					ing and filtering.
     *
     */
}