Do you mean you have a single LAG (Link Aggregation Group) which members are:
- 3 Gigabit Ethernet ports
- 1 TenGigabit Ethernet (via SFP+ Transceiver) port
or that you have two separate LAGs:
- 1st LAG with those three Gigabit Ethernet ports above
- 2nd LAG with that single TenGigabit Ethernet (via SFP+ Transceiver) port above
or what else?
AFAIK a LAG, indipendently from being set to use the LACP type (IEEE 802.3ad Protocol) or the Trunk type (No Protocol), doesn't admit to have member ports of different media types and speeds.
Documentation is quite clear about that (see any Software Management and Configuration Guide for K-branch based Switches):
- For proper trunk operation, all ports in a trunk must have the same media type and mode (such as 10/100TX set to 100FDx, or 100FX set to 100FDx.) The flow control settings must also be the same for all ports in a given trunk.
- You can configure the trunk group with up to eight ports per trunk. If multiple VLANs are configured, all ports within a trunk will be assigned to the same VLAN or set of VLANs. (With the 802.1Q VLAN capability built into the switch, more than one VLAN can be assigned to a trunk.
and again:
- The switch does not support port trunking through an intermediate, non-trunking device such as a hub, or using more than one media type in a port trunk group. Similarly, for proper trunk operation, all links in the same trunk group must have the same speed, duplex and flow control.
That's valid also if you are going to create a LAG set to LACP which permits to define one or more Standby Ports (Standby Link Capability): those ports must be of the same media type, must have the same speed, duplex and flow control as the primary ports of the same LAG.
Which type of trunk you're referring to?