[admin@r1] interface> print
Flags: X - disabled, D - dynamic, R - running
#
NAME
0
R outer
1
R inner
2 X
xpeed1
[admin@r1] interface> enable 2
[admin@r1] interface> print
Flags: X - disabled, D - dynamic, R - running
#
NAME
0
R outer
1
R inner
2
R xpeed1
[admin@r1] interface>
Frame Relay Configuration Examples
MikroTik Router to MikroTik Router
Consider the following network setup with MikroTik router connected via SDSL line using Xpeed
interface to another MikroTik router with Xpeed 300 SDSL adapter. SDSL line can refer a common
patch cable included with the Xpeed 300 SDSL adapter (such a connection is called Back-to-Back).
Lets name the first router r1 and the second r2.
Router r1 setup
The following setup is identical to one in the first example:
[admin@r1] ip address> add inter=xpeed1 address 1.1.1.1/24
[admin@r1] ip address> pri
Flags: X - disabled, I - invalid, D - dynamic
#
ADDRESS
0
1.1.1.1/24
[admin@r1] interface xpeed> print
Flags: X - disabled
0
name="xpeed1" mtu=1500 mac-address=00:05:7A:00:00:08 arp=enabled
mode=network-termination sdsl-speed=2320 sdsl-invert=no sdsl-swap=no
bridged-ethernet=yes dlci=16 lmi-mode=off cr=0
[admin@r1] interface xpeed>
Router r2 setup
First, we need to add a suitable IP address:
[admin@r2] ip address> add inter=xpeed1 address 1.1.1.2/24
[admin@r2] ip address> pri
Flags: X - disabled, I - invalid, D - dynamic
#
ADDRESS
0
1.1.1.2/24
Then, some changes in xpeed interface configuration should be done:
[admin@r2] interface xpeed> print
Flags: X - disabled
0
name="xpeed1" mtu=1500 mac-address=00:05:7A:00:00:08 arp=enabled
mode=network-termination sdsl-speed=2320 sdsl-invert=no sdsl-swap=no
bridged-ethernet=yes dlci=16 lmi-mode=off cr=0
[admin@r2] interface xpeed> set 0 mode=line-termination
[admin@r2] interface xpeed>
Now r1 and r2 can ping each other.
Page 294 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.
NETWORK
BROADCAST
1.1.1.0
1.1.1.255
NETWORK
BROADCAST
1.1.1.0
1.1.1.255
TYPE
MTU
ether
1500
ether
1500
xpeed
1500
TYPE
MTU
ether
1500
ether
1500
xpeed
1500
INTERFACE
xpeed1
INTERFACE
xpeed1
Need help?
Do you have a question about the RouterOS v2.9 and is the answer not in the manual?