Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Topology Acquisition Using BGP-LS

date_range 14-Nov-24

To configure BGP-LS topology acquisition on Juniper routers, perform the following configuration steps:

  1. Specify the autonomous system (AS) number for the node (BGP peer).
    content_copy zoom_out_map
    [edit routing-options]
    user@paragon_junosvm# set autonomous-system AS_number
    
  2. Specify the BGP group name and type for the node.
    content_copy zoom_out_map
    [edit protocols bgp]
    user@paragon_junosvm# set group group_1 type internal
    
  3. Specify a description for the BGP group for the node.
    content_copy zoom_out_map
    [edit protocols bgp group group_1]
    user@paragon_junosvm# set description “Paragon BGP-TE Peering”
    
  4. Enable the traffic engineering features for the BGP routing protocol.
    content_copy zoom_out_map
    [edit protocols bgp group group_1]
    user@paragon_junosvm# set family traffic-engineering unicast
    
  5. Specify the IP address for the installer node from which Paragon Automation is deployed.
    content_copy zoom_out_map
    [edit protocols bgp group group_1]
    user@paragon_junosvm# set neighbor paragon-automation-node-ip-address
    
footer-navigation