Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1eyoustra
REV5bscoggins
REV6bscoggins
REV3mariley
REV1hkumar

 

Prior to instantiating

Panel

In this section:

Table of Contents
maxLevel4

When initially installing the D-SBC SWe on OpenStack, the following networks must be created before instantiationyou must create networks within the tenant for various purposes. Create these networks in the following order:

  • Management (MGT0) - used for OA&M access. SSH to the CLI, or browser access to the EMA is through management network.
  • High-Availability (HA) - used for high-availability communications between nodes.
  • Signaling/media (PKT0, PKT1) - used for SIP signaling and media. This includes SIP peers within the same network, SIP peers on a different networks within the same cloud, and peers on the public internet or in any network that requires exiting the cloud.
    Note

    Make sure all your NICs are physically plugged in (link light on) before spawning VM instance using qcow2 image. Otherwise, an incorrect port mapping may occur (logical to physical), and your SBC may not function properly.

To Create Networks

  • Log on to Horizon GUI as admin user.

  • On the navigation pane, click Project > Network > Networks.

  • Click Create Network. In Create Network screen, specify the following values:

    1. Enter Network Name.

    2. Select UP from Admin State drop-down menu.

    3. Tick the Create Subnet check box.
    4. Click Next.

      Caption
      0Figure
      1Creating Network

      Image Removed

  • In Subnet tab:

    1. Enter Subnet Name.

    2. Enter Network Address for the subnet in Network Address field.

    3. Select IPv4 from IP Version drop-down menu.

    4. Enter Gateway IP. You may disable the gateway by enabling the Disable Gateway check box.

    5. Click Next.

      Caption
      0Figure
      1Creating Subnet

      Image Removed

  • In Subnet Details, specify the following values:

    1. Disable Enable DHCP check box.

    2. Enter IP address range (<start_ip_addr>, <end_ip_addr>) in Allocation Pools. For example, 10.0.0.100, 10.0.0.250.

    3. Enter DNS Name Servers.

    4. Enter additional routes for host in Host Routes.

    5. Click Create.

      Caption
      0Figure
      1Creating Subnet Details

      Image Removed

      Note

      For IPv6 with DHCP enabled, ensure that subnet details IPv6 Address Configuration Mode is set to DHCPv6 stateful: Address discovered from OpenStack DHCP as demonstrated in the example screen capture below.

    • Signaling/media (PKT0_S, PKT1_S) (Optional) - If you plan to implement packet port redundancy two additional signaling/media networks are needed for the secondary packet ports.
    • Management (MGT1) (Optional) - If you plan to implement a second management port, a second management network is also required.

    You can create the required networks and their subnets within your project in OpenStack using the Horizon dashboard GUI or using the CLI interface. Log in as an administrator to have all configuration options available.  Based on your network requirements, you can also create routers to connect

    Repeat steps through 6 to create HA, PKT0, and PKT1 networks.
    The created networks display in the Networks screen.
    Caption
    0Figure
    1Networks

    Image Removed

    Pagebreak

    Creating Routers

    Based on your network requirement, you can create router connecting each external network with one or more internal networks.

    1. On the navigation pane, click Project > Network > Routers.

    2. Click Create Router.

    3. In Create Router screen:

      1. Enter router name in Router Name field.

      2. Select UP from Admin State drop-down menu.

      3. Select the external network from External Network drop-down menu.

      4. Click Create Router.

        Caption
        0Figure
        1Creating Router

        Image Removed

    Adding an Interface to a Router

    1. Click a router to add an interface to it.
    2. In Routers screen, click Interfaces tab.

      Caption
      0Figure
      1Router Details

      Image Removed

    3. Click +Add Interface.
    4. In Add Interface screen:
      1. Select a subnet from the Subnet drop-down menu.
      2. Enter an IP address for the interface in the IP Address field.
      3. Click Submit.

        Caption
        0Figure
        1Add Interface

        Image Removed

    pagebreak

     Refer to OpenStack documentation or the documentation provided by your OpenStack vendor for more information. 

    During orchestration of your deployment you must provide the names of the networks you want to use. This can be done through the Heat template, environment file, or GUI if you deploy using Heat templates. If you deploy using VNFM, you are prompted for network names during orchestration. 

    Info
    titleNote:

    Make sure all your NICs are physically plugged in (link light on) before spawning a VM instance using a .qcow2 image. Otherwise, an incorrect port mapping may occur (logical to physical), and your SBC may not function properly.