summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/exabgp_test_conf/gobgpd.conf
blob: 31c376407bc906ecf5be80abe020e9e58ad85b33 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[Global]
  As = 65000
  RouterId = "192.168.255.1"
  [Global.DefaultRouteDistance]
    ExternalRouteDistance = 0
    InternalRouteDistance = 0
  [Global.Confederation]
    Identifier = 0
  [Global.BgpGlobalState]
    StartTime = 0001-01-01T00:00:00Z

[[NeighborList]]
  NeighborAddress = "10.0.0.100"
  PeerAs = 65100
  Description = ""
  AuthPassword = "hoge100"
  PeerType = 0
  RemovePrivateAs = 0
  RouteFlapDamping = false
  [NeighborList.RouteSelectionOptions]
    AlwaysCompareMed = false
    IgnoreAsPathLength = false
    ExternalCompareRouterId = false
    AdvertiseInactiveRoutes = false
    EnableAigp = false
  [NeighborList.UseMultiplePaths]
    [NeighborList.UseMultiplePaths.Ebgp]
      AllowMultipleAs = false
      MaximumPaths = 0
    [NeighborList.UseMultiplePaths.Ibgp]
      MaximumPaths = 0
    [NeighborList.UseMultiplePaths.Eibgp]
      MaximumPaths = 0
  [NeighborList.GracefulRestart]
    RestartTime = 0
    StaleRoutesTime = 0.0
  [NeighborList.ApplyPolicy]
  [NeighborList.Timers]
    ConnectRetry = 0.0
    HoldTime = 0.0
    KeepaliveInterval = 0.0
    MinimumAdvertisementInterval = 0.0
    SendUpdateDelay = 0.0
  [NeighborList.EbgpMultihop]
    MultihopTtl = 0
  [NeighborList.RouteReflector]
    RouteReflectorClusterId = 0
    RouteReflectorClient = false
  [NeighborList.BgpLoggingOptions]
    LogNeighborStateChanges = false
  [NeighborList.TransportOptions]
    TcpMss = 0
    MtuDiscovery = false
    PassiveMode = false
  [NeighborList.BgpNeighborCommonState]
    State = 0
    Uptime = 0001-01-01T00:00:00Z
    OpenIn = 0
    OpenOut = 0
    UpdateIn = 0
    UpdateOut = 0
    UpdateRecvTime = 0001-01-01T00:00:00Z
    KeepaliveIn = 0
    KeepaliveOut = 0
    NotifyIn = 0
    NotifyOut = 0
    RefreshIn = 0
    RefreshOut = 0
    DynamicCapIn = 0
    DynamicCapOut = 0
    TotalIn = 0
    TotalOut = 0
    EstablishedCount = 0
    DroppedCount = 0

[Policy]
  [Policy.DefinedSets]
  [Policy.PolicyDefinitions]