首页 > 运维 > 安全 > 如何进行H3C_ ComwareV7_L2TP配置

如何进行H3C_ ComwareV7_L2TP配置

王林
发布: 2023-05-28 13:58:12
转载
1354 人浏览过

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中文网其他相关文章!

相关标签:
来源:yisu.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板