Skip to content

Commit ac3e27b

Browse files
committed
manual: add route_state to example configs
1 parent 27a9ab8 commit ac3e27b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

manual/src/configuration/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ collectors:
3737
default_peer_config:
3838
asn: 64496
3939
router_id: 192.0.2.100
40+
route_state: Accepted
4041

4142
# BGP collector that listens on the privileged port 179 and accepts incoming connections only from select client IPs
4243
bgp_filtered:
@@ -45,11 +46,13 @@ collectors:
4546
peers:
4647
"192.0.2.1":
4748
asn: 64496
48-
router_id: 192.0.2.100
49+
router_id: 192.0.2.100
50+
route_state: Accepted
4951
"192.0.2.2":
5052
asn: 64496
51-
router_id: 192.0.2.100
53+
router_id: 192.0.2.100
5254
name_override: router02.example.org
55+
route_state: Accepted
5356
```
5457
5558
Valid options for BMP peer config:

0 commit comments

Comments
 (0)