netbox-bgp icon indicating copy to clipboard operation
netbox-bgp copied to clipboard

Support for AS Path filters

Open HumlePung opened this issue 11 months ago • 2 comments

Is your feature request related to a problem? Please describe. To document and use this to update configuration, this should be nice to have in there.

Describe the solution you'd like Add AS Path filter option, need to support to put in Regex, can be a text field example. As long as it can be used in the API.

Describe alternatives you've considered This is can be done with just json in the object, but is not that easy for everyone.

Additional context Example for an AS Path filter: as-path-filter ASPF-ALREION-IMPORT index 10 permit ^1299.*

HumlePung avatar Dec 16 '24 09:12 HumlePung

hi @HumlePung - can you expand on be used by the api ?

cruse1977 avatar Dec 20 '24 20:12 cruse1977

The as-path filter is available in the API so can use it for automation etc.

HumlePung avatar Jan 09 '25 17:01 HumlePung