21 lines
398 B
YAML
21 lines
398 B
YAML
GOBGP_CONF:
|
|
global:
|
|
config:
|
|
as: 65000
|
|
router-id: 10.16.7.1
|
|
port: 179
|
|
neighbors:
|
|
- config:
|
|
neighbor-address: 10.16.7.2
|
|
peer-as: 65001
|
|
transport:
|
|
config:
|
|
remote-port: "179"
|
|
add-paths:
|
|
config:
|
|
send-max: "8"
|
|
receive: false
|
|
afi-safis:
|
|
- config:
|
|
afi-safi-name: ipv4-unicast
|