Additional Documents
• http://www.farsite.co.uk/
Synchronous Interface Configuration
Home menu level: /interface farsync
Description
You can change the interface name to a more descriptive one using the set command. To enable the
interface, use the enable command.
Property Description
hdlc-keepalive ( time ; default: 10s ) - Cisco HDLC keepalive period in seconds
clock-rate ( integer ; default: 64000 ) - the speed of internal clock
clock-source ( external | internal ; default: external ) - clock source
disabled ( yes | no ; default: yes ) - shows whether the interface is disabled
frame-relay-dce ( yes | no ; default: no ) - operate in Data Communications Equipment mode
frame-relay-lmi-type ( ansi | ccitt ; default: ansi ) - Frame Relay Local Management Interface type
line-protocol ( cisco-hdlc | frame-relay | sync-ppp ; default: sync-ppp ) - line protocol
media-type ( V24 | V35 | X21 ; default: V35 ) - type of the media
mtu ( integer ; default: 1500 ) - Maximum Transmit Unit
name ( name ; default: farsyncN ) - assigned interface name
Example
[admin@MikroTik] > interface print
Flags: X - disabled, D - dynamic, R - running
# NAME TYPE MTU
0 R ether1 ether 1500
1 X farsync1 farsync 1500
2 X farsync2 farsync 1500
[admin@MikroTik] interface>
[admin@MikroTik] interface> enable 1
[admin@MikroTik] interface> enable farsync2
[admin@MikroTik] > interface print
Flags: X - disabled, D - dynamic, R - running
# NAME TYPE MTU
0 R ether1 ether 1500
1 farsync1 farsync 1500
2 farsync2 farsync 1500
[admin@MikroTik] interface>farsync
[admin@MikroTik] interface farsync> print
Flags: X - disabled, R - running
0 name="farsync1" mtu=1500 line-protocol=sync-ppp media-type=V35
clock-rate=64000 clock-source=external chdlc-keepalive=10s
frame-relay-lmi-type=ansi frame-relay-dce=no
1 name="farsync2" mtu=1500 line-protocol=sync-ppp media-type=V35
clock-rate=64000 clock-source=external chdlc-keepalive=10s
frame-relay-lmi-type=ansi frame-relay-dce=no
Page 189 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.