Here's a quick example of how to configure an MLT between an ERS 4500 series switch and an ERS 8600 series switch.
Here are the commands for the ERS 4500 series switch;
# We'll tag all packets with 802.1Q headers making these ports trunks
vlan ports 47,48 tagging enable
# Let's create a new VLAN
vlan create 200 name "NEW_VLAN" type port
# Let's add ports 47,48 to VLAN 200
vlan members add 200 47,48
# Let's set the PVID for ports 47,48 to VLAN 200
vlan port 47,48 pvid 200
# Let's build the MLT group disabling Spanning Tree
mlt 1 disable
mlt 1 name "MLT_TRUNK"
mlt 1 learning disable
mlt 1 member 47,48
mlt 1 enable
I need to look up the CLI commands for the ERS 8600 switch. Hopefully I'll be able to post those sometime tomorrow night.
Cheers!