You configure Martini circuits with load-balancing groups in a separate mode, in which the member layer 2 subinterfaces are entered one by one.
For example, the following commands configure two Martini circuits to different PE routers, in the same load-balancing group 100, sharing the candidate Ethernet ports 2/0 and 3/0:
- host1(config)#mpls l2transport load-balancing-group
100 mpls-relay 10.1.1.1 30
- host1(config-mpls-l2-group)#member interface
fast 2/0.1
- host1(config-mpls-l2-group)#member interface
fast 3/0.100
- host1(config)#mpls l2transport load-balancing-group
100 mpls-relay 10.2.2.2 22
- host1(config-mpls-l2-group)#member interface
fast 2/0.2
- host1(config-mpls-l2-group)#member interface
fast 3/0.200