53
Experience the Internet @ GreatSpeed
GS-R250S Installation Guide
• bcp
> bcp stp|nostp
!
This command describes parameter for BCP, the Bridge Control Protocol, which is used to transport MAC
(ethernet) packets over the PPP link.
If stp is specified, the Spanning Tree Protocol is in use by the Bridges, to control bridge loops.
In this case STP frames should be carried over any links using BCP.
If nostp is specified , STP frames should not be carried.
Configuration saving saves this information.
By default STP is not supported.
Example:
Mymachine > ppp bcp stp
!
• interface
> interface <n> localip <ipaddress>
!
This command describes parameter for IPCP , the IP control protocol, when providing the servers end of an
IPCP connection.
The server knows its own IP address (and may allocate an IP address to the remote end). This command tells
the PPP process , for a particular interface , the local IP address to be associated with the local end.
For interface 1 , this should be the same IP address as possessed by the device ppp_device in the IP stack. If PPP
channels are now associated with this interface , remote users can dial in to those channels and will be connected
to the IP stack. They can be allocated IP address , see the command <channel> remoteip.
Call with 0.0.0.0 to remove any IP address setting . This is the default state.
Configuration saving saves this information.
Example:
Mymachine > ppp interface 1 localip 192.168.1.1
!
• interface stats
> interface <n> stats
!
The interface is regarded by the operating system as an Ethernet-like device which can be attached to the
bridge or router.
It also provides an ifEntry to SNMP providing basic information about traffic through the interface.
This command shows the basic information about byte and package traffic through the interface , in SNMP
terms.
Example:
Mymachine > ppp interface 1 stats
!
• user
> user add <name> [pwd <passwd> [pap | chap] ]
!
>user [ <name >]
!
>user delete <name>| all
!
This command stores information about a particular login name /password combination.
Use user delete to delete an individual user by name , or to delete all users. Use user add to create a new user or
update an existing one.
Example:
Mymachine > ppp user add peter pwd telecom chap
!
Mymachine > ppp user delete peter
!
Mymachine > ppp user delete all
!