We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4812ee commit c997ffeCopy full SHA for c997ffe
manual/src/configuration/README.md
@@ -37,6 +37,7 @@ collectors:
37
default_peer_config:
38
asn: 64496
39
router_id: 192.0.2.100
40
+ route_state: Accepted
41
42
# BGP collector that listens on the privileged port 179 and accepts incoming connections only from select client IPs
43
bgp_filtered:
@@ -45,11 +46,13 @@ collectors:
45
46
peers:
47
"192.0.2.1":
48
- router_id: 192.0.2.100
49
+ router_id: 192.0.2.100
50
51
"192.0.2.2":
52
53
54
name_override: router02.example.org
55
56
```
57
58
Valid options for BMP peer config:
0 commit comments