Versions Compared

Key

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

...

Property

Description

interface (name; Default:)Name of the VXLAN interface.
port (integer: 1..65535; Default: 8472)

Used UDP port number.

remote-ip (IPv4 | IPv6; Default: )

The IPv4 or IPv6 destination address of remote VTEP.

Forwarding table

...

Since RouterOS version 7.9, it is possible to monitor the learned MAC addresses from remote VTEPs.

Sub-menu: /interface vxlan fdb

Property

Description

interface (read-only: name)Name of the VXLAN interface.
mac-address (read-only: MAC address)

MAC address.

remote-ip (read-only: IPv4 | IPv6 address)

The IPv4 or IPv6 destination address of remote VTEP.


Code Block
languageros
[admin@MikroTik] > /interface vxlan fdb print          
 0 remote-ip=2001::2 mac-address=56:FF:AA:1A:72:33 interface=vxlan1 

 1 remote-ip=2002::2 mac-address=AE:EC:C4:12:8B:B9 interface=vxlan1 

 2 remote-ip=192.168.10.20 mac-address=FE:AF:58:31:A7:B6 interface=vxlan2

Configuration example

...

This configuration example creates a single VXLAN tunnel between two statically configured VTEP endpoints.

...