The J-series Services Routers contain two USB ports controlled by a single USB controller. One USB port can support USB devices, while the other one can act as a USB modem.
The USB modem provides a dial-in remote management interface, and supports dialer interface features by sharing the same dial pool as a dialer interface. The dial pool allows the logical dialer interface (dln) and the physical interface (umd0) to be bound together dynamically on a per-call basis.
The following dialer interface features are supported by the USB modem interface:
To configure a USB modem interface, include the following statements at the [edit interfaces] hierarchy level:
- [edit interfaces]
- umd0 {
-
-
dialer-options {
-
pool pool-name <priority priority>;
- }
-
-
modem-options {
-
dialin (console
| routable);
- init-command-string initialization-command-string;
- }
- }
The pool name specified at the [edit interfaces umd0 dialer-options pool] hierarchy level must be the same as the pool name specified at the [edit interfaces dln unit logical-unit-number dialer-options pool] hierarchy level.
Configure the USB modem to operate as a dial-in WAN backup interface by including the dialin statement and specifying the routable option. If the USB modem is to be used as a dial-in console, specify the console option in the dialin statement.
When the Services Router applies the modem AT commands configured in the init-command-string statement or the default sequence of initialization commands to the modem, it compares them to the initialization commands already configured on the modem and makes the following changes:
Include the following statements at the [edit interfaces dln] hierarchy level to support a minimum configuration for a dialer interface connected to a USB modem:
- [edit interfaces dln]
-
encapsulation ppp;
- unit logical-unit-number;
- dialer-options {
- dial-string dial-string-numbers;
- pool pool-name <priority priority>;
- }
-
ppp-options {
- chap;
- access-profile name;
- local-name name;
- passive;
- }
-
family inet {
-
mtu bytes;
-
-
address address {
-
destination address;
- }
- }
For more information about configuring dial-in, see Configuring Dial-In and Callback.