Found it by myself.

I overlooked
https://github.com/osrg/gobgp/blob/master/docs/sources/configuration.md in
https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md.
But   

 

[[neighbors]]

    [neighbors.config]

        peer-as = 65001

        neighbor-address = "192.168.0.51"

    [neighbors.timers.config]

        hold-time = 180

 

doesn’t work with 1.3 but I got 

 

[Neighbors]

        [[Neighbors.NeighborList]]

                [Neighbors.NeighborList.Config]

                        NeighborAddress = "192.168.0.51"

                        PeerAs = 65001

 

                [Neighbors.NeighborList.Timers.Config]

                        holdtime = 180

 

to work.

 

Maybe it would be nice to have a little “old syntax”-section in the
documentation.

 

Regards, 

Daniel

 

Von: Daniel Seidenstücker [mailto:d.seidenstuec...@googlemail.com] 
Gesendet: Montag, 22. Februar 2016 15:36
An: gobgp-devel@lists.sourceforge.net
Betreff: Syntax for changing the holdtimer

 

Dear GoBGP community,

 

I’d like to know how the syntax is for changing the holdtimer. I tried
“hold-time = 180” like restart-time in
https://github.com/osrg/gobgp/blob/master/docs/sources/graceful-restart.md
but GoBGPd didn’t adept nor creates an error message while reading the
config file. I searched GitHub documentation and the web but didn’t find
anything useful.

 

Please help

 

Thanks in advance,

Daniel Seidenstücker

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
gobgp-devel mailing list
gobgp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gobgp-devel

Reply via email to