Product specifications

Efficient Networks
®
Router family
Technical Reference Guide
Chapter 7: Monitoring System Performance
Efficient Networks
®
Page 7-15
If you hear clicking during heavy data downloads, check that the DSLAM supports
quality of service (QoS) and that the ATM switch has the voice PVC provisioned for
vRT and the data at a lower priority. You may also be able to reduce or eliminate
clicking by adjusting the jitter buffer (see Adjusting the Jitter Buffer on page 10-4..)
The Port Monitor GUI program can show you the voice PVC and the last event
message. Use the Web GUI to verify the VPI/VCI or DLCI numbers for the data and
voice connections. Also check loop start (standard phone set) or ground start. These
values must match your Network Service Providers values.
L2TP Tunnel Troubleshooting
If you have problems setting up an L2TP tunnel, use the sample L2TP CLI file,
l2_lac.txt, on the installation CD as your model and edit it to fit your situation.
Enter these commands at the client end (remote telecommuter):
# Define a remote named lnsserver
remote del lnsserver
remote add lnsserver
remote disauthen lnsserver
remote setoursysname lacclient lnsserver
remote setourpasswd clientpassword lnsserver
remote setLNS tunnelAtWork lnsserver
remote addiproute 192.168.100.0 255.255.255.0 1 lnsserver
# Set up a tunnel named tunnelAtWork
l2tp add tunnelAtWork
l2tp set chapsecret tunnelsecret tunnelAtWork
l2tp set ourtunnelname tunnelAtHome tunnelAtWork
l2tp set address 192.168.110.1 tunnelAtWork
Enter these commands at the LNS end (corporate site) for each teleworker:
# Define a remote named lacclient for the tunnel
remote del lacclient
remote add lacclient
remote setpass clientpassword lacclient
remote setLAC tunnelAtHome lacclient