Chapter 5
58
It specifies that when using this channel, the user must log on
using the specified protocol, and that they must provide any
name/password combination which has been defined for that
protocol, using the user command.To remove this information
on a channel, call theylogin with a single argument of none. By
default, no login is required.
5.4.5.2.13
bcp
Syntax:
bcp stp | nostp
Description:
Describes parameters for BCP (Bridge Control Protocol), which
is used to transport MAC (Ethernet) packets over the PPP link.
See the protocol conformance section of this spec for bcp option
settings which are not controllable.
If Spanning Tree Protocol (stp) is specified then it is used by the
Bridges to control bridge loops. STP frames should be carried
over any links using BCP.If nostp is specified, then the frames
will not be carried. By default, stp is not supported.
5.4.5.2.14
user
Syntax:
user add <name> [pwd <passwd> [pap | chap]]
user [<name>]
user delete <name> | all
Description:
Stores information about a particular login name/password
combination. This is referred to as a user.
When user is called on its own, information about all existing
users is listed. When user <name> is called, details of that user
alone are printed. Passwords are not shown.
Use user delete to delete an individual user by name, or to
delete all users.
Use user add <name> to create a new user or update an existing
one. The password is stored, and the authentication protocol
which must be used for this user. If a user is deleted or changed,
existing sessions are not affected.