User manual

7-22 LAN-to-LAN Routin
g
Configuring Connection Parameters
Connection parameters determine how the LAN-to-LAN
connection is handled by the NETServer. Follow these steps:
1.
Configure the user as an on-demand user type:
set dial_out user netserv_b site type ondemand
2.
Set the idle timeout to 30 minutes (1800 seconds). This
value determines how long the on-demand connection
remains up if no packets are being sent or received:
set user netserv_b idle_timeout 1800
Setting PAP Authentication
In this example, we will use PAP authentication on both sides of
the link. Follow these steps to enable PAP authentication on
NETServer A:
1.
Set the authentication name that will be transmitted to
NETServer B to "main_office":
set system transmit_authentication_name main_office
2.
Set the authentication type to PAP:
set ppp receive_authentication pap
3.
Set the user's (NETServer B) authentication password to
"netserv_b":
set network user netserv_b send_pass netserv_b
Note: This must be the same password you configured
when you added NETServer B.
Save the Configuration
Save the configuration using the following command:
save all