Manual:Interface/List: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
 
Line 49: Line 49:




This sub-menu contains information about statically configured interface members to each interface list. Note that dynamically added interfaces by <var>include</var> statement are not represented in this sub-menu.
This sub-menu contains information about statically configured interface members to each interface list. Note that dynamically added interfaces by <var>include</var> and <var>exclude</var> statements are not represented in this sub-menu.


{{Mr-arg-table-h
{{Mr-arg-table-h

Latest revision as of 12:34, 12 February 2018

Summary

Allows to define set of interfaces for easier interface management in different interface based configuration sections such as Neighbor discovery, Firewall, Bridge and Internet Detect.

Lists

Sub-menu: /interface list


This menu contains information about all interface lists available on the router. There are three predefined lists - all (contains all interfaces), none (contains no interfaces) and dynamic (contains dynamic interfaces). It is also possible to create additional interface lists.

Property Description
name (string) Name of the interface list
include (string) Defines interface list which members are included in the list. It is possible to add multiple lists separated by commas
exclude (string) Defines interface list which members are excluded from the list. It is possible to add multiple lists separated by commas


Members are added to the interface list in the following order:

  1. include members are added to the interface list
  2. exclude members are removed from the list
  3. Statically configured members are added to the list


Members

Sub-menu: /interface list member


This sub-menu contains information about statically configured interface members to each interface list. Note that dynamically added interfaces by include and exclude statements are not represented in this sub-menu.

Property Description
interface (string) Name of the interface
list (string) Name of the interface list