RS232 Interface (IKR) for Imola routers
U
SER
G
UIDE
119
To configure the PPP parameters on the second serial port, you can use:
set ppp-serial1 <param> <value>
The following commands are related to the first port; those for the second are the same but instead
of
0
(
serial0
) you have to write
1
(
serial1
).
set ppp-serial0 speed <value>
configures the
speed
on the serial port.
set ppp-serial0 login <value> password <value>
configures
login
e
password
for the remote system PPP authentication.
set ppp-serial0 mtu <value>
configures the
Max Transfer Uni
t of the PPP interface.
set ppp-serial0 lcp-echo-interval <value>
configures the frequency by which are sent the lcp echo request packets
set ppp-serial0 lcp-echo-failure <value>
configures the number of attempts to do before turning off the PPP interface.
The interface will be automatically restored immediately after it has been shut down.
set ppp-serial0 idle <value>
configures a time interval (in seconds) of inactivity of the PPP connection: if in this time interval no
data is received or sent, the PPP connection is shut down,
set ppp-serial0 idle 0
set ppp-serial0 rx-idle <value>
it is possible to control the inactivity of the connection just in base of the received characters,
ignoring the sent ones.
set ppp-serial0 ipaddr <ipaddr> nexthop <ipaddr>
set ppp-serial0 accept-remote-ip | no-accept-remote-ip
set ppp-serial0 accept-local-ip | no-accept-local-ip
configures the modality by which the IP addresses are assigned between the two PPP connection
peers, like:
local address and nexthop address, both assigned by the router
set ppp-serial0 ipaddr <ipaddr> nexthop <ipaddr>
set ppp-serial0 no-accept-remote-ip
set ppp-serial0 accept-local-ip
local address and nexthop address, both assigned by the remote system
set ppp-serial0 ipaddr 0.0.0.0
set ppp-serial0 accept-remote-ip
set ppp-serial0 no-accept-local-ip
the router establishes his address while the nexthop address is assigned by the remote
system
set ppp-serial0 ipaddr 1.1.1.1
set ppp-serial0 accept-remote-ip
set ppp-serial0 accept-local-ip