Migrating X.25 over PSI to XOL

10
lci 1 svc 255
#
#Flow Control, Throughput Class, Fast Select and Reverse Charge Settings
#
flowcontrol off
thruputclass off
fast_select_accept disabled
reverse_charge disabled
def_inpacketsize 128
def_outpacketsize 128
def_inwindow 2
def_outwindow 2
def_inthruputclass 11
def_outthruputclass 11
#
# IP Parameters
#
ipaddress 192.168.8.1 255.255.255.0
idletimer 600
holdtimer 300
mtu 1024
Configuration file after migration to XOL
Following is the generic configuration file for an X.25 interface over LLC2:
#cat /etc/x25/x25config
#
#X.25 Initialization File Created: Thu Jul 13 15:19:38 2006
#
#
# Global Parameters
#
x.121 35011
x.121_packetaddr 35011
device lan0
name x25_interface_name
XOL_logical_port_id 0 # logical port id for lan interface
XOL_DSAP 0x7E # destination SAP id
XOL_SSAP 0x7E # source SAP id
XOL_destination_macaddr 0x001083967181 # Remote mac address
#
# Level 2 Parameters
#
t1 3000
t3 60000
framesize 149
n2 20
l2window 7
#
#
# Level 3 Parameters
#
networktype DTE_88
#
# Circuit Table Definition
#
# LCI TYPE HOW MANY
lci 1 svc 255
#
#Flow Control, Throughput Class, Fast Select and Reverse Charge Settings
#