Operation Manual - Link Layer Protocol
H3C SecPath F1800-A Firewall
Chapter 3 PPPoE Configuration
4-27
Action
Command
View the status and statistics of the
PPPoE session.
display pppoe-client session
{
summary
|
packet
} [
dial-bundle-number
number
]
Debug the PPPoE client.
debugging pppoe-client
option
[
interface
type
number
]
3.5 Typical Examples for Configuring PPPoE
I. Configuration Requirements
The hosts access the Internet through the SecPath F1800-A by making use of
PPPoE.
II. Networking Diagram
The SecPath F1800-A is connected to the Ethernet through Ethernet 1/0/0 and the
Internet through Ethernet 3/0/0.
Internet
Host
Host
SecPath
Ethernet1/0/0
Ethernet3/0/0
Figure 3-2
PPPoE networking diagram
III. Configuration Procedure
# Add a PPPoE user.
[SecPath-aaa]
local-user testuser password simple testpwd
# Set PPPoE parameters on the SecPath F1800-A.
[SecPath]
interface ethernet 1/0/0
[SecPath-Ethernet1/0/0]
pppoe-server bind virtual-template 1
# Set virtual template parameters on the SecPath F1800-A.
[SecPath]
interface virtual-template 1
[SecPath-Virtual-Template1]
ppp authentication-mode chap
[SecPath-Virtual-Template1]
remote address pool 1
[SecPath-Virtual-Template1]
ip address 1.1.1.1 255.0.0.0
# Add a local IP address pool that contains nine IP addresses.
[SecPath]
ip pool 1 1.1.1.2 1.1.1.10