You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

In this section:

When initially installing the D-SBC SWe on OpenStack, the following networks must be created before instantiation:

  • 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.
  • 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.

    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

  1. Log on to Horizon GUI as admin user.

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

  3. 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.

      Creating Network

  4. 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.

      Creating Subnet

  5. 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.

      Creating Subnet Details

      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.

  6. Repeat steps through 6 to create HA, PKT0, and PKT1 networks.

    The created networks display in the Networks screen.

    Networks

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.

      Creating Router

Adding an Interface to a Router

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

    Router Details

  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.

      Add Interface

  • No labels