Community discussions

MikroTik App

Search found 11 matches

by trmckee3
Sat Apr 01, 2023 4:20 am
Forum: Forwarding Protocols
Topic: BGP with BFD
Replies: 27
Views: 9684

Re: BGP with BFD

even a simple echo response variant of BFD used in routing protocols would be a good stopgap measure... I **really** need my BGP peers to detect a virtual interface down condition in a couple of seconds!
by trmckee3
Sat Apr 01, 2023 4:15 am
Forum: Forwarding Protocols
Topic: Passthrough in Routing Filters for documentation purposes
Replies: 4
Views: 3285

Re: Passthrough in Routing Filters for documentation purposes

correct... The passthrough action in the ip/firewall/filter rulesets is an excellent 'no-op' that people already recognize... an action verb of noop, comment, or passthrough that does absolutely nothing would be excellent. Right now every action verb has an action.
by trmckee3
Fri Mar 31, 2023 8:41 pm
Forum: Forwarding Protocols
Topic: Passthrough in Routing Filters for documentation purposes
Replies: 4
Views: 3285

Re: Passthrough in Routing Filters for documentation purposes

but what is now the first rule may need to be moved down and no longer will be the first rule... A 'no-op' rule would be a placeholder that could keep the comment in the correct place at the beginning of the rule list. I know it is not an operational priority, but having comments move to unexpected ...
by trmckee3
Fri Mar 31, 2023 6:53 pm
Forum: Forwarding Protocols
Topic: Passthrough in Routing Filters for documentation purposes
Replies: 4
Views: 3285

Passthrough in Routing Filters for documentation purposes

Please consider creating a 'passthrough' action in the routing filter subsystem so that a dummy rule can be created solely to attach a comment for documentation purposes, just like the passthrough option in ip/firewall/filter. Yes, you can probably create a rule that doesn't actually do anything, bu...
by trmckee3
Thu Mar 30, 2023 9:39 pm
Forum: Forwarding Protocols
Topic: Route Filter syntax for 'find'
Replies: 2
Views: 2632

Re: Route Filter syntax for 'find'

thank you... I must have tried every other combination.... This needs to go in the documentation, a simple example would do.
by trmckee3
Thu Mar 30, 2023 8:26 pm
Forum: Forwarding Protocols
Topic: Route Filter syntax for 'find'
Replies: 2
Views: 2632

Route Filter syntax for 'find'

Does anyone know the proper syntax in routing filters for using 'find' to match a string in the comment would be?? I'm trying to use this to mark static routes for redistribution...

I've tried most derivatives of:
if (find "*BGP Advertise" comment) {accept}

Thanks,

Tim
by trmckee3
Tue Aug 03, 2021 10:09 pm
Forum: General
Topic: Feature Request: Add Connection_Routing_Mark
Replies: 7
Views: 1161

Re: Feature Request: Add Connection_Routing_Mark

nope, that's actually an antique version. Getting something removed/updated once marketing posts it takes literally forever!!!

I posted an article in the Useful user articles group that is specific for Mikrotik ROS, viewtopic.php?f=23&t=176799.
by trmckee3
Mon Aug 02, 2021 11:44 pm
Forum: General
Topic: Feature Request: Add Connection_Routing_Mark
Replies: 7
Views: 1161

Re: Feature Request: Add Connection_Routing_Mark

Unfortunately not possible. Each server can be reached via D-NAT from each carrier to a single interior address. Most of these servers do not support multiple interior address on an interface. I know of no way to assign the return traffic to the proper carrier without a session mark. If there were m...
by trmckee3
Tue Jul 13, 2021 6:23 pm
Forum: Useful user articles
Topic: RingCentral QoS for Mikrotik Devices
Replies: 5
Views: 14770

Re: RingCentral QoS for Mikrotik Devices

The MIkrotik devices form my favorite toolbox item... You can do/simulate almost anything with them for development and they work very well in production. I tested the VoIP setup as much as possible without having high volume call simulation equipment. Anyone running high volumes of call please let ...
by trmckee3
Tue Jul 13, 2021 4:13 am
Forum: Useful user articles
Topic: RingCentral QoS for Mikrotik Devices
Replies: 5
Views: 14770

Re: RingCentral QoS for Mikrotik Devices

Thank you for the corrections, rextended. I have trouble proofreading my own materials.

I will experiment with the move method and revise the document as you indicated tomorrow!

Tim
by trmckee3
Mon Jul 12, 2021 9:04 pm
Forum: Useful user articles
Topic: RingCentral QoS for Mikrotik Devices
Replies: 5
Views: 14770

RingCentral QoS for Mikrotik Devices

The attached PDF document describes a comprehensive QoS / Traffic Shaping implementation for RingCentral UCaaS services. The configuration can be copied and pasted into a terminal window. It can be easily expanded or modified to support other cloud services. Please let me know of any corrections or ...