RouteDetails
BGP route details.
Properties
string
as_path
Optional
BGP AS path attribute.
integer
local_pref
Optional
BGP Local Preference attribute.
integer
med
Optional
BGP Multi Exit Discriminator attribute.
string
network
Optional
CIDR network address.
string
next_hop
Optional
Next hop IP address.
integer
weight
Optional
BGP Weight attribute.
JSON Example
{
"as_path": "string",
"local_pref": 0,
"med": 0,
"network": "string",
"next_hop": "string",
"weight": 0
}