SmartWare Software Configuration Guide

30 • PPP configuration

 

 

Mode: Configure

Step

Command

Purpose

 

 

 

1

node(cfg) #[no] profile ppp { name

Creates the new PPP profile name and enters

 

default }

the PPP profile configuration. The profile

 

 

‘default’ already exists.

 

 

 

2

node(pf-ppp)[name]#mtu min min max

Defines the minimum and maximum size of IP

(optional)

max

packets (in Bytes) allowed on the outbound PPP

 

 

connection. Outbound packets larger than the

 

 

maximum size are fragmented into smaller

 

 

ones if allowed.

 

 

The default value is 1492 Bytes.

 

 

On the IP interface over which the PPP connec-

 

 

tion runs, the minimum of the IP interface MTU

 

 

and PPP MTU applies.

 

 

 

3

node(pf-ppp)[name]#mru min min max

Defines the minimum and maximum size of IP

(optional)

max

packets (in Bytes) allowed on the inbound PPP

 

 

connection. The default value is 1492 Bytes.

 

 

Inbound packets larger than the maximum size

 

 

are fragmented into smaller ones if allowed.

 

 

The default value is 1492 Bytes.

 

 

 

4

node(pf-ppp)[name]#[no] van-jacobson

Allows PPP to use Van Jacobson header com-

(optional)

{compressiondecompression} max-slots

pression for TCP packets. Only the negotiation

 

max-slots

between the PPP peers determines whether this

 

 

header compression is really used. max-slots

 

 

determines the maximum number of concurrent

 

 

TCP sessions for which header compression

 

 

shall be done. The default is 31.

 

 

 

Example: Create a PPP profile

The procedure below creates a PPP profile, sets some of its parameters, and assigns it to a PPPoE session.

node(cfg)#profile ppp PPPoE node(pf-ppp)[PPPoE]#mtu min 68 max 1492 node(pf-ppp)[PPPoE]#mru min 68 max 1492 node(pf-ppp)[PPPoE]#van-jacobson compression node(pf-ppp)[PPPoE]#port ethernet 0 0 node(prt-eth)[0/0]#pppoe node(pppoe)[0/0]#session green node(session)[green]#use profile ppp PPPoE

PPP configuration task list

322

Page 322
Image 322
Patton electronic SmartNode 4110 Series manual Nodecfg #no profile ppp name, Default, Nodepf-pppname#mtu min min max