34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
---
|
|
metadata:
|
|
providers:
|
|
- type: snmp
|
|
credentials:
|
|
::/0:
|
|
communities: 205gti205gti
|
|
routing:
|
|
provider:
|
|
type: bmp
|
|
# Before increasing this value, look for it in the troubleshooting section
|
|
# of the documentation.
|
|
receive-buffer: 212992
|
|
core:
|
|
exporter-classifiers:
|
|
# This is an example. This should be customized depending on how
|
|
# your exporters are named.
|
|
- ClassifySiteRegex(Exporter.Name, "^([^-]+)-", "$1")
|
|
- ClassifyRegion("europe")
|
|
- ClassifyTenant("acme")
|
|
- ClassifyRole("edge")
|
|
interface-classifiers:
|
|
# This is an example. This must be customized depending on the
|
|
# descriptions of your interfaces. In the following, we assume
|
|
# external interfaces are named "Transit: Cogent" Or "IX:
|
|
# FranceIX".
|
|
- |
|
|
ClassifyConnectivityRegex(Interface.Description, "^(?i)(External|external|transit|pni|ppni|ix):? ", "$1") &&
|
|
ClassifyProviderRegex(Interface.Description, "^\\S+?\\s(\\S+)", "$1") &&
|
|
ClassifyExternal()
|
|
- ClassifyInternal()
|
|
default-sampling-rate: 100
|
|
override-sampling-rate: 100
|