Manual:Routing/MME: Difference between revisions
m Protected "MME command reference": will be in manual [edit=sysop:move=sysop] |
fix link |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Versions|v3, v4+}} | |||
__TOC__ | |||
<div class=manual> | |||
==Summary== | |||
<p id="shbox"><b>Sub-menu:</b> <code>/routing mme</code> | |||
<br /> | |||
<b>Packages required:</b> <code>routing</code> | |||
</p> | |||
<br /> | |||
<p> | |||
MME (Mesh Made Easy) is a MikroTik routing protocol suited for IP level routing in wireless mesh networks. It is based on ideas from B.A.T.M.A.N. (Better Approach To Mobile Ad-hoc Networking) routing protocol. | |||
</p> | |||
<p> | |||
This is MME configuration reference only; for description of the protocol and configuration examples see [[Manual:MME wireless routing protocol]]. | |||
</p> | |||
==General Setup== | ==General Setup== | ||
== | {{Mr-arg-table-h | ||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-table | |||
|arg=origination-interval | |||
|type=time | |||
|default=5s | |||
|desc=Interval between originator messages. Obviously, this value should be less than '''timeout''' value. | |||
}} | |||
{{Mr-arg-table | |||
|arg=timeout | |||
|type=time | |||
|default=1m | |||
|desc=Node timeout. If no messages at all are received from an originator node during this interval, | |||
that node is purged from protocol tables, and so are all routes it has announced. | that node is purged from protocol tables, and so are all routes it has announced. | ||
}} | |||
{{Mr-arg-table | |||
|arg=bidirectional-timeout | |||
|type=integer | |||
|default=2 | |||
|desc=How many originator messages from a node can be lost in sequence, while still considering it a bidirectional neighbor. We are assuming that every node originates messages with the same rate as this router (i.e. the value from '''origination-interval'''). | |||
}} | |||
{{Mr-arg-table | |||
|arg=ttl | |||
|type=integer | |||
|default=50 | |||
|desc=How many times to forward originator messages. | |||
}} | |||
{{Mr-arg-table | |||
|arg=gateway-class | |||
|type=<nowiki>none | 56-KBit | 64-KBit | 128-KBit | 256-KBit | 512-KBit | 1-MBit | 2-MBit | 3-MBit | 5-MBit | 6-MBit | >6-MBit | integer</nowiki> | |||
|default=none | |||
|desc=Announce internet gateway capability in the originator messages sent by this node. | |||
}} | |||
{{Mr-arg-table | |||
|arg=gateway-selection | |||
|type=<nowiki>no-gateway | best-adjusted | best-statistic</nowiki> | |||
|default=no-gateway | |||
|desc=This node is a MME gateway protocol client. | |||
* '''no-gateway''' - don't install default route via MME. | * '''no-gateway''' - don't install default route via MME. | ||
* '''best-adjusted''' - select best gateway node based on received message statistics and announced gateway class; | * '''best-adjusted''' - select best gateway node based on received message statistics and announced gateway class; | ||
* '''best-statistic''' - select best gateway node based only on received message statistics; | * '''best-statistic''' - select best gateway node based only on received message statistics; | ||
}} | |||
{{Mr-arg-table | |||
|arg=gateway-keepalive | |||
|type=time | |||
|default=1m | |||
|desc=The time interval between successive gateway keepalive messages. | |||
For gateway client, this specifies how often to send out keepalive messages. | For gateway client, this specifies how often to send out keepalive messages. | ||
For gateway server, as client hold time is used 3 * '''gateway-keepalive''' seconds. If the server does not receive keepalive messages from a client during this time interval, the client is considered dead. All state information associated with it are deleted, including the dynamic IPIP tunnel. | For gateway server, as client hold time is used 3 * '''gateway-keepalive''' seconds. If the server does not receive keepalive messages from a client during this time interval, the client is considered dead. All state information associated with it are deleted, including the dynamic IPIP tunnel. | ||
}} | |||
{{Mr-arg-table | |||
|arg=preferred-gateway | |||
|type=IP | |||
|default=0.0.0.0 | |||
|desc=Always prefer this node as internet gateway to any others, if it is present in originator tables. | |||
}} | |||
</table> | |||
{{ Note | | |||
The node running MME with gateway-class option is supposed to have a link to Internet and a default route to that. }} | |||
The symbolic values of <var>gateway-class</var> are compatible with B.A.T.M.A.N. This table describes the mapping from integers to symbolic values: | |||
<ul class="bullets"> | |||
<li> 0 no gateway | |||
<li> 1 modem | |||
<li> 2 ISDN | |||
<li> 3 Double ISDN | |||
<li> 4 256 KBit | |||
<li> 5 UMTS/ 0.5 MBit | |||
<li> 6 1 MBit | |||
<li> 7 2 MBit | |||
<li> 8 3 MBit | |||
<li> 9 5 MBit | |||
<li> 10 6 MBit | |||
<li> <nowiki>11 >6 MBit</nowiki> | |||
</ul> | |||
Entering integer value > 11 means even better gateway class. | |||
==Interfaces== | ==Interfaces== | ||
<p id="shbox"><b>Sub-menu:</b> <code>/routing mme interface</code></p> | |||
<br /> | |||
<p> List of interfaces on which to run the MME protocol.</p> | |||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-table | |||
|arg=interface | |||
|type=string | |||
|default=all | |||
|desc=Interface on which MME will run | |||
* '''all''' - is used for the interfaces not having any specific settings | * '''all''' - is used for the interfaces not having any specific settings | ||
}} | |||
{{Mr-arg-table | |||
|arg=passive | |||
|type=<nowiki>yes | no </nowiki> | |||
|default=no | |||
|desc=If true, do not send originator messages via this interface, only receive. | |||
}} | |||
{{Mr-arg-table | |||
|arg=primary | |||
|type=<nowiki>yes | no </nowiki> | |||
|default=no | |||
|desc=Include routing information (i.e. network announcements) in self-originated packets send via this interface. (For forwared packets the information is always included.) Only one interface can be primary. If no interfaces are configured as primary, one is selected automatically in a random fashion. | |||
}} | |||
</table> | |||
Command <code>/routing mme interface print status </code> allows to view status of interfaces. | |||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=messages-tx | |||
|type=integer | |||
|desc=Originator messages transmitted via this interface. For '''all''' interface: cumulative statistics | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=messages-rx | |||
|type=integer | |||
|desc=Originator messages received via this interface. For '''all''' interface: cumulative statistics. | |||
}} | |||
</table> | |||
==Networks== | ==Networks== | ||
<p id="shbox"><b>Sub-menu:</b> <code>/routing mme network</code></p> | |||
<br /> | |||
<p>MME Networks is a list of networks to be advertised.</p> | |||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-table | |||
|arg=network | |||
|type=IP prefix | |||
|default= | |||
|desc=Network to advertise | |||
}} | |||
</table> | |||
<br /> | |||
{{ Note | The usage of MME networks is similar to BGP networks, and different from IGP (i.e. RIP and OSPF) networks. | |||
They determine which networks to announce via MME, not on which networks to run the protocol. }} | |||
== Originators == | |||
<p id="shbox"><b>Sub-menu:</b> <code>/routing mme originators</code></p> | |||
<br /> | |||
<p>This submenu contains information about active neighbor nodes.</p> | |||
== | {{Mr-arg-table-h | ||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=originator | |||
|type=IP | |||
|desc=IP address of the node. | |||
}} | |||
== | {{Mr-arg-ro-table | ||
|arg=gateway | |||
|type=IP | |||
|desc=The nexthop for this node. | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=gateway-class | |||
|type=<nowiki>none | 56-KBit | 64-KBit | 128-KBit | 256-KBit | 512-KBit | 1-MBit | 2-MBit | 3-MBit | 5-MBit | 6-MBit | >6-MBit | integer</nowiki> | |||
|desc=If '''none''', then this node is not a gateway server. Otherwise this node is a gateway server with specified gateway bandwidth. | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=last-packet-before | |||
|type=time | |||
|desc=Seconds elapsed since last received packet. | |||
}} | |||
</table> | |||
</div> | |||
{{cont}} | |||
[[Category:Manual]] | |||
[[Category:Routing]] | [[Category:Routing]] |
Latest revision as of 08:47, 12 May 2010
Applies to RouterOS: v3, v4+
Summary
Sub-menu: /routing mme
Packages required: routing
MME (Mesh Made Easy) is a MikroTik routing protocol suited for IP level routing in wireless mesh networks. It is based on ideas from B.A.T.M.A.N. (Better Approach To Mobile Ad-hoc Networking) routing protocol.
This is MME configuration reference only; for description of the protocol and configuration examples see Manual:MME wireless routing protocol.
General Setup
Property | Description |
---|---|
origination-interval (time; Default: 5s) | Interval between originator messages. Obviously, this value should be less than timeout value. |
timeout (time; Default: 1m) | Node timeout. If no messages at all are received from an originator node during this interval, that node is purged from protocol tables, and so are all routes it has announced. |
bidirectional-timeout (integer; Default: 2) | How many originator messages from a node can be lost in sequence, while still considering it a bidirectional neighbor. We are assuming that every node originates messages with the same rate as this router (i.e. the value from origination-interval). |
ttl (integer; Default: 50) | How many times to forward originator messages. |
gateway-class (none | 56-KBit | 64-KBit | 128-KBit | 256-KBit | 512-KBit | 1-MBit | 2-MBit | 3-MBit | 5-MBit | 6-MBit | >6-MBit | integer; Default: none) | Announce internet gateway capability in the originator messages sent by this node. |
gateway-selection (no-gateway | best-adjusted | best-statistic; Default: no-gateway) | This node is a MME gateway protocol client.
|
gateway-keepalive (time; Default: 1m) | The time interval between successive gateway keepalive messages.
For gateway client, this specifies how often to send out keepalive messages. For gateway server, as client hold time is used 3 * gateway-keepalive seconds. If the server does not receive keepalive messages from a client during this time interval, the client is considered dead. All state information associated with it are deleted, including the dynamic IPIP tunnel. |
preferred-gateway (IP; Default: 0.0.0.0) | Always prefer this node as internet gateway to any others, if it is present in originator tables. |
Note: The node running MME with gateway-class option is supposed to have a link to Internet and a default route to that.
The symbolic values of gateway-class are compatible with B.A.T.M.A.N. This table describes the mapping from integers to symbolic values:
- 0 no gateway
- 1 modem
- 2 ISDN
- 3 Double ISDN
- 4 256 KBit
- 5 UMTS/ 0.5 MBit
- 6 1 MBit
- 7 2 MBit
- 8 3 MBit
- 9 5 MBit
- 10 6 MBit
- 11 >6 MBit
Entering integer value > 11 means even better gateway class.
Interfaces
Sub-menu: /routing mme interface
List of interfaces on which to run the MME protocol.
Property | Description |
---|---|
interface (string; Default: all) | Interface on which MME will run
|
passive (yes | no ; Default: no) | If true, do not send originator messages via this interface, only receive. |
primary (yes | no ; Default: no) | Include routing information (i.e. network announcements) in self-originated packets send via this interface. (For forwared packets the information is always included.) Only one interface can be primary. If no interfaces are configured as primary, one is selected automatically in a random fashion. |
Command /routing mme interface print status
allows to view status of interfaces.
Property | Description |
---|---|
messages-tx (integer) | Originator messages transmitted via this interface. For all interface: cumulative statistics |
messages-rx (integer) | Originator messages received via this interface. For all interface: cumulative statistics. |
Networks
Sub-menu: /routing mme network
MME Networks is a list of networks to be advertised.
Property | Description |
---|---|
network (IP prefix; Default: ) | Network to advertise |
Note: The usage of MME networks is similar to BGP networks, and different from IGP (i.e. RIP and OSPF) networks. They determine which networks to announce via MME, not on which networks to run the protocol.
Originators
Sub-menu: /routing mme originators
This submenu contains information about active neighbor nodes.
Property | Description |
---|---|
originator (IP) | IP address of the node. |
gateway (IP) | The nexthop for this node. |
gateway-class (none | 56-KBit | 64-KBit | 128-KBit | 256-KBit | 512-KBit | 1-MBit | 2-MBit | 3-MBit | 5-MBit | 6-MBit | >6-MBit | integer) | If none, then this node is not a gateway server. Otherwise this node is a gateway server with specified gateway bandwidth. |
last-packet-before (time) | Seconds elapsed since last received packet. |
[ Top | Back to Content ]