File: gobgp.conf

package info (click to toggle)
networking-bagpipe 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,872 kB
  • sloc: python: 15,677; sh: 927; makefile: 62
file content (48 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[global.config]
  as = 64512
  router-id = "192.168.122.1"

[[neighbors]]
  [neighbors.config]
     neighbor-address = "192.168.122.101"
     peer-as = 64512
  [neighbors.transport.config]
     passive-mode = true
  [neighbors.route-reflector.config]
     route-reflector-client = true
     route-reflector-cluster-id = "1.2.3.4"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l2vpn-evpn"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l3vpn-ipv4-unicast"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l3vpn-ipv4-flowspec"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "rtc"

[[neighbors]]
  [neighbors.config]
     neighbor-address = "192.168.122.102"
     peer-as = 64512
  [neighbors.transport.config]
     passive-mode = true
  [neighbors.route-reflector.config]
     route-reflector-client = true
     route-reflector-cluster-id = "1.2.3.4"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l2vpn-evpn"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l3vpn-ipv4-unicast"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "l3vpn-ipv4-flowspec"
  [[neighbors.afi-safis]]
  [neighbors.afi-safis.config]
    afi-safi-name = "rtc"