A more global rule :
filter FILTR{ term permit { from { protocol icmp; } then { accept; } } term 1 { from { source-address { 10.109.1.30/32; } } then { routing-instance ISP2; } } term 2 { from { source-address { 10.0.0.0/8; } } then { routing-instance ISP1; } } term default { then accept; } }
Regards