Setup guide

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@Wandy] > 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@Wandy] interface>
[admin@Wandy] interface> enable 1
[admin@Wandy] interface> enable farsync2
[admin@Wandy] > 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@Wandy] interface>farsync
[admin@Wandy] 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
[admin@Wandy] interface farsync>
You can monitor the status of the synchronous interface:
[admin@Wandy] interface farsync> monitor 0
card-type: T2P FarSync T-Series
state: running
firmware-id: 2
firmware-version: 0.7.0
physical-media: V35
cable: detected
clock: not-detected
input-signals: CTS
output-signals: RTS DTR
[admin@Wandy] interface farsync>
Troubleshooting