blob: 8c3e66c6ab11be64c4a2f172256cf0fe4db16bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- include start from bgp-timers-keepalive.xml.i -->
<leafNode name="keepalive">
<properties>
<help>BGP keepalive interval for this neighbor</help>
<valueHelp>
<format>u32:1-65535</format>
<description>Keepalive interval in seconds (default 60)</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 1-65535"/>
</constraint>
</properties>
</leafNode>
<!-- include end -->
|