10.0.1.18 is an interface IP address for xe-0/0/50
192.168.0.0/28 routed to 10.0.1.18
10.11.12.1 is a security device.
QFX-SRX have a BGP neighborhood.
10.0.0.53/30 an interface subnet for test PC, connected to QFX
From QFX: show route 192.168.0.0/28
192.168.0.0/28 *[Static/5] 4d 01:56:05
> to 10.0.1.18 via xe-0/0/50.0
192.168.0.1/32 *[BGP/170] 00:33:52, localpref 100
AS path: I, validation-state: unverified
> to 10.11.12.1 via ge-0/0/40.0
But I try to access 192.168.0.1/32 from test PC I see a loop.
traceroute to 192.168.0.1 (192.168.0.1), 30 hops max, 40 byte packets
1 10.0.0.53 (10.0.0.53) 19.459 ms 19.460 ms 19.419 ms
2 10.11.12.1 (10.11.12.1) 0.682 ms 0.647 ms 0.636 ms
3 10.11.12.2 (10.11.12.2) 3.835 ms 3.771 ms 3.754 ms
4 10.11.12.1 (10.11.12.1) 26.754 ms 26.734 ms 26.707 ms
Is it possible to do it with “routing-options forwarding-table export” ? Is there any way to import routes which is came from SRX to QFX forwarding route table?
Test PC --> SRX --> QFX --> Server
Server --> SRX --> QFX --> Test PC