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 3a686de commit 14632caCopy full SHA for 14632ca
examples/bgpRouter.yaml
@@ -12,14 +12,13 @@
12
nitro_pass: nspentest
13
validate_certs: no
14
nitro_protocol: http
15
+ localAS: 10
16
afParams.addressFamily: "ipv4"
17
afParams.redistribute.protocol: "kernel"
- localAS: 10
18
routerId: "10.102.201.219"
19
neighbor.ASOriginationInterval: 15
20
- neighbor.address: "2.2.12.212"
+ neighbor.address: "2.2.12.30"
21
neighbor.advertisementInterval: 30
22
- neighbor.afParams.activate: "True"
23
neighbor.afParams.addressFamily: "ipv4"
24
neighbor.holdTimerConfig: 90
25
neighbor.keepaliveTimerConfig: 30
0 commit comments