Command Manual – User Access
H3C SecPath Series Security Products
Chapter 3 PPPoE Client Configuration Commands
3-9
Bundle only has one Ethernet interface. PPPoE session and Dialer Bundle are
one-to-one. If the Dialer Bundle at a certain Dialer has had one Ethernet interface used
by PPPoE, any other interfaces cannot be added to this Dialer Bundle. Likewise, if
Dialer Bundle has had interfaces other than the PPPoE Ethernet interface, this Dialer
Bundle can also not be added to the Ethernet interface used by PPPoE client.
When a PPPoE session works in permanent online mode, once the physical lines go
UP, the firewall immediately initiates PPPoE call to establish the PPPoE session. This
PPPoE connection will exist constantly unless users use the command
undo
pppoe-client
to delete the PPPoE session. When a PPPoE session works in packet
trigger mode, the firewall does not initiate PPPoE call to establish a PPPoE session
unless it has data to transmit. If there is no data transmission on the PPPoE link within
seconds
, the firewall automatically terminates the PPPoE session. Only when it has
new data to transmit, the PPPoE session can be re-established.
Related command:
reset pppoe-client
.
Example
# Create a PPPoE session on the interface Ethernet 1/0/0.
[H3C-Ethernet1/0/0] pppoe-client dial-bundle-number 1
3.1.10 reset pppoe-client
Syntax
reset pppoe-client
{
all
|
dial-bundle-number
number
}
View
User view
Parameter
all
: Clears all PPPoE sessions.
dial-bundle-number number
: Dialer Bundle number, its value ranges from 1 to 255.
Used to clear the PPPoE session corresponding to Dialer Bundle.
Description
Use the
reset pppoe-client
command to terminate PPPoE session and re-initiate the
connection later.
If PPPoE session in permanent online mode is terminated using the command
reset
pppoe-client
, the firewall will automatically re-establish the PPPoE session in sixteen
seconds. If PPPoE session is terminated in packet trigger mode using the command
reset pppoe-client
, the firewall will not re-establish PPPoE session unless it has data
to transmit.
Related command:
pppoe-client
.