Interfaces WideArea Networks(WANs)
IX20 User Guide
134
1. Select the device in Remote Manager and click Actions> Open Console, or log into the IX20
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to accessthe Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Modem configurationsare enabled by default. To disable:
(config)> network modem modem enable false
(config)>
4. Set the matching criteria used to determine if thismodem configuration appliesto the
currently attached modem:
(config)> network modem modem match value
(config)>
where value is one of the following:
n
any: Appliesthis configuration to any modem that is attached.
n
imei: Applies this configuration only to a modem that matchesthe identified IMEI.
l
If imei is used, set the IMEI of the modem that this configuration should beapplied
to:
(config)> network modem modem imei value
(config)>
where value is the IMEI of the modem.
n
port: Appliesthis configuration to a modem attached to the identified physical port.
l
If port is used, set modem'sport:
a. Determine available ports and correct syntax by using the ?:
(config)> network modem modem port ?
Match port: The physical port that the modem device is
attached to.
Format:
/device/usb/modem/module
Default value: /device/usb/modem/module
Current value: /device/usb/modem/module
(config)> network modem modem port
b. Set the port:
(config)> network modem modem port /device/usb/modem/module
(config)>
The default is any.