MSR830 Version 5.20 做为PPPOE Server,请提供一份配置案例,谢谢。按V7的配置方法,虚模板端口不断的UP Down
%Jan 1 00:37:47:827 2013 H3C IFNET/5/LINEPROTO_UPDOWN: Line protocol on the interface Virtual-Template1:0 is UP. %Jan 1 00:37:47:829 2013 H3C IFNET/5/PROTOCOL_UPDOWN: Protocol PPP IPCP on the interface Virtual-Template1:0 is UP. %Jan 1 00:37:47:829 2013 H3C IFNET/5/PROTOCOL_UPDOWN: Protocol PPP IPCP on the interface Virtual-Template1:0 is DOWN. %Jan 1 00:37:47:830 2013 H3C IFNET/5/LINEPROTO_UPDOWN: Line protocol on the interface Virtual-Template1:0 is DOWN. %Jan 1 00:37:47:830 2013 H3C IFNET/3/LINK_UPDOWN: Virtual-Template1:0 link status is DOWN. <H3C>
(1)
最佳答案
V5案例:
如图2-3所示,要求以太网内的Host可以通过PPPoE接入Router,并连接到外部网络。
· Host作为PPPoE Client,运行PPPoE客户端拨号软件。
· 设备Router作为PPPoE Server,配置本地认证,并通过地址池为Host分配IP地址。
图2-3 PPPoE Server典型配置组网图
(1) 方案一:CHAP认证
# 增加一个PPPoE用户。
<Router> system-view
[Router] local-user user1
[Router-luser-user1] password simple pass1
[Router-luser-user1] service-type ppp
[Router-luser-user1] quit
# 配置虚拟模板接口参数。
[Router] interface virtual-template 1
[Router-Virtual-Template1] ppp authentication-mode chap domain system
[Router-Virtual-Template1] ppp chap user user1
[Router-Virtual-Template1] remote address pool 1
[Router-Virtual-Template1] ip address 1.1.1.1 255.0.0.0
[Router-Virtual-Template1] quit
# 配置PPPoE Server。
[Router] interface ethernet 1/1
[Router-Ethernet1/1] pppoe-server bind virtual-template 1
[Router-Ethernet1/1] quit
# 在系统缺省的ISP域system下,配置域用户使用本地认证方案。
[Router] domain system
[Router-isp-system] authentication ppp local
# 增加一个本地IP地址池,包含9个IP地址可分配。
[Router-isp-system] ip pool 1 1.1.1.2 1.1.1.10
(2) 方案二:MS-CHAP认证
# 增加一个PPPoE用户。
<Router> system-view
[Router] local-user user1
[Router-luser-user1] password simple pass1
[Router-luser-user1] service-type ppp
[Router-luser-user1] quit
# 配置虚拟模板接口参数。
[Router] interface virtual-template 1
[Router-Virtual-Template1] ppp authentication-mode ms-chap domain system
[Router-Virtual-Template1] remote address pool 1
[Router-Virtual-Template1] ip address 1.1.1.1 255.0.0.0
[Router-Virtual-Template1] quit
# 配置PPPoE Server。
[Router] interface ethernet 1/1
[Router-Ethernet1/1] pppoe-server bind virtual-template 1
[Router-Ethernet1/1] quit
# 在系统缺省的ISP域system下,配置域用户使用本地认证方案。
[Router] domain system
[Router-isp-system] authentication ppp local
# 增加一个本地IP地址池,包含9个IP地址可分配。
[Router-isp-system] ip pool 1 1.1.1.2 1.1.1.10
(1)
按照这个, 成功设置!!!
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
按照这个, 成功设置!!!