Managing the Device
R81.10.X Quantum Spark 1500, 1600, 1800, 1900, 2000 Appliances Locally Managed Administration Guide|94
n
IPv4v6 – There are two connections, one IPv4 and one IPv6. Select this if one of
the SIM cards is configured as dual-stack, or if the two SIM cards are configured
with different connection types
7. Configure the Connection Monitoring and Advanced tabs as for other interface
connections.
8. Click Apply
Linking the APN to a SIM card based on a specific MMCNMC number
1. Connect to the command line on the Quantum Spark appliance.
2. If your default shell is Bash, go to Gaia Clish:
clish
3. Disable the use of the configuration file:
set os-settings advanced-settings use-secondary-mccmnc-file
false
4. Go from Gaia Clish to the Expert mode:
n
If your default shell is Gaia Clish:
expert
n
If your default shell is Expert mode:
exit
5. Back up the current configuration file:
cp -v /pfrm2.0/etc/usb_dev/mcc_mnc_secondary_list.conf{,_BKP}
6. Edit the current configuration file:
vi /pfrm2.0/etc/usb_dev/mcc_mnc_secondary_list.conf
7. Configure the required values.
Format:
[<SIM ID Number (MCC/MNC)>]
apn=<STRING>
carrier_package=<STRING>
Example:
[302220]
apn=isp.telus.com
carrier_package=TELUS
8. Save the changes in the file and exit Vi editor.