Set Up APN Mobicontrol 15.3

Solved Locked
R
Rafael
Dänisches Bettenlager GmbH & Co. KG

Hi all,

we have to configure a APN manually on some devices.

I wanted to do it in mobicontrol (profile -> APN) but there i have to setup several fields which i don't need and 2 fields i have to fill in are missing.

Possible and needed:

  • Name (SFR Tablet)
  • APN (websfr)
  • Default Connection (Check)

Don't need but mobicontrol wants it: 

  • Access Point Type
  • MVNO Type

Needed but no option:

  • APN-Protokoll (IPv4)
  • APN-Roaming-Protokoll (IPv4)

Is there any way to enter this maybe with a script instead of profile?

4 years ago
Android
ANSWERS
R
RRMOD@SOTI
4 years ago (edited 4 years ago)

Hi Rafael,

Thanks for requesting a response from the Support Staff.

Currently, Mobicontrol does not has the feature to add the APN Protocol and Roaming in the Webconsole. However, You can use the following steps  to enable the APN via script on Andriod devices ( AE ) and it does require the plugin installed on the device.

Please download the plugin from SOTI OEM / Plug-ins Website

  • Enrolled device as Android Enterprise device.
  • Sent the following Script for adding APN in Device.
  • writeprivateprofstring APN

    writeprivateprofstring APN AccessPointName0 airtelgprs.com #name of access point

    writeprivateprofstring APN DisplayName0 "MCMR_24487"

    writeprivateprofstring APN CountryCode0 404

    writeprivateprofstring APN NetworkCode0 10

    writeprivateprofstring APN ServerAddress0

    writeprivateprofstring APN ProxyServerAddress0

    writeprivateprofstring APN ProxyPortNumber0

    writeprivateprofstring APN MmsProxyAddress0

    writeprivateprofstring APN MmsPortNumber0

    writeprivateprofstring APN MmsServerAddress0

    writeprivateprofstring APN AccessPointType0 2

    writeprivateprofstring APN AuthType0

    writeprivateprofstring APN UserName0

    writesecureprofstring APN Password0

    writeprivateprofstring APN IsDefault0 1

    writeprivateprofstring APN count 1

    writeprivateprofstring APN MvnoType0 0

    writeprivateprofstring APN MvnoValue0 0

    apply apn

  • APN will be added in Device successfully with the Correct Details according the parameters / values passed in the script.
  • Check for APN Protocol and APN Roaming Protocol Value.
  • To Set the APN Protocol and Roaming value then Send the Script below :-Toggle Script to apply these values.

writeprivateprofstring Toggle MCMR-24460 1

restartagent

  • Again check the Apn values.
  •  Apn Protocol and Apn roaming Protocol will set to IPv4 after sending the above script as per screenshot below.

I would like you to create a support case(click here) or call SOTI Support team(click here) to raise a Feature Request to have the above feature implemented in console. Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.

Solution
R
RRMOD@SOTI
4 years ago

Hi Rafael,

Please let us know if you got a chance to test the solution mentioned in the previous thread.

 Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.

R
Rafael
4 years ago

I'll do when i was able to check that. But i have to wait for my collegues in France to give me a device for testing becuase we configured it manually on the other devices to get forward in a rollout.