EasyManua.ls Logo

MikroTik RouterOS v2.9 - ISDN Server Interface Configuration

MikroTik RouterOS v2.9
709 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
ISDN client interfaces can be added using the add command:
[admin@MikroTik] interface isdn-client> add msn="142" user="test" \
\... password="test" phone="144" bundle-128K=no
[admin@MikroTik] 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@MikroTik] interface isdn-client>
ISDN Server Interface Configuration
Home menu level: /interface isdn-client
Description
ISDN server is used to accept remote dial-in connections form ISDN clients.
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
Page 208 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.

Table of Contents