HI
It is not correct, when we are forming a VC the whole switches are considered as single member. If your requirement is to connect 0/0/1 and 0/0/2 to 1/0/1 and 1/0/2 it is not possible. The reason is the chassis ID remains same for all ports forming LACP.
If you would like to connect these 4 ports to another switch, we can surely do it.
Configs for the same
+-----------+ge-0/0/3 ge-0/0/4 +-----------+
| +--------------------------+ |
|SWITCH-1 | |SWITCH-2 |
| +--------------------------+ |
+-----------+ge-0/0/7 ge-0/0/8 +-----------+
SWITCH-1 Configuration:
set chassis aggregated-devices ethernet device-count 12
set interfaces ge-0/0/3 ether-options 802.3ad ae10
set interfaces ge-0/0/7 ether-options 802.3ad ae10
set interfaces ae10 aggregated-ether-options lacp active
set interfaces ae10 aggregated-ether-options lacp periodic fast
set interfaces ae10 unit 0 family ethernet-switching
SWITCH-2 Configuration:
set chassis aggregated-devices ethernet device-count 12
set interfaces ge-0/0/4 ether-options 802.3ad ae10
set interfaces ge-0/0/8 ether-options 802.3ad ae10
set interfaces ae10 aggregated-ether-options lacp active
set interfaces ae10 aggregated-ether-options lacp periodic fast
set interfaces ae10 unit 0 family ethernet-switching
Thanks
Partha