Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

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

Configuring the Static Route Extension

date_range 01-Apr-21

Static route extension provides Horizon dashboard and Neutron REST API for configuring static routes with preferences. The Horizon dashboard is available at the following location: Project > Network > Routers > Static Routes.

Supported Devices

EX, QFX, SRX, and vSRX series devices

Configuring the Static Route Extension

To configure the static route extension:

  1. Update the Neutron configuration file /etc/neutron/neutron.conf as follows:
    content_copy zoom_out_map
    service plugins = neutron.services.juniper_l3_router.dmi.l3.JuniperL3Plugin
  2. Restart Neutron and Horizon services.

    Neutron-Server

    1. Ubuntu - service neutron-server restart

    2. Centos - systemctl restart neutron-server

    Apache (restarts Horizon)

    1. Ubuntu - service apache2 restart

    2. CentOS - systemctl restart httpd

  3. From the OpenStack Dashboard, you can perform the following tasks using OpenStack tenant:

    Figure 1 shows how to view static routes.

    Figure 1: View Static routesView Static routes

    Figure 2 shows how to add a static route.

    Figure 2: Add a Static routeAdd a Static route

    Figure 3 shows how to delete a static route.

    Figure 3: Delete Static RoutesDelete Static Routes
footer-navigation