From cb0389b8f41650e795780820195cb0c88396d2bc Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:19:41 -0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2298944..4f0b426 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,17 @@ The code snippet, originally commented, should be modified to something like thi command="", ), +mikrotik v6 + +command="ip route print detail without-paging where {target} in dst-address bgp and dst-address !=0.0.0.0/0", +command="ipv6 route print detail without-paging where {target} in dst-address bgp and dst-address !=::/0", + +mikrotik v7 + +command="routing route print detail without-paging where {target} in dst-address bgp and dst-address !=0.0.0.0/0", +command="routing route print detail without-paging where {target} in dst-address bgp and dst-address !=::/0", + + "###"