HI,
What I meant was this:-
firewall { filter PBR { term TRUST-ZONE { from { source-address { 192.168.30.0/24; } } then { routing-instance ISP2; } } } }
followed by this
routing-instances { ISP2 { instance-type forwarding; } }
There is no route under this routing-instance.
Configure a route with
"next-table" inet.0 statement. Or you rib-groups.
Regards,
Anand