Device Bootstrapping

Management access to mbox appliances

Getting SSH Access (CMG/HSG)

Image 1 : CMG / HSG Default Interface Setting

Initially to connect to HSG/CMG, the user can SSH to device by connecting an Ethernet cable to Tth2 (Management Port) and PC, the port is configured with IP 10.10.10.1/24 and also to issue DHCP IP to external management PC.

Once management PC gets a DHCP IP (eg. 10.10.10.x/24), administrator can SSH to 10.10.10.1 and log in with the default ‘support’ account and the ‘enable’ login credential (Contact RansNet Account Manager).

For web access to the Management UI of HSG, the user needs to enable the ‘Security radius‘ command in the Console Terminal, See details in Console Access To Appliances and configure the below code. Then use the browser to connect, eg. https://10.10.10.1

login as: support
support@mbox's password:
mbox> enable
Enter enable password:
mbox#
mbox# configure
mbox(config)# security radius-server
mbox(config-radius)# start

Getting Console Access (CMG/HSG/UA/HSA/MAP)

To access mbox CLI, you can also use the serial console with DB9 female connector. Find below the mbox product and the Connection type cables

S/NHostCable TypeBaud rate
01.HSGSerial (Rj45 to db9 serial console cable + USB to Serial 9-Pin
Converter Cable or USB to RJ45 Console Cable)
19200
02.CMGSerial (db9 female to female serial console cable + USB
to Serial 9-Pin Converter Cable)
19200
03.HSA / UASerial (Rj45 to db9 serial console cable + USB to Serial 9-Pin
Converter Cable / USB to RJ45 Console Cable)
115200
04.MAPSerial (Rj45 to db9 serial console cable + USB to Serial 9-Pin
Converter Cable / USB to RJ45 Console Cable)
9600
Table 1 : Host Baud Rate (Product)

Info Box

HSG / CMG Host’s ethernet port ‘ETH2’ is pre-configured with IP address 10.10.10.1/24, by this you can access mbox using SSH.

Understanding Command Line Interface

You may want to access mbox Command Line Interface (CLI) to configure advanced features for complex deployment scenarios or perform in-depth troubleshooting for advanced engineers.

CLI provides an intuitive way to manage mbox configurations. There are 4 main modes:

S.noCommandsDescription
01.mbox>Unprivileged (read-only) mode. This is the default mode upon initial login (eg. login with support, through console or SSH)
02.mbox#Privileged (enabled) mode. Under read-only mode, enter “enable”, followed by an ‘enable’ password to enter enable mode.
03.mbox (config)#Configure mode. This is where we start our configuration. Type “configure” under enable mode.
04.mbox (config-xx)#Context mode. This is where you configure individual parameters for each config, eg. interface settings, DHCP scope, etc.
Table 1: CLI Modes

mbox CLI shortcuts:

There’re some interesting short-cut keys you can use to make your work easy and fast with mbox CLI.

S.NoShortcut KeysDescription
01.Ctrl + AMove to Begin of the Line
02.Ctrl + EMove to End of the Line
03.Ctrl + CClear current line
04.Ctrl + DDelete Character on the right of the cursor
05.Ctrl + KDelete everything on the right of the cursor
06.Ctrl + UDelete everything on the left of the cursor
07.Ctrl + WDelete Words on the left of the cursor
08.Ctrl + LClear the screen
09.?shows the list of available commands
10.noto remove existing commands
11.tab/spaceAuto completes current command (enter enough character to make it unique)
Table 2: CLI Handy Keys

Understanding to insert SIM into HSA / UA

Hotspot Access – HSA Series
  • HSA devices support Micro SIM, Its 15mm in Length, 12mm in Width and .76mm in height
Info Box

1. Once you insert the Micro SIM, the device needs to be rebooted.
2. HSA device sim slot label represents as M1 – wwan0 | M2 – wwan1

Universal Access – UA Series
  • UA devices support Standard SIM (Mini SIM), Its 25mm in Length, 15mm in Width and .76mm in height
Info Box

1. Once you insert the Standard SIM, the device needs to be rebooted.
2. UA device sim slot label represents as SIM1 – wwan0 | SIM2 – wwan1

Preparing mbox for mfusion orchestration

The mfusion platform can be a VM or Physical server hosted in the cloud, or an on-premise (private) deployment that is reachable by HSG, CMG, HSA, UA, and MAP.

All RansNet devices, once come online with direct Internet access, will auto attempt to “call-home” to register with mfusion for monitoring and orchestration.

Getting Devices Online

All RansNet devices default configuration (factory default setting) has WAN (eth0) interface configured to obtain IP address from upstream DHCP server and automatically connect to Internet.

If static IP is required for WAN connection, you need to access via SSH/console to configure WAN/eth0 via CLI.

login as: support
support@mbox's password:
mbox> enable
Enter enable password:
mbox#
mbox# configure
mbox(config)# interface eth0
mbox(config-eth0)# ip address <WANIP>/prefix  (eg. 202.120.9.2/30)
mbox(config)#
mbox(config)# ip default-gateway <gateway-ip>  (eg. 202.120.9.1)
mbox(config)# ip name-server 8.8.8.8 8.8.4.4

Preparing to Register Device with mfusion

mfusion – RansNet cloud mode (portal.ransnet.com)

RansNet has a hosted cloud mfusion platform (portal.ransnet.com), shared by all customers and partners to manage RansNet appliances. Each authorized RansNet partner will be given an administrative access to RansNet mfusion. User can contact RansNet account manager for the login credentials.

Each RansNet device (factory default setting) will auto-connect to portal.ransnet.com once online. No special device configuration is required, except that we must provision the device on RansNet cloud mfusion.

This image has an empty alt attribute; its file name is •-Topology-Design-For-RansNet-Documentation-1-1-1.png
mfusion – RansNet Cloud

mfusion – On-premise mode

For enterprises who purchase and deploy mfusion as an on-premise appliance, we have to pre-provision the mbox appliance to register with on-premise mfusion IP address.

This image has an empty alt attribute; its file name is •-Topology-Design-For-RansNet-Documentation-2-1.png
mfusion – private/On-premise

login as: support
support@mbox's password:
mbox> enable
Enter enable password:
mbox#
mbox# configure
mbox(config)# ip host portal.ransnet.com <onprem-mfusion-ip>

.

Troubleshooting Host + mfusion provisioning issue.

Refer to the mfusion connectivity link to troubleshoot the mfusion connectivity issue.

Provisioning Devices To mfusion

Once the orchestration is ready, the user can provision the device to the orchestration. See Provisioning device on mfusion