Operation Manual – User Access
H3C SecPath Series Security Products
Chapter 1 PPP Configuration
1-18
[H3C-Dialer1] dialer-group 1
[H3C-Dialer1] dialer bundle 1
[H3C-Dialer1] ip address ppp-negotiate
[H3C-Dialer1] ppp pap local-user secpath2 password simple pwd
# Configure PPPoE session.
[H3C] interface ethernet 1/0/0
[H3C-Ethernet1/0/0] pppoe-client dial-bundle-number 1
1.4.2 CHAP Authentication
I. Configuration requirements
In
, SecPath 1 authenticates SecPath 2 with the CHAP approach.
II. Network diagram
.
III. Configuration procedure
1) Configure
SecPath1
# Add a PPPoE user.
[H3C] local-user secpath2
[H3C-luser-secpath2] password simple pwd
# Configure virtual template parameters on SecPath1.
[H3C] interface virtual-template 1
[H3C-Virtual-Template1] ppp authentication-mode chap
[H3C-Virtual-Template1] ppp chap user secpath1
[H3C-Virtual-Template1] ip address 1.1.1.1 255.0.0.0
[H3C-Virtual-Template1] remote address 1.1.1.2
# Configure the PPPoE parameter on SecPath1.
[H3C] interface ethernet 1/0/0
[H3C-Ethernet1/0/0] pppoe-server bind virtual-template 1
2) Configure
SecPath2
[H3C] dialer-rule 1 ip permit
[H3C] interface dialer 1
[H3C-Dialer1] dialer user secpath1
[H3C-Dialer1] dialer-group 1
[H3C-Dialer1] dialer bundle 1
[H3C-Dialer1] ip address ppp-negotiate
[H3C-Dialer1] ppp chap user secpath2
[H3C] local-user secpath1
[H3C-luser-secpath1] password simple pwd