1.查看设备版本
FW_1030]dis version
该设备运行着H3C Comware软件,版本为7.1.054,Ess 9308P05
Copyright (c) 2004-2015 Hangzhou H3C Tech. Co., Ltd. All rights reserved.
2.配置L2TP
l2tp enable //全局开启L2TP
l2tp-group 1 mode lns
allow l2tp virtual-template 1
undo tunnel authentication // 不启用隧道认证
ip pool l2tp 172.16.1.2 172.16.1.20 //配置地址
interface Virtual-Template1 创建并配置需接口
description L2TP_***
ppp authentication-mode chap
remote address pool l2tp 引用地址池L2TP
ip address 172.16.1.1 255.255.255.0
3.创建用户认证用户
local-user h4c class network
password cipher $c$3$JEjRhTnmTDenPv93IyRc9zUslsxOuQ==
service-type ppp
authorization-attribute user-role network-operator
4.将需接口添加到域
security-zone name Untrust
import interface GigabitEthernet1/0/0
import interface Virtual-Template1
以上是如何进行H3C_ ComwareV7_L2TP配置的详细内容。更多信息请关注PHP中文网其他相关文章!