华为PPPOE配置

一、实验拓扑

华为PPPOE配置_第1张图片
image.png

二、设备配置

  • PPPOE Client主要配置:
display current-configuration 
[V200R003C00]
#
 sysname PPPOEClient
#
interface Dialer1
 link-protocol ppp
 ppp pap local-user huawei password cipher %$%$'ub%HNMSBRG\~GP&3J6J,.RN%$%$ 
 ip address ppp-negotiate
 dialer user huawei
 dialer bundle 1
 dialer-group 1
#
interface GigabitEthernet0/0/0
 pppoe-client dial-bundle-number 1 
#
dialer-rule
 dialer-rule 1 ip permit
#
return
   
  • PPPOE Server主要配置:
display current-configuration 
[V200R003C00]
#
 sysname PPPOEServer
#
ip pool pool-pppoe
 gateway-list 10.1.1.1 
 network 10.1.1.0 mask 255.255.255.0 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user huawei password cipher %$%$z"(j7ltzQJ3W,3+z"6'51OkN%$%$
 local-user huawei service-type ppp
#
interface Virtual-Template0
 ppp authentication-mode pap 
 remote address pool pool-pppoe
 ip address 10.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/0
 pppoe-server bind Virtual-Template 0
#
return
  

三、实验结果

  • PPPOE客户端查看拨号状态
display pppoe-client session summary 
PPPoE Client Session:
ID   Bundle  Dialer  Intf             Client-MAC    Server-MAC    State
1    1       1       GE0/0/0          00e0fc3122b7  00e0fce54c0d  UP    
display ip int brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 3
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
Dialer1                           10.1.1.254/32        up         up(s)     
GigabitEthernet0/0/0              unassigned           up         down      
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
ping 10.1.1.1
  PING 10.1.1.1: 56  data bytes, press CTRL_C to break
    Reply from 10.1.1.1: bytes=56 Sequence=1 ttl=255 time=100 ms
    Reply from 10.1.1.1: bytes=56 Sequence=2 ttl=255 time=30 ms
    Reply from 10.1.1.1: bytes=56 Sequence=3 ttl=255 time=30 ms
    Reply from 10.1.1.1: bytes=56 Sequence=4 ttl=255 time=20 ms
    Reply from 10.1.1.1: bytes=56 Sequence=5 ttl=255 time=20 ms

  --- 10.1.1.1 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/40/100 ms


  • PPPOE服务端查看回话状态
display access-user 
 ------------------------------------------------------------------------------
 UserID Username                       IP address                   MAC  
 ------------------------------------------------------------------------------
 146    huawei                         -                         00e0-fc31-22b7 
 ------------------------------------------------------------------------------
 Total 1,1 printed
display access-user user-id 146

Basic:
  User id                         : 146
  User name                       : huawei
  Domain-name                     : default                         
  User MAC                        : 00e0-fc31-22b7
  User IP address                 : 254.1.1.10
  User vpn-instance               : -
  User access Interface           : Virtual-Template0:0
  QinQVlan/UserVlan               : 0/0
  User access time                : 2019/11/15 13:12:40
  User accounting session ID      : PPPOESe00000000000000c71ace000146
  User access type                : PPPoE

AAA:
  User authentication type        : PPP    authentication
  Current authentication method   : Local
  Current authorization method    : -
  Current accounting method       : None

display interface brief 
PHY: Physical
*down: administratively down
(l): loopback
(s): spoofing
(b): BFD down
^down: standby
(e): ETHOAM down
(d): Dampening Suppressed
InUti/OutUti: input utility/output utility
Interface                   PHY   Protocol InUti OutUti   inErrors  outErrors
GigabitEthernet0/0/0        up    down        0%     0%          0          0
GigabitEthernet0/0/1        down  down        0%     0%          0          0
GigabitEthernet0/0/2        down  down        0%     0%          0          0
NULL0                       up    up(s)       0%     0%          0          0
Virtual-Template0           up    up          0%     0%          0          0
display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 3
The number of interface that is DOWN in Physical is 2
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              unassigned           up         down      
GigabitEthernet0/0/1              unassigned           down       down      
GigabitEthernet0/0/2              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
Virtual-Template0                 10.1.1.1/24          up         up        

四、PPPOE会话阶段

  • 开启debug
terminal monitor 
Info: Current terminal monitor is on.
terminal debugging 
Info: Current terminal debugging is on.
debugging pppoe-server event 
  • PPPOE用户强制下线
[PPPOEServer-aaa]cut access-user user-id 146
Info: Total 1  user(s) being cut.
[PPPOEServer-aaa]
Nov 15 2019 13:32:38-08:00 PPPOEServer %%01IFNET/4/LINK_STATE(l)[4]:The line pro
tocol PPP on the interface Virtual-Template0:0 has entered the DOWN state. 
[PPPOEServer-aaa]
Nov 15 2019 13:32:38-08:00 PPPOEServer %%01IFNET/4/LINK_STATE(l)[5]:The line pro
tocol PPP IPCP on the interface Virtual-Template0:0 has entered the DOWN state. 

[PPPOEServer-aaa]
Nov 15 2019 13:32:38.411.1-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:38.411: PPPoE Event: GigabitEthernet0/0/0, session 1(Virtual-
Template0:0), OUT PADT packet 
  • PPPOE上线会话
[PPPOEServer-aaa]
Nov 15 2019 13:32:38.411.2-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:38.411: PPPoE Event: GigabitEthernet0/0/0, session 1(Virtual-
Template0:0), VPDN session deleted 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53.641.1-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:53.641: PPPoE Event: GigabitEthernet0/0/0, IN PADI packet 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53.641.2-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:53.641: PPPoE Event: GigabitEthernet0/0/0, OUT PADO packet 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53.661.1-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:53.661: PPPoE Event: GigabitEthernet0/0/0, IN PADR packet 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53.661.2-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:53.661: PPPoE Event: GigabitEthernet0/0/0, session 1(Virtual-
Template0:0), VPDN session created 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53.661.3-08:00 PPPOEServer PPPOE/7/debug2:
  2019-11-15 13:32:53.661: PPPoE Event: GigabitEthernet0/0/0, session 1(Virtual-
Template0:0), OUT PADS packet 

[PPPOEServer-aaa]
Nov 15 2019 13:32:53-08:00 PPPOEServer %%01IFNET/4/LINK_STATE(l)[6]:The line pro
tocol PPP on the interface Virtual-Template0:0 has entered the UP state. 
[PPPOEServer-aaa]
Nov 15 2019 13:32:53-08:00 PPPOEServer %%01IFNET/4/LINK_STATE(l)[7]:The line pro
tocol PPP IPCP on the interface Virtual-Template0:0 has entered the UP state. 
[PPPOEServer-aaa]q
[PPPOEServer]q
undo debugging 

你可能感兴趣的:(华为PPPOE配置)