Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most of the parameters are similar to ROSv6 except that some are grouped in the output and input section. If you are familiar with capsman then the syntax is the same, for example, to specify output filter selection chain you set output.filter=myBgpChain.

...

Code Block
languageros
/routing/bgp/template 
add name=myAsTemplate as=65500 output.filter=myAsFilter
set default template=myAsTemplate


Note

BGP output.filter should be selection chain, see OSPF example.


Another important aspect of the new routing configuration is Routing Instance, which sets router-id and group peers in one instance. RouterOS adds default instance which picks instance-id from any interface highest IP. The default BGP template by default is set to use the "default" instance.
If for any reason you need to tweak or add new instances it can be done in /routing instance menu.

...