Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for BGP config to routing-instances #513

Open
marcusgc opened this issue Apr 11, 2024 · 0 comments
Open

Support for BGP config to routing-instances #513

marcusgc opened this issue Apr 11, 2024 · 0 comments
Labels
feature This issue/PR relates to a feature request.

Comments

@marcusgc
Copy link

SUMMARY

It would be great to support BGP protocol under routing-instance (and other protocols as well).

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
ADDITIONAL INFORMATION

There is already some configuration support for routing-instances in the collection, but it lacks support for protocols. This is important to network segmentation and traffic isolation.

- name: Merge provided bgp config with device configuration
  junipernetworks.junos.junos_bgp_global:
    config:
      routing-instance: "test"
      loops: 3
      asdot_notation: true
      accept_remote_nexthop: true
      add_path_display_ipv4_address: true
      advertise_inactive: true
      authentication_algorithm: "md5"
      bgp_error_tolerance:
        malformed_route_limit: 20000000
      bmp:
        monitor: true
      damping: true
      description: "This is configured with Junos_bgp resource module"
      hold_time: 5
      include_mp_next_hop: true
      log_updown: true
      no_advertise_peer_as: true
      no_aggregator_id: true
      no_client_reflect: true
      out_delay: 10
      precision_timers: true
      preference: 2
     groups:
       - name: internal
         out_delay: 8
       - name: external
         out_delay: 9
       - name: inboun
         type: internal
         - export: static-to-bgp
         local_address: 10.2.2.2
         name: ibgp
         neighbors:
           - neighbor_address: 10.1.1.1
         type: internal
    state: merged
@Ruchip16 Ruchip16 added the feature This issue/PR relates to a feature request. label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants