Setup guide

ISDN dial-out connection, use the ISDN dial-out configuration menu under the submenu.
ISDN client interfaces can be added using the add command:
Property Description
name (name; default: isdn-outN) - interface name
mtu (integer; default: 1500) - Maximum Transmission Unit
mru (integer; default: 1500) - Maximum Receive Unit
phone (integer; default: "") - phone number to dial
msn (integer; default: "") - MSN/EAZ of ISDN line provided by the line operator
dial-on-demand (yes | no; default: no) - use dialing on demand
l2-protocol (hdlc | x75i | x75ui | x75bui; default: hdlc) - level 2 protocol to be used
user (text) - user name that will be provided to the remote server
password (text) - password that will be provided to the remote server
allow (multiple choice: mschap2, mschap1, chap, pap; default: mschap2, mschap1, chap, pap) -
the protocol to allow the client to use for authentication
add-default-route (yes | no; default: no) - add default route to remote host on connect
profile (name; default: default) - profile to use when connecting to the remote server
use-peer-dns (yes | no; default: no) - use or not peer DNS
bundle-128K (yes | no; default: yes) - use both channels instead of just one
Example
[admin@Wandy] interface isdn-client> add msn="142" user="test" \
\... password="test" phone="144" bundle-128K=no
[admin@Wandy] interface isdn-client> print
Flags: X - disabled, R - running
0 X name="isdn-out1" mtu=1500 mru=1500 msn="142" user="test"
password="test" profile=default phone="144" l2-protocol=hdlc
bundle-128K=no dial-on-demand=no add-default-route=no use-peer-dns=no
[admin@Wandy] interface isdn-client>
ISDN Server Interface Configuration
interface isdn-client
Description
ISDN server is used to accept remote dial-in connections form ISDN clients. ISDN server interfaces
can be added using the add command:
Property Description
name (name; default: isdn-inN) - interface name
mtu (integer; default: 1500) - Maximum Transmission Unit
mru (integer; default: 1500) - Maximum Receive Unit
phone (integer; default: "") - phone number to dial
msn (integer; default: "") - MSN/EAZ of ISDN line provided by the line operator
l2-protocol (hdlc | x75i | x75ui | x75bui; default: hdlc) - level 2 protocol to be used
profile (name; default: default) - profile to use when connecting to the remote server