RB3011 Bonding w/ Switch Chip?

So this is a question and I honestly have no idea what the answer is. Right now I have a RB3011 connected to a CRS125 on Port 1 on each. The RB3011 then has 2 other things connected to the Ports 4 and 5. I just pulled a second run of cable between the two devices. I would like to bond ports 1 and 2 on each side. The issue I have is that on the RB3011 I also use the switch chip. What will happen if I bond them? I know on the CRS I can use a “trunk” in the switch chip, but the RB3011 doesn’t have that.

RB3011 Current Config

/interface ethernet
set [ find default-name=ether1 ] name=ether01-master-local
set [ find default-name=ether2 ] master-port=ether01-master-local name=\
    ether02-slave-local
set [ find default-name=ether3 ] master-port=ether01-master-local name=\
    ether03-slave-local
set [ find default-name=ether4 ] master-port=ether01-master-local name=\
    ether04-slave-local
set [ find default-name=ether5 ] disabled=yes master-port=\
    ether01-master-local name=ether05-slave-local
/interface ethernet switch port
set 0 default-vlan-id=1 vlan-mode=secure
set 1 default-vlan-id=1 vlan-mode=secure
set 2 default-vlan-id=1 vlan-mode=secure
set 3 default-vlan-id=1 vlan-mode=secure
set 4 default-vlan-id=1 vlan-mode=secure
set 5 default-vlan-id=1 vlan-mode=secure
/interface ethernet switch vlan
add independent-learning=no ports="ether01-master-local,ether02-slave-local,et\
    her03-slave-local,ether04-slave-local,ether05-slave-local,switch1-cpu" \
    switch=switch1 vlan-id=1
add independent-learning=no ports="ether01-master-local,ether02-slave-local,et\
    her03-slave-local,ether04-slave-local,ether05-slave-local,switch1-cpu" \
    switch=switch1 vlan-id=2