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