Owner's Manual
REST API | 141
BGP
The following definition is for configuring and displaying the properties of BGP.
Module: bgp
URI: /api/running/ftos/router/bgp
Methods Supported: GET, POST, PUT, PATCH, and DELETE
rw bgp [as-name]
+--rw as-name ftos:as-number
+--rw network [ipv4-address]
| +--rw ipv4-address ftos:ipv4-address-with-prefix
+--rw timers
| +--rw bgp
| +--rw keepalive? uint32
| +--rw hold-time? uint32
+--rw maximum-paths
| +--rw ebgp? uint32
| +--rw ibgp? uint32
+--rw peer-group [peer-group-name]
| +--rw peer-group-name string
| +--rw passive? boolean
| +--rw limit? uint32
| +--rw match-af? boolean
| +--rw remote-as? ftos:as-number
| +--rw description? string
| +--rw shutdown? boolean
| +--rw ebgp-multihop? uint32
| +--rw update-source-loopback? uint32
| +--rw next-hop-self? boolean
+--rw neighbor [neighbor-router]
+--rw neighbor-router union
+--rw remote-as? ftos:as-number
+--rw peer-group-name? string
+--rw description? string
+--rw shutdown? boolean