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
Security Services Administration Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Securing BGP Sessions with IPsec Transport Mode

date_range 24-Nov-23

For the ES PIC, you can use IPsec to secure BGP sessions between Routing Engines in M Series and T Series platforms. To configure, create a transport mode security association and apply the SA to the BGP configuration by including the ipsec-sa statement at the [edit protocols bgp group group-name] hierarchy level.

content_copy zoom_out_map
[edit]
protocols {
    bgp {
        group group-name                  {
            local-address ip-address;
            export export-policy;
            peer-as as-number;
            ipsec-sa sa-name;
            neighbor peer-ip-address;
        }
    }
}
footer-navigation