Lab Guide 1 - Juniper

Configure External Router Node

The data center Reference Architecture provides the ability model external connectivity in a very flexible and detailed manner. This exercise walks you through defining the External Router, its links and the details of BGP peering in the Default VRF. Later, we will build on this by adding reachability between our overlay networks and the external world.

Add External Generic

  1. Navigate to Staged > Physical > Topology and select the apstra_esi_001 rack. You will move to a new view of the two switches in this rack.

    add_node_40_juniper.png

  2. The devices in the rack are displayed. Click to select the first switch apstra_esi_001_leaf1.

    junos_JAB_staged_physical_topology_apstra_esi_001_leaf1.png

  3. Click the checkbox on the left edge of the apstra_esi_001_leaf1 device, a pop-up page should appear.

    add gereric links

  4. Click on the Add external generic on the menu that appears.

  5. On the next screen that appears, it is important to select None for "Choose a representation for a new device" as the first step. Performing the steps out-of-order will cause the "Label" and "Hostname" fields to require re-entry.

  6. Second enter "external-router" in the Label and "Hostname" fields. Add a tag named "Router" to the tags field. Lastly, click Next to proceed to the next page.

    add external router scr1

  7. You are presented with a port layout for each switch in the rack. Click to select the first available port for the first switch, click the "10Gbps" transformation. Then add a new tag named "Router" below in the "System Tags" section.

    JAB_create_juniper_external_router_links1.png

  8. If the steps are successful, the Add Link button in the center of the window will turn green. Click it to add the link to the Links list on the right.

  9. Repeat the steps above for the second switch. Your screen should look like this:

    add_external_links.png

  10. When everything looks correct, click Create to finish the creation of the external router link. This process stages the addition of the external router and it’s link details to the Blueprint. In the staged view, you will now see your external router depicted with a link to both switches in the apstra-esi-001 rack.

    staged_er_esi.png

Configure Default VRF Peering

We have given the system details about how we wish to physically connect the leaf pair to the external router. Now we need to tell Apstra what kind of layer 3 characteristics need to be applied to the links. This information is placed into an object known as a Connectivity Template (CT). A CT contains the architectural details necessary for creating an IP Link with BGP peering between the leaf pair and the external router. Let’s begin the process of creating our template.

  1. Navigate to Staged > Connectivity Templates and click Add Template.

    create_ct_40.png

  2. In the dialog that opens, click the Primitives tab then click IP LInk to add the primitive to the template. You will see this object appear in the area to the right of the diaglog. Now, click BGP Peering (Generic System) to add it to the IP link primitive in the template. The object will appear to the right, under the IP Link.

    bld_conn_template

  3. This view shows your entries creating the objects in your CT.

    bld_ct_primitives.png

  4. Now, select the Parameters tab to edit the default values.

    Table 1. Table Configure Connectivity Template
    Property Value

    Title

    external-router-peering

    Tag

    Router

    bld_conn_template2a.png

  5. Click the IP Link arrow to edit the parameters with the values shown below.

    Table 2. Table IP Link Parameters
    Property Value

    IP Link (hover and select the Edit pencil)

    ip_link_default (click save icon)

    Routing Zone

    Default routing zone

    Interface Type

    Untagged

    bld_conn_template3.png

  6. Click the BGP Peering arrow to edit the parameters with the values shown.

    Table 3. Table Configure BGP Peering (Generic System) Parameters
    Property Value

    BGP Peering (hover and select the pencil icon to edit title)

    bgp_peering_default (click the Save icon)

    Keep Alive Timer (sec)

    30

    Hold Time Timer (sec)

    90

    bld_conn_template4.png

  7. Scroll down a bit to see the rest of the settings. The default values here are appropriate for our CT.

    bld_conn_template5.png

  8. Click Create. If everything is defined properly, the connectivity template is listed and the status column shows Ready. Now click the Assign icon to open the view where we associate the CT to the external-router links.

    bld_conn_template_ready_assign.png

  9. In the Assign external-router-peering window check the box for each switch interface assigned to the external-router. Notice the "Router" tag next to each of these interfaces. Tags are very handy for identifying objects and are used more in depth later. After checking the two boxes, click the Assign button.

    bld_conn_template_junos.png

  10. After Assign is clicked, the blueprint view will show new information. First, note that the the Connectivity Template shows that it is Assigned on 2 endpoints. Next, there are some new red indicators that we must address.

    bld_conn_template_assigned_on_2.png

  11. The creation and assignment of our CT to the external router links results in red indications where additional resource assignments are needed. First, navigate to Staged > Physical > Build > Resources table. Click Link IPs - To Generic and assign the external-router IP address pool. Once you have clicked the IP pool, click the diskette icon to save your selections.

    bld_conn_template_ext_ip_pool.png

  12. Our blueprint now shows that Link IPs-To Generic is now green. But we still have some red indicators that require our attention.

    bld_conn_link_pool_green.png

  13. Now, click the external-router object. Select the Properties tab. This will change to the view where we will assign the router’s ASN value to 10. Then, we will assign the router’s loopback IP with 9.0.0.1/32. Click the Edit icon for each field and assign the appropriate value. Note that Logical Device will remain red and unassigned since we selected None earlier when defining our External Router links. bld_assign_asn_loopback.png

  14. The external-router Properties view will now look like this image.

    bld_er_properties_complete.png

  15. Click the X to deselect the external router in the Selected Node field. This will move the view up one level. bld_click_x.png

  16. Now that we have completed the definition of our external router and its properties, we are ready move on and commit all of our staged input into the Blueprint. Our networking intentions will soon come to life.

Deploy Update to the Blueprint

  1. Click Uncommitted to see the work we’ve done since our first Commit. We have created an external router, links and a Connectivity Template to support VRF peering. Now, it’s time to deploy these staged elements to the blueprint.

    bld_commit_blueprint_2.png

  2. Click the Commit button and enter the description "Milestone 2". Then click Commit on the lower right to push the additions to your blueprint.

  3. Now, we must perform an additional step for Cloudlabs to update the external router. Apstra doesn’t manage the configuration on this device, so this enables default VRF peering between this router and the leaf pair.

    ext_rtr_config_330.png
  4. Click Add Configuration, enter apstra-pod1 or yourname-pod1 (this value must match what you named your blueprint) and click Submit. The external router will automatically be configured.

We will do this again at the conclusion of the next exercise.
Milestone 2

Return to your Apstra server dashboard view. When your screen looks like the one below you’ve arrived at the second milestone. You’ve successfully deployed and augmented a network with Juniper Apstra!

milestone2_40.bmp