Product specifications
Chapter 6: Connection Management Efficient Networks
®
Router family
Command Line Interface Guide
Page 6-44 Efficient Networks
®
#
# Enable bridging through the remote.
remote enabridge PPPoEbridge
#
# Turn off the Spanning Tree Protocol.
remote setbroptions stp off PPPoEbridge
#
# Allow only PPPoE traffic through this remote.
remote setbroptions pppoeonly on PPPoEbridge
#
# -------------------------------------------------------------
# Define a remote router entry (named PPPoEuser) to serve as
# the PPPoE client for connections to the service DialUpPPP.net.
remote add PPPoEuser
remote setpppoeservice DialUpPPP.net PPPoEuser
#
# Turn off authentication of the remote router by the target router.
remote disauthen PPPoEuser
#
# Specify the CHAP user name and password required by the service.
remote setoursysname JaneDoe PPPoEuser
remote setourpasswd Secret PPPoEuser
#
# Define an IP route for the remote.
remote addiproute 0.0.0.0 0.0.0.0 1 PPPoEuser
#
# Turn on Network Address Translation for the remote.
remote setiptranslate on PPPoEuser
#
# Permanently allocate a channel for the connection.
remote setminline 1 PPPoEuser
# To have PPPoE sessions timeout after 10 min. (600 sec.) of no traffic,
# change the setminline value to 0 and add this command:
# remote settimer 600 PPPoEuser
#