Configuring A Serial Port For Ppp - Patton electronics SmartWare R.3.20 Software Configuration Manual

Software for smartnode series
Table of Contents

Advertisement

SmartWare Software Configuration Guide
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
Step
node (cfg)#port serial slot port
1
2
node (prt-ser)[slot/port]# [no]
encapsulation { framerelay|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 } }
4
node (prt-ser)[slot/port]# [no] use profile
(optional)
ppp name
node (prt-ser)[slot/port]#[no] shutdown
5
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
PPP configuration task list
Command
24 • PPP configuration
Purpose
Enters the configuration mode for the serial port
on slot and port
Sets the encapsulation to 'ppp'
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.
Assigns a PPP profile other than the default pro-
file to this serial port
Enables the serial port and initiates the estab-
lishment of the PPP connection
272

Advertisement

Table of Contents
loading

This manual is also suitable for:

Smartware release 3.20

Table of Contents