Home >Operation and Maintenance >Safety >How to configure H3C_ ComwareV7_L2TP
1. Check the device version
FW_1030]dis version
The device is running H3C Comware software, version 7.1.054, Ess 9308P05
Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
2. Configure L2TP
l2tp enable //Enable L2TP globally
l2tp- group 1 mode lns
allow l2tp virtual-template 1
undo tunnel authentication // Do not enable tunnel authentication
ip pool l2tp 172.16.1.2 172.16.1.20 //Configure address
interface Virtual-Template1 Create and configure the required interface
description L2TP_***
ppp authentication-mode chap
remote address pool l2tp Reference address pool L2TP
ip address 172.16.1.1 255.255.255.0
3. Create user authentication user
local-user h4c class network
password cipher $c$3 $JEjRhTnmTDenPv93IyRc9zUslsxOuQ==
service-type ppp
authorization-attribute user-role network-operator
4. Add the required interface to the domain
security -zone name Untrust
import interface GigabitEthernet1/0/0
import interface Virtual-Template1
The above is the detailed content of How to configure H3C_ ComwareV7_L2TP. For more information, please follow other related articles on the PHP Chinese website!