This is what i see
root@srx100# run show route table inet.0 inet.0: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.0/29 *[Direct/0] 00:27:52 > via fe-0/0/0.0 1.1.1.1/32 *[Local/0] 00:27:52 Local via fe-0/0/0.0 192.168.10.0/24 *[Direct/0] 1d 01:45:01> via fe-0/0/5.0 192.168.10.254/32 *[Local/0] 1d 01:45:27 Local via fe-0/0/5.0 [edit] root@srx100# run show route table inet.0 protocol direct inet.0: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 1.1.1.0/29 *[Direct/0] 00:27:56 > via fe-0/0/0.0 192.168.10.0/24 *[Direct/0] 1d 01:45:05> via fe-0/0/5.0
still not the routes in the virtual-instances
isp1 { instance-type virtual-router; interface fe-0/0/0.0; routing-options { interface-routes { rib-group inet isp; } static { route 0.0.0.0/0 next-hop 1.1.1.6; route 192.168.10.0/24 next-table inet.0; } } } isp2 { instance-type virtual-router; interface fe-0/0/1.0; routing-options { static { route 0.0.0.0/0 next-hop 2.2.2.6; } }