Original Message:
Sent: 06-16-2025 14:20
From: Olivier Benghozi
Subject: static routing next-table option
Go asymmetrically through a third (otherwise empty) VRF. The commit check won't bother you this way (but check yourself that you're not creating any loop, or be prepared for PFE WEDGE errors and total loss of traffic).
------------------------------
Olivier BenghoziOlivier Benghozi
Original Message:
Sent: 06-16-2025 08:03
From: AVINASH KUMAR
Subject: static routing next-table option
Hello Guilherme,
Then how we can achieve the requirement mentioned by yoon in that scenario.
------------------------------
AVINASH KUMAR
Original Message:
Sent: 06-11-2025 15:46
From: Guilherme Etorri Uecker Soares
Subject: static routing next-table option
Hello,
You can configure a static route with the next-table option from a VRF table to inet.0, or from inet.0 to a VRF table. However, in both cases, there's a risk of creating a routing loop.
For example, if you configure a default route (0.0.0.0/0) in a VRF pointing to inet.0, and then configure another default route in inet.0 pointing back to the VRF using next-table, this would cause a routing loop. To prevent such situations, Junos enforces loop protection and rejects the configuration.
------------------------------
Guilherme Etorri Uecker Soares
Original Message:
Sent: 05-25-2025 21:05
From: YOON JUN CHOI
Subject: static routing next-table option
Dear Juniper,
I am curious about the "next-table" option of "static routing".
The topology is as follows.

First, the below config is committed.
"set routing-options static route 33.33.33.0/24 next-table VRF10.inet.0"
After that, when I commit the below config, an error occurs.
"set routing-instances VRF10 routing-options static route 11.11.11.0/24 next-table inet.0"
[edit]
root@XM1# commit
error: [rib inet.0 routing-options static]
next-table may loop
error: configuration check-out failed"
I searched on the internet and it says it's because of "loop protection".
I'm curious about the conditions under which loop protection occurs (when it occurs).
And is it impossible to communicate between different routing instances with only static routing?
------------------------------
YOON JUN CHOI
------------------------------