ipv4 table peertable; protocol static static2 { ipv4 { preference 250; table peertable; }; route 10.88.192.0/22 unreachable; route 10.88.192.0/28 via 192.168.200.100; route 10.88.192.32/27 via 192.168.200.100; route 10.88.192.64/26 via 192.168.200.100; route 10.88.192.128/26 via 192.168.200.100; route 10.88.192.192/26 via 192.168.200.100; route 10.88.193.0/26 via 192.168.200.100; route 10.88.193.64/26 via 192.168.200.100; route 10.88.193.128/26 via 192.168.200.100; route 10.88.193.192/26 via 192.168.200.100; route 10.88.194.0/26 via 192.168.200.100; route 10.88.194.64/26 via 192.168.200.100; route 10.88.194.128/26 via 192.168.200.100; route 10.88.194.192/26 via 192.168.200.100; } protocol bgp TestMain { router id 10.99.11.1; local 10.99.11.1 as 65007; neighbor 10.99.11.2 as 65065; multihop 2; passive on; ipv4 { next hop keep on; import all; export none; }; } protocol bgp TestPeer { router id 10.99.11.2; local 10.99.11.2 as 65065; neighbor 10.99.11.1 as 65007; multihop 2; ipv4 { next hop keep on; table peertable; import none; export all; }; } bird> show route protocol TestMain Table master4: 10.88.193.0/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.0/28 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.194.0/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.0/22 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.192/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.194.192/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.193.192/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.32/27 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.128/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.194.128/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.193.128/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.193.64/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.192.64/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i] 10.88.194.64/26 unreachable [TestMain 22:23:04.456 from 10.99.11.2] * (100) [AS65065i]