You need to configure the aggregated link as a trunk. In the 4510G the link-aggregation configuration use the interface bridge-aggregation concept.
interface bridge-aggregation 1
port link type trunk
port trunk permit vlan <allowed_vlan_id>
port trunk pvid vlan <pvid_of_the_trunk>
When you bind ports to the link-aggregation group (the interface bridge-aggregation), automatically all the settings you change in the bridge-aggregation interface will be reflected in the physical ports that belongs to the link-aggregation group.
HTH