Allow redistribution of kernel routes (not main table) into isis database #20955
Bert-Proesmans
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Request
Make adjustments to the ISIS routing instance so routes from any kernel routing table (1-254) can be redistributed into either L1 or L2 database.
Context
I'm attempting to make the simplest (in configuration and mindshare) implementation of intra-site routing with ISIS. The setup consists of 3 meshed routing devices; 2 mikrotik routers and the third is a linux machine with tailscale. The tailscale program acts as a subnet router.
ISIS works as expected, neighbors come up and routes from attached interfaces redistribute.
What doesn't work is redistributing my routes for VPN devices, and subnets advertised by other tailscale subnet routers, into the ISIS database.
The tailscale program creates one ethernet interface and one routing table(52). All visible/allowlisted VPN devices and subnets are put into the routing table(52). Correct routing (wrapped traffic vs non-wrapped traffic etc) is achieved through additional routing rules injected between local and main table lookup.
What I tried and doesn't work;
redistribute ipv4 table 52 level-1(isisd) rules within ISIS router => only proto connected/kernel/static/bgp/.. is working syntaxip import-table 52(zebra) => only works for ipv4 or doesn't seem to do anything for me, also this duplicates routes into the main routing table and makes correctly routing between gateway and tailscale dev more complexWhat I didn't try;
It's possible I could have overlooked something, my experience about the documentation is not so positive and I resorted to lots of trial and error on the vtysh (which also accepts constructs that do not actually work).
Beta Was this translation helpful? Give feedback.
All reactions