NETWORK DIAL-UP METHOD AND APPARATUS

Information

  • Patent Application
  • 20130250970
  • Publication Number
    20130250970
  • Date Filed
    May 16, 2013
    11 years ago
  • Date Published
    September 26, 2013
    10 years ago
Abstract
A network dial-up method includes: performing a negotiation in a Point-to-Point Protocol (PPP) discovery stage for each dial-up request respectively when more than one dial-up request is received,; creating a virtual PPP interface for each dial-up request; configuring the virtual PPP interfaces; coupling the virtual PPP interfaces to a physical PPP interface, where the physical PPP interface is coupled to more than one of the virtual PPP interfaces, and the physical PPP interface performs round robin processing for the virtual PPP interfaces; and performing negotiations in a PPP session stage by way of the virtual PPP interfaces, thereby succeeding in dial-up after completing the negotiations in the PPP session stage.
Description
FIELD OF THE APPLICATION

The present application relates to the field of Internet technologies and, in particular, to a network dial-up method and apparatus.


BACKGROUND OF THE APPLICATION

The Point-to-Point Protocol over Ethernet (Point-to-Point Protocol over Ethernet, PPPoE) is a transport protocol for broadband connecting a user terminal to the Internet. The user terminal includes a personal terminal and a local area network terminal covering a family network or a corporate network. With the popularity of broadband networks, carriers are doing their best to promote the development of flat networks by centralizing user terminal access, gateway, and security functions to optical line terminals (Optical Line Terminal, OLT) and bridge routers (Bridge Router, BR) of the carriers. The user terminal is simplified to a simple two-layer network and the carriers are responsible for maintaining the user terminal.


In the prior art of network dial-up, a gateway equipment is configured for a user terminal. A gateway equipment of each user terminal is connected to an OLT or BR, and the user terminal initiates a dial-up request to a broadband remote access server (Broadband Remote Access Server, BRAS) of a carrier via the OLT or BR to access a network in PPPoE Client mode by means of the gateway equipment configured on the user terminal.


During implementing the above network dial-up process, the inventor finds that the prior art has at least a problem that the gateway equipment of each user terminal initiates PPPoE Client dial-up requests to the BRAS, when the OLT or BR is connected to mass user terminals, numerous PPPoE Client programs need to be executed, wherein each PPPoE Client program requires one process and at least one timer. Generally speaking, process resources and timer resources of the OLT or BR are very limited and cannot meet the demand of accessing mass user terminals.


SUMMARY OF THE APPLICATION

Embodiments below provide a network dial-up method and apparatus for broadband accessing mass user terminals in the condition of limited network resources.


To achieve the above objective, embodiments adopt the following technical solutions.


A network dial-up method is provided, including:


when more than one dial-up request is received, performing a negotiation in a PPP discovery stage for each dial-up request respectively;


creating a virtual PPP interface for each dial-up request;


configuring the virtual PPP interfaces;


coupling the virtual PPP interfaces to a physical PPP interface, where the physical PPP interface is coupled to more than one of the virtual PPP interfaces, and the physical PPP interface performs round robin processing for the virtual PPP interfaces; and


performing negotiations in a PPP session stage by way of the virtual PPP interfaces, thereby succeeding in dial-up after completing the negotiations in the PPP session stage.


A network dial-up apparatus is provided, including:


a discovery negotiation unit configured to, when more than one dial-up request is received, perform negotiations in a PPP discovery stage for each dial-up request respectively;


a creating unit configured to create a virtual PPP interface for each dial-up request;


a configuration unit adapted to configure the virtual PPP interfaces;


a coupling unit configured to couple the virtual PPP interfaces to a physical PPP interface, wherein the physical PPP interface is coupled to more than one of the virtual PPP interfaces, and the physical PPP interface performs round robin processing for the virtual PPP interfaces; and


a session negotiation unit configured to perform negotiations in a PPP session stage by way of the virtual PPP interfaces, thereby succeeding in dial-up after completing the negotiations in the PPP session stage.


The network dial-up method and apparatus provided by the embodiments are capable of creating a virtual PPP interface for each PPPoE Client dial-up request, and coupling virtual PPP interfaces to one physical PPP interface, where the physical PPP interface performs round robin processing for the PPPoE Client dial-up requests. Compared with the prior art where one PPPoE Client dial-up request uses one physical PPP interface, the embodiment saves resources such as network processes and timers, and is capable of accessing mass user terminals in the condition of limited network resources.





BRIEF DESCRIPTION OF THE DRAWINGS

In order to illustrate the technical solutions in the embodiments or the prior art more clearly, accompanying drawings needed in the embodiments or the prior art are illustrated briefly in the following. It is evident that the accompanying drawings are only exemplary embodiments, and persons skilled in the art may obtain other drawings according to the accompanying drawings without creative efforts.



FIG. 1 is a flowchart of a network dial-up method according to embodiment 1;



FIG. 2 is a flowchart of a network dial-up method according to embodiment 2;



FIG. 3 is a schematic structural diagram of a network dial-up apparatus according to embodiment 3;



FIG. 4 is a schematic structural diagram of a network dial-up apparatus according to embodiment 3; and



FIG. 5 is a schematic structural diagram of a network dial-up apparatus according to embodiment 3.





DETAILED DESCRIPTION OF THE EMBODIMENTS

The technical solutions in the embodiments are clearly and fully described in the following with reference to the accompanying drawings. The embodiments to be described are merely exemplary and are not understood to limit the claims. Other embodiments that fall within the scope of the claims may be derived from the disclosed embodiments.


In embodiments, a BR is used as an exemplary processing entity. In actual applications, the processing entity further includes but is not limited to an OLT.


Embodiment 1

Embodiments provide a network dial-up method. As shown in FIG. 1, the method includes the following steps.



101. When more than one dial-up request is received, respectively perform a negotiation in a PPP discovery stage for each dial-up request.


The dial-up request is a PPPoE Client dial-up request.



102. Create a virtual PPP interface for each dial-up request.


Virtual PPP interfaces are created, the number of the virtual PPP interfaces equals to the number of the dial-up requests, where each dial-up request corresponds to one virtual PPP interface.



103. Configure the created virtual PPP interfaces.


The virtual PPP interfaces are configured respectively, the configuration includes configuring session IDs and MAC addresses of user terminals' hardware to PPPoE layers of the virtual PPP interfaces.



104. Coupling the virtual PPP interfaces to a physical PPP interface.


The physical PPP interface is coupled to the virtual PPP interfaces, and a network includes at least one physical PPP interface. The physical PPP interface uses a global timer to perform round robin processing for the virtual PPP interfaces coupled to the physical PPP interface.


Specifically, the physical PPP interface uses one CPU resource to process dial-up requests in a time sequence for virtual sessions corresponding to the virtual PPP interfaces, where the physical PPP interface queues the virtual sessions of the dial-up requests at a certain time, and then manages the virtual sessions by using a global timer. When processing a dial-up for a virtual session, the physical PPP interface uses the only one CPU to perform broadband access for the virtual session. During the broadband access of the virtual session, other virtual sessions managed by the global timer are waiting for access. After completing the broadband access for the virtual session, the global timer selects a next virtual session and hands it over to the CPU for broadband access. The global timer may queue the virtual sessions according to a time sequence of requesting broadband access by the virtual sessions, or may queue them according to importance of the virtual sessions. For example, a virtual session established by a local area network is more important than a virtual session established by a personal equipment, and the virtual session established by the local area network may be put in front and take precedence for broadband access. In actual applications, the solutions do not limit queuing modes for the global timer.



105. Perform negotiations in a PPP session stage by way of the virtual PPP interfaces.


For a virtual PPP interface, after completing a negotiation in the PPP session stage, dial-up of a user terminal corresponding to the virtual PPP interface is successful.


The network dial-up method provided by embodiments is capable of creating a virtual PPP interface for each PPPoE Client dial-up request, and coupling virtual PPP interfaces to one physical PPP interface, where the physical PPP interface performs round robin processing for the PPPoE Client dial-up requests. Compared with the prior art where one PPPoE Client dial-up request occupies one physical PPP interface, saves resources such as network processes and timers, and is capable of accessing mass user terminals in the condition of limited network resources.


Embodiment 2

Embodiments provide a network dial-up method. As shown in FIG. 2, the method includes the following steps.



201. When more than one dial-up request is received, perform a negotiation in a PPP discovery stage for each dial-up request respectively.


The dial-up request is a PPPoE Client dial-up request.


The purpose of the negotiation in the PPP discovery stage is to discover a MAC address of a user terminal and establish a session ID, preparing for a following session negotiation in a PPP session stage.


Specifically, the negotiation in the PPP discovery stage includes following steps: A BR sends a PPPoE Active Discovery Initiation (PPPoE Active Discovery Initiation, PADI) message to a BRAS, creates a new session in a session table, where a message sending interface, a MAC address, or a combination of a MAC address and a virtual local area network (Virtual Local Area Network, VLAN) address may be utilized as a key of the new session, and content of the new session may be set according to service requirements.


A destination address of the PADI message is a broadcast address 0×ffffffffffff of an Ethernet, a value of a CODE field in basic information of the PADI message is 0×09, a value of a SESSION ID (Identity, ID) is 0×0000. The PADI message should include at least one Service-Name TAG for requesting the BRAS to provide a service, where a value of a TAG TYPE of the Service-Name TAG is 0×0101.


After receiving the PADI message, the BRAS sends a PPPoE Active Discovery Offer (PPPoE Active Discovery Offer, PADO) message to the BR as a response to the request of the PADI message. The value of the CODE field in the PADO message is 0×07 and the value of a SESSION_ID is still 0×0000. The PADO message must include one AC-Name TAG, where a value of a TAG TYPE of the AC-Name TAG is 0×x0102. In addition, the PADO message must further include one or more Service-Name TAGs for indicating service types which are available for the user terminal.


The BR selects a proper PADO message from a plurality of PADO messages that could be received, and then sends a PPPoE Active Discover Request (PPPoE Active Discovery Request, PADR) message to a selected BRAS. The value of the CODE field in the PADR message is 0×19 and the value of a SESSION_ID is still 0×0000. The PADR message should include one Service-Name TAG for determining a service type which the user terminal requests from the BRAS. If the BR receives no PADO message within a specified period, a PADI message should be resent and waiting time be doubled.


After receiving the PADR message, the BRAS sends a PPPoE Active Discovery Session-confirmation (PPPoE Active Discovery Session-confirmation, PADS) message. The value of the CODE field in the PADS message is 0×65 and the value of a SESSION_ID is a unique PPPoE session ID number generated by the BRAS. The PADS message should further include a Service-Name TAG to confirm a service to be provided for the BR. After the BR receives the PADS message, the negotiation in the discovery stage is completed.



202. Create a virtual PPP interface for each dial-up request.


The BR assigns a virtual PPP interface for each user terminal which initiates a dial-up request, and stores PPP negotiation parameters which are negotiated in the PPP discovery stage, such as an authentication mode, an authentication user name, and an authentication password, in the interface, so that later the BRAS may identify the user terminal according to the authentication mode, authentication user name, and authentication password.



203. Configure the created virtual PPP interfaces.


The PPP interfaces are configured respectively, and the number of the virtual PPP interfaces equals to the number of the dial-up requests initiated by the user terminals.


A protocol stack of the virtual PPP interfaces is divided into two layers, a lower layer is a PPPoE layer, an upper layer is a PPP layer, and the lower layer parses and encapsulates PPPoE message headers to provide service for PPP negotiation of the upper layer.


After the virtual PPP interfaces are created, information obtained in step 201 such as the MAC address and the session ID is configured to the PPPoE layer of the virtual PPP interfaces.



204. After the virtual PPP interfaces are configured, couple the virtual PPP interfaces to a physical PPP interface.


When the virtual PPP interfaces are coupled to the physical PPP interface, only one process is used to virtualize a plurality of sessions, and in the plurality of virtual sessions, one global timer is used to manage the virtual sessions in round robin mode.


In particular, one physical PPP interface uses one CPU resource to process dial-up requests according to a time sequence for a plurality of virtual sessions, where the physical PPP interface queues the virtual sessions of dial-up requests at a certain time, and then manages the virtual sessions by using a global timer. When processing a dial-up for a virtual session, the physical PPP interface uses the only one CPU to perform broadband access for the virtual session. During the broadband access of this virtual session, other virtual sessions are waiting for broadband access under management of the global timer. After the broadband access for the virtual session is completed, the global timer selects a next virtual session and hands it over to the CPU for broadband access. The global timer may queue the virtual sessions in time sequence according to the time of the virtual sessions requesting broadband access, or may queue them according to importance of the virtual sessions. For example, a virtual session established by a local area network is more important than a virtual session established by personal equipment, and the virtual session established by the local area network may be put in front and take precedence for broadband access. In actual applications, the solutions do not limit queuing modes for the global timer.


The embodiment features that a workload which needs to be completed by physical PPP interfaces simultaneously at a certain time is converted to a workload which can be completed in sequence by one physical PPP interface within a period of time. For example, for a thousand dial-up requests, a thousand physical PPP interfaces need to be used in the prior art to process the thousand dial-up requests. While in the embodiment, one physical PPP interface may be used to process the thousand dial-up requests. In cases when the numbers of dial-up requests are the same, the former completes the work at a higher speed than the later does, but the number of user terminals for broadband access is limited by a condition of physical resources.


In the embodiment, one physical PPP interface may be coupled to different numbers of virtual PPP interfaces according to CPU performance of the physical PPP interface, that is, one physical PPP interface is capable of completing broadband access for user terminals. For example, if there are ten physical PPP interfaces in a network, and one physical PPP interface may be coupled to a hundred virtual PPP interfaces, then the network may provide broadband access for a thousand user terminals. Compared with the case in the prior art where ten physical PPP interfaces may provide broadband access for only ten user terminals, the embodiment increases the number of user terminals for broadband access without reducing the number of physical PPP interfaces in the network, or in the condition of a fixed number of user terminals in the network, the embodiment saves resources of physical PPP interfaces.



205. Perform negotiations in a PPP session stage by way of the virtual PPP interfaces.


For a virtual PPP interface, the negotiation in the PPP session stage is to send control messages such as a Link Control Protocol (Link Control Protocol, LCP) message and an IP Control Protocol (IP Control Protocol, IPCP) message to the PPP layer after the control messages are encapsulated with a PPPoE header by using an output function coupled to the virtual PPP interface. The PPP layer removes the PPPoE headers from the received control messages by using an input function coupled to the virtual PPP interface, and sends the received control messages stripped of the PPPoE headers to the BRAS for processing.


It should be noted that in the PPP session stage, the session parameters obtained in the negotiation in the PPP discovery stage is used to perform the negotiation in the session stage, and in the negotiation process in the PPP session stage, the session ID remains unchanged.


After the negotiation in the PPP session stage is completed, the user terminal dials up successfully and is connected to the broadband network.



206. Delete the virtual PPP interfaces when PPPoE Active Discovery Terminate (PPPoE Active Discovery Terminate, PADT) messages are sent to the BRAS or after PADT messages sent by the BRAS are received.


The virtual PPP interfaces are deleted in the following two cases.


1) When the user terminal finishes communication and needs to break the broadband access, the BR sends a PADT message to the BRAS to request deleting the virtual PPP interfaces.


2) When the BRAS needs to break the broadband access for the user terminal due to network causes, the BR receives a PADT message sent by the BRAS and then deletes the virtual PPP interfaces.


After the virtual PPP interfaces are deleted, the virtual PPP interfaces resource is released, and if the user terminal needs broadband access again, steps 201 to 205 are repeated.


The network dial-up method provided by embodiments is capable of creating a virtual PPP interface for each PPPoE Client dial-up request, and coupling PPP interfaces to one physical PPP interface, where the physical PPP interface performs round robin processing for the PPPoE Client dial-up requests. Compared with the prior art where one PPPoE Client dial-up request uses one physical PPP interface, the embodiment saves resources such as network processes and timers, and is capable of accessing mass user terminals in the condition of limited network resources.


In addition, the network dial-up method provided by embodiments are capable of virtualizing mass virtual PPP interfaces by using a limited number of physical PPP interfaces, where no resource switchover problem exists between the physical PPP interfaces and the BR is not required to perform operations such as scheduling between resources, which solves the problem of mass dial-ups by edge user terminals.


Embodiment 3

Embodiments provide a network dial-up apparatus. As shown in FIG. 3, the apparatus includes:


a discovery negotiation unit 31, a creating unit 32, a configuration unit 33, a coupling unit 34, and a session negotiation unit 35.


The discovery negotiation unit 31 is configured to, when more than one dial-up request is received, perform negotiations in a PPP discovery stage for each dial-up request respectively.


The dial-up request is a PPPoE Client dial-up request.


The purpose of the negotiation in the PPP discovery stage is to discover a MAC address of a user terminal and an established session ID, which prepares for a following negotiation in a PPP session stage.


The creating unit 32 is configured to create a virtual PPP interface for each dial-up request.


The configuration unit 33 is adapted to configure the virtual PPP interfaces.


Configuring the virtual PPP interfaces means configuring each virtual PPP interface respectively.


The coupling unit 34 is configured to couple the virtual PPP interfaces to a physical PPP interface.


One physical PPP interface may be coupled to more than one of the virtual PPP interfaces and the physical PPP interface performs round robin processing for the virtual PPP interfaces.


The session negotiation unit 35 is configured to perform the negotiations in the PPP session stage by way of the virtual PPP interfaces.


Session parameters obtained in the negotiation in the PPP discovery stage is used to perform the negotiations in the PPP session stage, and in the negotiation process in the PPP session stage, the session ID remains unchanged.


After the negotiation in the PPP session stage is completed, dialing up is successful.


Further, the creating unit 32 is specifically configured to store an authentication mode, an authentication user name, and an authentication password of the negotiation in the discovery stage to each virtual PPP interface respectively.


Further, the configuration unit 33 is specifically adapted to configure session IDs and MAC addresses of the user terminal to PPPoE layers of the virtual PPP interfaces.


Further, as shown in FIG. 4, the session negotiation unit 34 may include:


an encapsulation subunit 41 configured to encapsulate PPPoE headers to LCP messages and IPCP messages by using an output function coupled to the virtual PPP interfaces;


a first sending subunit 42 configured to send the LCP messages and the IPCP messages encapsulated by the PPPoE headers to the PPP layers;


a removing subunit 43 configured to remove the PPPoE headers from the LCP messages and the IPCP messages encapsulated by the PPPoE headers by using an input function coupled to the virtual PPP interfaces; and


a second sending subunit 44 configured to send the LCP messages and the IPCP messages stripped of the PPPoE headers to the BRAS.


Further, as shown in FIG. 5, the network dial-up apparatus may include:


a deleting unit 51 configured to, when PADT messages are sent to the BRAS, or after PADT messages sent by the BRAS are received, delete the virtual PPP interfaces.


The network dial-up apparatus provided by embodiments is capable of creating a virtual PPP interface for each PPPoE Client dial-up request, and coupling virtual PPP interfaces to one physical PPP interface, where the physical PPP interface performs round robin processing for the PPPoE Client dial-up requests. Compared with the prior art where one PPPoE Client dial-up request occupies one physical PPP interface, the embodiment saves resources such as network processes and timers, and is capable of accessing mass user terminals in the condition of limited network resources.


By the embodiments described above, persons skilled in the art may clearly understand that the embodiment may be implemented by software with necessary common hardware. Specifically, the embodiment may be adapted to operated by only hardware. However, the former is the preferred implementation mode. Based on such understanding, the essence of the technical solution or the part of that makes a contribution to the prior art may be implemented in the form of software product. The computer software product is stored in a readable storage medium such as a computer floppy disk, a hard disk, or an optical disk, and includes instructions to enable computer equipment (which may be a personal computer, a server, or network equipment) to execute the method described in the embodiments.


The above are only exemplary embodiments. The protection scope of the claims, however, is not limited thereto. Other embodiments are understood to fall within the scope of protection of the claims.

Claims
  • 1. A network dial-up method, comprising: receiving a plurality of dial-up requests;performing a negotiation in a Point-to-Point Protocol (PPP) discovery stage for each dial-up request respectively;creating a virtual PPP interface for each dial-up request;configuring each virtual PPP interface;coupling each virtual PPP interface to a physical PPP interface, wherein the physical PPP interface is coupled to more than one virtual PPP interface, and the physical PPP interface performs round robin processing for each virtual PPP interface; andperforming a negotiation in a PPP session stage by way of each virtual PPP interface, thereby succeeding in dial-up after completing the negotiation in the PPP session stage.
  • 2. The network dial-up method according to claim 1, wherein the creation of each virtual PPP interface comprises: storing an authentication mode, an authentication user name, and an authentication password negotiated in the PPP discovery stage for each virtual PPP interface respectively.
  • 3. The network dial-up method according to claim 1, wherein the configuration of each virtual PPP interface comprises: configuring a session identity (ID) and a Media Access Control (MAC) address of a user terminal' hardware to a Point-to-Point Protocol over Ethernet (PPPoE) layer of each virtual PPP interface.
  • 4. The network dial-up method according to claim 1, wherein the performing a negotiation in a PPP session stage by way of each virtual PPP interface comprises: encapsulating a PPPoE header to a Link Control Protocol (LCP) message and an IP Control Protocol (IPCP) message by using an output function coupled to each virtual PPP interface;sending the LCP message and the IPCP message encapsulated by the PPPoE header to a PPP layer;removing the PPPoE header of the LCP message and the IPCP message encapsulated by the PPPoE header by using an input function coupled to each virtual PPP interface; andsending the LCP message and the IPCP message stripped of the PPPoE header to a broadband remote access server (BRAS).
  • 5. The network dial-up method according to claim 4, further comprising: deleting each virtual PPP interface when a PPPoE Active Discovery Terminate (PADT) message is sent to the BRAS, or after a PADT messages sent by the BRAS is received.
  • 6. A network dial-up apparatus, comprising: a discovery negotiation unit configured to perform negotiations in a Point-to-Point Protocol (PPP) discovery stage for each dial-up request respectively when more than one dial-up request is received,;a creation unit configured to create a virtual PPP interface for each dial-up request;a configuration unit adapted to configure each virtual PPP interface;a coupling unit configured to couple each virtual PPP interface to a physical PPP interface, wherein the physical PPP interface is coupled to more than one of virtual PPP interface, and the physical PPP interface performs round robin processing for each virtual PPP interface; anda session negotiation unit configured to perform a negotiation in a PPP session stage by way of each virtual PPP interface, thereby succeeding in dial-up after completing the negotiation in the PPP session stage.
  • 7. The network dial-up apparatus according to claim 6, wherein the creation unit is configured to: store an authentication mode, an authentication user name, and an authentication password negotiated in the PPP discovery stage for each virtual PPP interface respectively.
  • 8. The network dial-up apparatus according to claim 6, wherein the configuration unit is adapted to configure a session identity (ID) and a Media Access Control (MAC) address of a user terminal' hardware to a Point-to-Point Protocol over Ethernet (PPPoE) layer of each virtual PPP interface.
  • 9. The network dial-up apparatus according to claim 6, wherein the session negotiation unit further comprises: an encapsulation subunit configured to encapsulate a PPPoE header to a Link Control Protocol (LCP) message and an IP Control Protocol (IPCP) message by using an output function coupled to each virtual PPP interface;a first communication subunit configured to send the LCP message and the IPCP message encapsulated by the PPPoE header to a PPP layer;a removal subunit configured to remove the PPPoE header from the LCP message and the IPCP message encapsulated by the PPPoE header by using an input function coupled to each virtual PPP interface; anda second communication subunit configured to send the LCP message and the IPCP message stripped of the PPPoE header to a broadband remote access server (BRAS).
  • 10. The network dial-up apparatus according to claim 9, further comprising: a deletion unit configured to when a PPPoE Active Discovery Terminate (PADT) message is sent to the BRAS, or after a PADT message sent by the BRAS is received, delete each virtual PPP interface.
CROSS-REFERENCE TO RELATED APPLICATION

This application is a continuation of International Application No. PCT/CN2011/080490, filed on Sep. 30, 2011, which is hereby incorporated by reference in its entirety.

Continuations (1)
Number Date Country
Parent PCT/CN2011/080490 Sep 2011 US
Child 13896039 US