Lightweight BGP route server with TCP session management, route table, community-based filtering, management HTTP API, and SQLite peer store. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
153 B
YAML
10 lines
153 B
YAML
Bgp:
|
|
Asn: 65444
|
|
RouterId: 1.2.3.4
|
|
KeepAlive: 60
|
|
HoldTime: 180
|
|
|
|
Peers:
|
|
- Address: 10.0.0.1
|
|
RemoteAsn: 65001
|
|
Description: "example-peer"
|