Skip to main content

Get BGP Reachable Prefix (v2.0)

GET 

/sdwan/v2.1/api/sites/:site_id/elements/:element_id/bgppeers/:bgp_peer_config_id/reachableprefixes

List all the BGP reachable prefix information.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

    bgp_peer_config_id stringrequired

    BGP Peer Config Id

Responses

Successful Operation

Schema
    filtered_ipv4_prefixes PrefixInfo[]

    The filtered IPv4 prefixes for the BGP peer.

  • Array [
  • as_path int64[]

    The AS path of the IPv4/IPv6 prefix.

    network string

    The network of the IPv4/IPv6 prefix.

    nexthop string

    The next-hop of the IPv4/IPv6 prefix.

  • ]
  • filtered_ipv4_prefixes_count int32

    The filtered IPv4 prefixes count for the BGP peer.

    filtered_ipv6_prefixes PrefixInfo[]

    The filtered IPv6 prefixes for the BGP peer.

  • Array [
  • as_path int64[]

    The AS path of the IPv4/IPv6 prefix.

    network string

    The network of the IPv4/IPv6 prefix.

    nexthop string

    The next-hop of the IPv4/IPv6 prefix.

  • ]
  • filtered_ipv6_prefixes_count int32

    The filtered IPv6 prefixes count for the BGP peer.

    id string

    The ID of the BGP peer.

    reachable_ipv4_prefixes PrefixInfo[]

    The reachable IPv4 prefixes for the BGP peer.

  • Array [
  • as_path int64[]

    The AS path of the IPv4/IPv6 prefix.

    network string

    The network of the IPv4/IPv6 prefix.

    nexthop string

    The next-hop of the IPv4/IPv6 prefix.

  • ]
  • reachable_ipv4_prefixes_count int32

    The reachable IPv4 prefixes count for the BGP peer.

    reachable_ipv6_prefixes PrefixInfo[]

    The reachable IPv6 prefixes for the BGP peer.

  • Array [
  • as_path int64[]

    The AS path of the IPv4/IPv6 prefix.

    network string

    The network of the IPv4/IPv6 prefix.

    nexthop string

    The next-hop of the IPv4/IPv6 prefix.

  • ]
  • reachable_ipv6_prefixes_count int32

    The reachable IPv6 prefixes count for the BGP peer.

Loading...