a collection of rsc jinja templates to configure routeros from netbox templates
Find a file
2024-08-19 19:30:54 +02:00
interfaces.rsc.j2 initial commit: vlan filtering 2024-08-19 19:30:54 +02:00
README.md initial commit: vlan filtering 2024-08-19 19:30:54 +02:00

wip collection of j2 templates to configure routeros

opinionated areas

interfaces.rsc.j2

  • currently only bridging support
  • you must create an interface of type bridge and assign all members to it.
  • if no pvid is set, no untagged packets are allowed
  • mode tagged-all configures all vlans in site of device and DOES NOT DISABLE FILTERING
  • mode tagged configures tagged and or untagged (as you'd expect)
  • mode access restricts to pvid tagged or untagged