Technicolor - Thomson ST546 Network Router User Manual


 
E-DOC-CTC-20061027-0003 v2.0
PPTP Commands
615
pptp profadd
Define a new PPTP profile.
SYNTAX:
where:
EXAMPLE:
pptp profadd name = <string>
[qos = <string>]
[encaps = <{vcmux | nlpid}>]
[ac = <{never | always | keep}>]
name The name of the new PPTP profile. REQUIRED
qos The name of the qosbook entry, containing the settings for this
profile.
Note This parameter never needs to be specified.
OPTIONAL
encaps The type of WAN protocol encapsulation to be used with this PPTP
profile.
Choose between:
> VC-MUX
> NLPID.
The default is vcmux.
OPTIONAL
ac The HDLC framing option applicable to PPTP interfaces using this
PPTP profile.
Choose between:
> always: Before relaying the encapsulated PPP frames over the
PPPoA link, make sure that the address and control field
(0xFF03) is always in front of the frames.
> never: Before relaying the encapsulated PPP frames over the
PPPoA link, make sure the address and control field will never
be found in front of the frames.
> keep: Do not change the frames arriving via the PPTP tunnel.
The default is never.
Note The default setting is compliant to RFC2364, therefore it is
recommended to keep this setting.
OPTIONAL
=>pptp proflist
Profile QoS Encaps AC
Relay_PPP1 default nlpid always
=>pptp profadd name=PPTPLink encaps=vcmux ac=never
=>pptp proflist
Profile QoS Encaps AC
Relay_PPP1 default nlpid always
PPTPLink default vcmux never
=>