mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-15 20:54:36 +02:00
Support for /interface ethernet switch port-isolation
RouterOS has supported the /interface ethernet switch port-isolation path since version 6.43. This feature enables hardware offloaded Layer‑2 port isolation on supported switch chips Support for /routing bfd configuration Since RouterOS 7.11 it supports stable bfd support. See: https://iparchitechs.com/mikrotik-routeros-v7-11-stable-released/
This commit is contained in:
parent
d20dd053cc
commit
60e38302c2
3 changed files with 37 additions and 0 deletions
|
@ -68,6 +68,7 @@ options:
|
|||
- interface ethernet poe
|
||||
- interface ethernet switch
|
||||
- interface ethernet switch port
|
||||
- interface ethernet switch port-isolation
|
||||
- interface gre
|
||||
- interface gre6
|
||||
- interface l2tp-client
|
||||
|
@ -202,6 +203,7 @@ options:
|
|||
- queue type
|
||||
- radius
|
||||
- radius incoming
|
||||
- routing bfd configuration
|
||||
- routing bgp aggregate
|
||||
- routing bgp connection
|
||||
- routing bgp instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue