Skip to content

Commit 14632ca

Browse files
working example of bgp
1 parent 3a686de commit 14632ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/bgpRouter.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
nitro_pass: nspentest
1313
validate_certs: no
1414
nitro_protocol: http
15+
localAS: 10
1516
afParams.addressFamily: "ipv4"
1617
afParams.redistribute.protocol: "kernel"
17-
localAS: 10
1818
routerId: "10.102.201.219"
1919
neighbor.ASOriginationInterval: 15
20-
neighbor.address: "2.2.12.212"
20+
neighbor.address: "2.2.12.30"
2121
neighbor.advertisementInterval: 30
22-
neighbor.afParams.activate: "True"
2322
neighbor.afParams.addressFamily: "ipv4"
2423
neighbor.holdTimerConfig: 90
2524
neighbor.keepaliveTimerConfig: 30

0 commit comments

Comments
 (0)