File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Set the following configuration options on the uplink network:
6868- ` bgp.peers.<name>.address ` - the peer address to be used by the downstream networks
6969- ` bgp.peers.<name>.asn ` - the {abbr}` ASN (Autonomous System Number) ` for the local server
7070- ` bgp.peers.<name>.password ` - an optional password for the peer session
71+ - ` bgp.peers.<name>.holdtime ` - an optional hold time for the peer session (in seconds)
7172
7273Once the uplink network is configured, downstream OVN networks will get their external subnets and addresses announced over BGP.
7374The next-hop is set to the address of the OVN router on the uplink network.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Key | Type | Condition | Defau
5454` bgp.peers.NAME.address ` | string | BGP server | - | Peer address (IPv4 or IPv6)
5555` bgp.peers.NAME.asn ` | integer | BGP server | - | Peer AS number
5656` bgp.peers.NAME.password ` | string | BGP server | - (no password) | Peer session password (optional)
57+ ` bgp.peers.NAME.holdtime ` | integer | BGP server | ` 180 ` | Peer session hold time (in seconds; optional)
5758` bgp.ipv4.nexthop ` | string | BGP server | local address | Override the next-hop for advertised prefixes
5859` bgp.ipv6.nexthop ` | string | BGP server | local address | Override the next-hop for advertised prefixes
5960` bridge.driver ` | string | - | ` native ` | Bridge driver: ` native ` or ` openvswitch `
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Key | Type | Condition | Default
3636` bgp.peers.NAME.address ` | string | BGP server | - | Peer address (IPv4 or IPv6) for use by ` ovn ` downstream networks
3737` bgp.peers.NAME.asn ` | integer | BGP server | - | Peer AS number for use by ` ovn ` downstream networks
3838` bgp.peers.NAME.password ` | string | BGP server | - (no password) | Peer session password (optional) for use by ` ovn ` downstream networks
39+ ` bgp.peers.NAME.holdtime ` | integer | BGP server | ` 180 ` | Peer session hold time (in seconds; optional)
3940` dns.nameservers ` | string | standard mode | - | List of DNS server IPs on ` physical ` network
4041` ipv4.gateway ` | string | standard mode | - | IPv4 address for the gateway and network (CIDR)
4142` ipv4.ovn.ranges ` | string | - | - | Comma-separated list of IPv4 ranges to use for child OVN network routers (FIRST-LAST format)
You can’t perform that action at this time.
0 commit comments