Hello!
Seems that command show ip route table don't work in FRRouting version that using in VyOS 1.2.0-rolling+201811180337.
Output from vtysh:
vyos# show running-config Building configuration... Current configuration: ! frr version 6.1-dev frr defaults traditional hostname debian log syslog informational hostname vyos service integrated-vtysh-config username cumulus nopassword ! ip route 0.0.0.0/0 192.168.20.1 210 ip route 192.168.15.0/24 192.168.20.1 table 10 ! line vty ! end vyos# show ip route Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP, F - PBR, f - OpenFabric, > - selected route, * - FIB route S>* 0.0.0.0/0 [210/0] via 192.168.20.1, eth1, 14:04:39 C>* 192.168.20.0/24 is directly connected, eth1, 14:04:40 vyos# show ip route table 10 vyos#
Output from bash:
[email protected]:/home/vyos# ip route show table 10 192.168.15.0/24 via 192.168.20.1 dev eth1 proto static metric 20 [email protected]:/home/vyos#
We need to check this with fresh master branch of FRRouting and if problem still exist, make a issue in github.