PPP configuration task list
272
SmartWare Software Configuration Guide
24 • PPP configuration
Example:
Configure a PPPoE session
The procedure below configures a PPPoE session for the connection to a DSL provider using the credentials
specified in the subscriber profile above.
node(cfg)#port ethernet 0 0
node(prt-eth)[0/0]#encapsulation pppoe
node(prt-eth)[0/0]#no shutdown
node(prt-eth)[0/0]#pppoe
node(pppoe)[0/0]#session green
node(session)[green]#bind subscriber joe_example
node(session)[green]#no shutdown
Configuring a serial port for PPP
This procedure describes how to configure a serial port for PPP
Mode: Configure
Example:
Configure a serial port for PPP
The procedure below configures the serial port for a leased-line connection to an Internet Service Provider
using the credentials specified in the subscriber profile above.
node(cfg)#port serial 0 0
node(prt-ser)[0/0]#encapsulation ppp
node(prt-ser)[0/0]#bind subscriber joe_example
node(prt-ser)[0/0]#no shutdown
Step
Command
Purpose
1
node(cfg)#port serial
slot port
Enters the configuration mode for the serial port
on
slot and port
2
node(prt-ser)[slot/port]# [no]
encapsulation { framerelay|ppp }
Sets the encapsulation to ‘ppp’
3
node (prt-ser)[slot/port]# [no] bind
interface
name
[router]
or
node (prt-ser)[slot/port]# [no] bind
subscriber
name
or
node (prt-ser)[slot/port]# [no] bind
subscriber authentication
{ chap pap | { chap | pap } }
Binds the serial port directly to the IP interface
name in case no authentication is required
Binds the serial port to the PPP subscriber
name
in case authentication is required
Only the credentials provided at the establish-
ment of the PPP session select the PPP sub-
scriber. This allows to bind the serial port to the
set of all PPP subscribers.
4
(optional)
node (prt-ser)[slot/port]# [no] use profile
ppp
name
Assigns a PPP profile other than the default pro-
file to this serial port
5
node(prt-ser)[slot/port]#[no] shutdown
Enables the serial port and initiates the estab-
lishment of the PPP connection
Содержание SmartWare R.3.20
Страница 553: ...553 Appendix A Terms and definitions Chapter contents Introduction 554 SmartWare architecture terms and definitions 554...
Страница 559: ...559 Appendix B Mode summary Chapter contents Introduction 560...
Страница 566: ...566 Appendix D Internetworking terms acronyms Chapter contents Abbreviations 568...
Страница 571: ...571 Appendix E Used IP ports available voice codecs Chapter contents Used IP ports 573 Available voice codecs 574...