1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Update configuration.md

This commit is contained in:
Massimo Candela
2020-04-29 00:47:21 +02:00
committed by GitHub
parent 38cf6f5a67
commit 8b900f218c

View File

@@ -268,21 +268,21 @@ invalid;
* after you deployed RPKI, in order to be sure that all future BGP configurations will be covered by ROAs. * after you deployed RPKI, in order to be sure that all future BGP configurations will be covered by ROAs.
> Example: > Example:
> The prefixes list of BGPalerter has an options.monitorASns list declared, such as: > The prefixes list of BGPalerter has the following entries:
> ```yaml > ```yaml
> 50.82.0.0/20: > 103.21.244.0/24:
> asn: 58302 > asn: 13335
> description: an example > description: an example
> ignoreMorespecifics: false > ignoreMorespecifics: false
> >
> options: > options:
> monitorASns: > monitorASns:
> 58302: > 13335:
> group: default > group: default
> ``` > ```
> If in config.yml monitorRPKI is enabled, you will receive alerts every time: > If in config.yml monitorRPKI is enabled, you will receive alerts every time:
> * 50.82.0.0/20 is announced and it is not covered by ROAs or the announcement is RPKI invalid; > * 50.82.0.0/20 is announced and it is not covered by ROAs or the announcement is RPKI invalid;
> * AS58302 announces something that is not covered by ROAs or the announcement is RPKI invalid; > * AS13335 announces something that is not covered by ROAs or the announcement is RPKI invalid;
Example of alert: Example of alert: