-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
- I have read and understood docs/Issues.md.
Describe the bug
This is part of our config:
set policy route-map export-isnic rule 10 set community add '1234:1234'
But oxidized stores it as:
set policy route-map export-isnic rule 10 set community <secret removed> '1234:1234'
It's because snmp communities are considered private and the rule to strip them is very naive.
To Reproduce
Add this config to a vyos router:
set policy route-map export-isnic rule 10 set community add '1234:1234'
Expected behavior
The oxidized stored config includes:
set policy route-map export-isnic rule 10 set community add '1234:1234'
Configuration
Logs
Running environment (please complete the following information):
Additional context
Reactions are currently unavailable