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

Juniper Policy "from tag" not working properly #4169

Closed
Volcanon- opened this issue Jul 1, 2019 · 0 comments · Fixed by #4172
Closed

Juniper Policy "from tag" not working properly #4169

Volcanon- opened this issue Jul 1, 2019 · 0 comments · Fixed by #4172
Assignees

Comments

@Volcanon-
Copy link

Unfortunately I can't share full configs at this moment, but here are some snippets that will illustrate:

We have configuration similar to below where a static is created with a tag and a BGP policy that matches on protocol static and tag 80. This caused the route to be filtered in outbound BGP advertisements. If I removed the "from tag 80" term, the route is advertised as I would expect.

I checked the static route in Batfish and the tag seems to be applied correctly, just the policy component isnt working properly.

set routing-options static route 1.0.0.0/15 tag 80
set policy-options policy-statement OUT term ALLOW-OUT from protocol static
set policy-options policy-statement OUT term ALLOW-OUT from tag 80
set policy-options policy-statement OUT term ALLOW-OUT then accept

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 a pull request may close this issue.

2 participants