APNs in Communication Plans

A Communication Plan can have one or more APNs defined.

A Communication Plan can only have one APN which has Static IP Assignment. It can have multiple APNs with Dynamic IP Assignment, including the Shared APN.

You can also carve out APN IP ranges into smaller segments using Communication Plans (only available for Static IP APNs).

Example:

Imagine you are building a Private APN for a taxi company. Inside the taxi, there are two IoT use-cases, with a separate SIM card being used for each:

  1. Dispatch system - needs access to the internet, and to some application servers only accessible through a VPN tunnel.

  2. Customer WiFi - needs access to the internet, so that your customers can stay busy for the ride! These customers should NOT be able to access the VPN tunnel.

We need to carve the IP range for the APN into two smaller ranges, so that only one range (for the dispatch system) can be permitted access to the VPN tunnels.

  • Your Private APN (my.taxi.company) is configured with Static IP Assignment and Mobile IP Subnet 10.0.0.0/23

    • The IP range is: 10.0.0.1 - 10.0.1.254

  • Now imagine you want to carve this IP range in half, for two different use-cases:

    • In Communication Plan A (for the dispatch system in our example above):

      • APN: my.taxi.company

      • Start IP: 10.0.0.1

      • End IP: 10.0.0.254

    • In Communication Plan B (for the customer wifi in our example above):

      • APN: my.taxi.company

      • Start IP: 10.0.1.1

      • End IP: 10.0.1.254

  • By assigning the two different Communication Plans to SIM cards in TELUS Control Centre, you can decide which IP ranges will be used for each device, and therefore what kind of VPN/internet access the device should have.

Last updated