[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring ISDN Logical Interface Properties

You configure ISDN services interface properties at the logical unit level. For information about default settings for ISDN logical interface properties, see the JUNOS Services Interfaces Configuration Guide.

The dialer interface, dln, is a logical interface for configuring dialing properties for a backup ISDN connection. The interface can be configured in two modes:

You can configure the following ISDN services logical interface properties:

The dialer interface cannot be configured:

For specific ISDN configuration information for dial-on-demand routing (DDR) and adding Open Shortest Path First (OSPF) demand circuits to a Services Router, see the JUNOS Routing Protocols Configuration Guide.

For general information about logical unit properties, see Configuring Logical Interface Properties. For general information about family inet properties, see Configuring Protocol Family and Interface Address Properties.

To configure logical interface properties, include the encapsulation statement at the [edit interfaces dln] hierarchy level and the dialer-options statement at the [edit interfaces dln unit logical-unit-number] hierarchy level:

[edit interfaces dln]
encapsulation (cisco-hdlc | multilink-ppp | ppp);
[edit interfaces dln unit logical-unit-number]
dialer-options {
activation-delay seconds;
callback;
callback-wait-period time;
deactivation-delay seconds;
dial-string dial-string-numbers;
idle-timeout seconds;
incoming-map {
caller (caller-id | accept-all);
initial-route-check seconds;
load-interval seconds;
load-threshold percent;
pool pool-name;
redial-delay time;
watch-list {
[ routes ];
}
}
}
}

You can configure the following options:

Changing the caller incoming map when a call is connected can create inconsistencies in the route and prevent traffic on a subnet from being transmitted. This is seen when two dialer interfaces are configured and the association of the caller incoming-map from one interface to the other is changed when a call is connected on one of the interfaces.

The cause of the inconsistency is that dialer interfaces are pseudo interfaces that are always up, even if not actually connected.


[Contents] [Prev] [Next] [Index] [Report an Error]