Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed - mikrotik routerosv7 output #103

Merged
merged 2 commits into from
Nov 27, 2023
Merged

fixed - mikrotik routerosv7 output #103

merged 2 commits into from
Nov 27, 2023

Conversation

darshankowlaser
Copy link
Contributor

fixed output for mikrotik routerosv7

bgpq4 -A -K7l TECHNOLUTIONS AS-TECHNOLUTIONS                                                                          ✔ 
/routing filter rule add chain="TECHNOLUTIONS-V4" rule="if (dst==164.160.24.0/22) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4" rule="if (dst==169.255.28.0/22) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4"  rule="if (dst in 169.255.28.0/22 && dst-len in 24-24) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4" rule="if (dst==196.11.102.0/24) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4" rule="if (dst==196.251.232.0/21) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4"  rule="if (dst in 196.251.232.0/22 && dst-len in 24-24) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4"  rule="if (dst in 196.251.236.0/23 && dst-len in 23-24) {accept}"
/routing filter rule add chain="TECHNOLUTIONS-V4"  rule="if (dst in 196.251.238.0/23 && dst-len in 24-24) {accept}"

an additional "=" is added for non-aggregate prefixes

@job job merged commit 3d2eed5 into bgp:main Nov 27, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants