208 PPP
Configuration
Software Configuration Guide Release 2.10, Revision 1.00
Example: Create a PPP Subscriber
The procedure below creates a PPP subscriber for a PAP authentication with some Internet Service
Provider.
SN(cfg)#
subscriber ppp joe_example
SN(subscr)[joe_exa~]#
dial out
SN(subscr)[joe_exa~]#
authentication pap
SN(subscr)[joe_exa~]#
identification outbound [email protected]
password blue4you
SN(subscr)[joe_exa~]#
bind interface ppp_interface router
23.5 Configuring a PPPoE Session
PPP can run over Ethernet (PPPoE). The Active Discovery protocol identifies the PPP remote peer on
the Ethernet and establishes a PPPoE Session with it. The PPPoE Session provides a logical point-to-
point link which allows to run PPP as if it was a physical point-to-point link (e.g. a serial link).
Procedure
To configure an Ethernet port and a session for PPPoE
Mode
Configure
Command
Purpose
Step 1
node
(cfg) #port ethernet
slot
port
Enters Ethernet port configuration mode for the
interface on
slot
and
port
Step 2
node
(prt-eth)[
slot
/
port
]#
encapsulation
{ip|pppoe|multi}
Defines the payload type(s) to be used on the
Ethernet:
- ‘ip’: IP traffic only (not used for PPP)
- ‘pppoe’: PPPoE Sessions only
- ‘multi’: both IP traffic and PPPoE Sessions
Step 3
node
(prt-eth)[
slot
/
port
]# [no]
bind interface
name
[router ]
Binds the Ethernet port to the IP interface to be
used for the direct IP traffic (only required if
encapsulation ‘ip’ or ‘multi’ is selected)
Step 4
node
(prt-eth)[
slot
/
port
]#[no]
shutdown
Enables the ethernet port
Step 5
node
(prt-eth)[
slot
/
port
]#pppoe
Enters PPPoE mode
Step 6
node
(pppoe)[
slot
/
port
]#session
name
Creates PPPoE Session with the name
name
Step 7
node
(pppoe)[
slot
/
port
]# [no]
bind interface
name
[router]
or
node
(pppoe)[
slot
/
port
]# [no]
bind subscriber
name
Binds the PPPoE Session directly to the IP
interface
name
in case no authentication is
required
Binds the PPPoE Session to the PPP subscriber
name
in case authentication is required
Summary of Contents for SmartWare Release 2.10
Page 2: ...2 Legal Notice Software Configuration Guide Release 2 10 Revision 1 00...
Page 15: ...Terms and Definitions 15 Software Configuration Guide Release 2 10 Revision 1 00...
Page 218: ...218 PPP Configuration no shutdown Software Configuration Guide Release 2 10 Revision 1 00...
Page 272: ...272 Tone Configuration Software Configuration Guide Release 2 10 Revision 1 00...