Community discussions

MikroTik App

Search found 21 matches

by ath
Fri Jan 26, 2024 4:56 am
Forum: Beginner Basics
Topic: Private VLAN on a RB4011
Replies: 24
Views: 3343

Re: Private VLAN on a RB4011

There is considerable confusion as to what is meant by ‘private VLAN’, so let me clarify. Private VLANs are defined in RFC 5517 and are implemented on many brands of switches, most notably Cisco, so they are not unusual. It is possible to implement a private VLAN on MikroTik routers, but there’s a c...
by ath
Sat Jun 18, 2022 3:47 am
Forum: Forwarding Protocols
Topic: VXLAN ports
Replies: 2
Views: 797

Re: VXLAN ports

Thanks. My question was aimed at which physical/virtual ports a router listened on. I've been trying to configure a router to send and receive VXLAN datagrams over a VRF. I can get it to send, but not receive. I've tried using the mangle to direct incoming datagrams from the VRF to the main routing ...
by ath
Wed Jun 15, 2022 2:15 pm
Forum: Forwarding Protocols
Topic: VXLAN ports
Replies: 2
Views: 797

VXLAN ports

On which of its ports does a MikroTik router listen for incoming VXLAN connections?

Is there any way to control this?
by ath
Thu Jun 09, 2022 7:13 am
Forum: Announcements
Topic: v7.4beta [testing] is released!
Replies: 189
Views: 61562

Re: v7.4beta [testing] is released!

Another release without full VRF functionality (as attested by posts from buset1974 and loloski above). I'm perplexed that we're up to a dot-four release, but there still appear to be chunks of L3 VPN functionality missing. These are not bugs; they are things that haven't even been implemented. Spec...
by ath
Wed Apr 13, 2022 4:55 am
Forum: Announcements
Topic: v7.2 is released!
Replies: 359
Views: 61754

L3VPN Filters Don't Work

Applying an export filter to a VRF results in no routes being distributed.
/routing filter rule
	chain=DISTRIBUTE rule="accept"
	
/routing bgp vpn
	export-filter=DISTRIBUTE
by ath
Mon Apr 11, 2022 10:04 am
Forum: Announcements
Topic: v7.2 is released!
Replies: 359
Views: 61754

Re: v7.2 is released!

I realize that MPLS L3VPNs in RouterOS 7 are still under development, but will it be possible to route VXLAN via a VRF using the mangle, e.g. /ip firewall mangle chain=output action=mark-routing new-routing-mark=VXLAN src-address=1.1.1.1 dst-address=2.2.2.2 where VXLAN is the name of the VRF and 1.1...
by ath
Fri Dec 17, 2021 2:58 am
Forum: RouterOS beta
Topic: hAP ac² Switch VLAN not working correctly
Replies: 14
Views: 8392

Re: hAP ac² Switch VLAN not working correctly

I confirm this behaviour on an RB2011. Setting the (interface/ethernet/switch/port) vlan-header parameter to leave-as-is yields the same results as add-if-missing: VLAN tags are not removed from outgoing packets that match a port's default-vlan-id. In addition, the (interface/ethernet/switch/vlan) i...
by ath
Wed Aug 04, 2021 5:47 am
Forum: RouterOS beta
Topic: Feature Request: Shared VLAN Learning (SVL)
Replies: 2
Views: 1311

Re: Feature Request: Shared VLAN Learning (SVL)

The standard is available at no cost through the IEEE GET Program: ieeexplore.ieee.org/browse/standards/get-program/page. SVL is useful for making a host (e.g. a server) accessible from multiple VLANs. Annex F provides the details. The server is not in a special VLAN, rather it is connected to a spe...
by ath
Wed Aug 04, 2021 3:57 am
Forum: RouterOS beta
Topic: Feature Request: Shared VLAN Learning (SVL)
Replies: 2
Views: 1311

Feature Request: Shared VLAN Learning (SVL)

Setting vlan-filtering=yes for a bridge activates independent VLAN learning (IVL) so that each VLAN has a separate MAC address table. It's not possible to configure shared VLAN learning (SVL) so that the bridge has only one MAC address table for all VLANs. This means that it's not possible to config...
by ath
Sat Nov 28, 2020 2:30 am
Forum: General
Topic: Shared VLAN Learning (SVL)
Replies: 14
Views: 3397

Re: Shared VLAN Learning (SVL)

Do you require multiple VLANs on ports, or are you just trying to isolate groups of ports sharing a subnet within a layer 2 network? If so port isolation or bridge horizon may be a solution. Both: ports 2 and 3 on VLAN 2 are isolated from ports 4 and 5 on VLAN 3, but all ports have access to the br...
by ath
Thu Nov 26, 2020 11:46 am
Forum: General
Topic: Shared VLAN Learning (SVL)
Replies: 14
Views: 3397

Re: Shared VLAN Learning (SVL)

Hmmm, not sure I follow. SVL - Single forwarding database for all Vlans IVL - Forwarding Database for each vlan. Use IVL when you want same MAC address in each vlan, how does same subnet come into this? VLANs 2 and 3 share the subnet configured on the bridge. The hosts table shows the MAC addresses...
by ath
Thu Nov 26, 2020 6:03 am
Forum: General
Topic: Shared VLAN Learning (SVL)
Replies: 14
Views: 3397

Re: Shared VLAN Learning (SVL)

It would allow the configuation of asymmetric VLANs as described in Annex F of IEEE Std 802.1Q-2014. Now you got me intrigued. I can't find document containing the Annex you mentioned on line, so can you briefly describe how it's supposed to work? A simple example to demonstrate the concept. (This ...
by ath
Wed Nov 25, 2020 11:28 pm
Forum: General
Topic: Shared VLAN Learning (SVL)
Replies: 14
Views: 3397

Re: Shared VLAN Learning (SVL)

Doesn't seem it is possible. Explanation of effects of setting vlan-filtering=yes in bridge manual explicitly states that setting this property changes bridge from SVL to IVL. What would you like to achieve by running bridge in SVL mode? It would allow the configuation of asymmetric VLANs as descri...
by ath
Wed Nov 25, 2020 11:20 am
Forum: General
Topic: Shared VLAN Learning (SVL)
Replies: 14
Views: 3397

Shared VLAN Learning (SVL)

Is there any way of configuring shared VLAN learning (SVL) on a bridge that has vlan-filtering set to yes?
by ath
Thu Aug 16, 2018 4:16 am
Forum: Announcements
Topic: v6.43rc [release candidate] is released!
Replies: 557
Views: 223523

Re: v6.43rc [release candidate] is released!

I notice that in 6.43rc34 the /interface bridge vlan untagged= configuration no longer strips all the C-tags from a packet with multiple C-tags. Instead it only strips the top C-tag. Will this be the case in the production version? If so, would it be possible to reinstate the former behaviour as an ...
by ath
Wed Mar 07, 2018 1:48 am
Forum: RouterBOARD hardware
Topic: MikroTik hAP Lite Ports 2 and 4 Shows links
Replies: 4
Views: 1929

Re: MikroTik hAP Lite Ports 2 and 4 Shows links

I'm having exactly the same problem with hEX lites. The only thing I can think of that might be causing the problem is static discharges, but it seems extraordinary that Ethernet ports would be so fragile. (I can't imagine that they wouldn't have circuitry to protect against static discharges.) If t...
by ath
Tue Mar 06, 2018 5:08 am
Forum: RouterBOARD hardware
Topic: Failing Ethernet Ports on hEX lites
Replies: 0
Views: 794

Failing Ethernet Ports on hEX lites

I've been having problems with failing Ethernet ports on hEX lites. I took one out the box this morning, configured it with the latest software (6.41.2), and one of the ports had failed by lunch time. About three or four hEX lites have failed on me like this. The problem manifests itself as a port L...
by ath
Thu Oct 06, 2016 11:12 am
Forum: Forwarding Protocols
Topic: Setting an IPv6 Next Hop for BGP-Based VPLS
Replies: 0
Views: 902

Setting an IPv6 Next Hop for BGP-Based VPLS

Is it possible to set the Network Address of Next Hop field in an MP_REACH_NLRI attribute to an IPv6 address for BGP-based VPLS?

If so, does this require a routing filter or is there a simpler way?
by ath
Fri May 13, 2016 3:37 pm
Forum: General
Topic: EoIPv6
Replies: 2
Views: 2228

Re: EoIPv6

Good point.

However, as far as I am aware, GRE6 (/interface gre6) only supports routed tunnels (IP over IPv6), not bridged ones (Ethernet over IPv6): it lacks the tunnel-id attribute of EoIPv6.
by ath
Fri May 13, 2016 8:49 am
Forum: General
Topic: EoIPv6
Replies: 2
Views: 2228

EoIPv6

I’ve been experimenting with EoIPv6 (/interface eoipv6) and noticed that it doesn’t use GRE like EoIP. It uses EtherIP (RFC 3378) instead. A few notes about this. 1. EtherIP is archaic. RFC 3378, dated September 2002, ‘… describes the EtherIP, an early tunneling protocol, to provide informational an...
by ath
Thu May 12, 2016 4:38 am
Forum: General
Topic: Using DHCP to Configure a Point-to-point (/32 Netmask) Link
Replies: 0
Views: 1308

Using DHCP to Configure a Point-to-point (/32 Netmask) Link

Is there any way to use DHCP to configure a point-to-point link to a MikroTik router acting as a DHCP client? Specifically, is it possible to use DHCP to effect the following: ip address add address=20.1.1.1/32 interface=ether1 network=40.2.2.254 where ether1 is the interface on which the DHCP clien...