2024年3月31日发(作者:)

组网说明:

本案例采用H3C HCL模拟器来模拟IPV6 PPPOE宽带拨号典型组网配置案例。R1为

PPPOE服务器,终端需要通过PPPOE拨号接入网络。

配置思路:

1、按照网络拓扑图正确配置IP地址

2、R1配置为PPPOE服务器

配置过程:

sys

System View: return to User View with Ctrl+Z.

[H3C]sysname R1

[R1]local-user weijianing class network

New local user added.

[R1-luser-network-weijianing]password simple weijianing

[R1-luser-network-weijianing]service-type ppp

[R1-luser-network-weijianing]quit

[R1]domain name system

[R1-isp-system]authentication ppp local

[R1-isp-system]quit

[R1]int LoopBack 0

[R1-LoopBack0]ipv6 address 2::1 64

[R1-LoopBack0]quit

[R1]ipv6 prefix 1 1::/64

[R1]int Virtual-Template 1

[R1-Virtual-Template1]ipv6 address 1::1/64

[R1-Virtual-Template1]ppp authentication-mode pap domain system

[R1-Virtual-Template1]remote address pool 1

[R1-Virtual-Template1]quit

[R1]int GigabitEthernet 0/0

[R1-GigabitEthernet0/0]pppoe-server bind virtual-template 1

[R1-GigabitEthernet0/0]quit

测试:

打开电脑的宽带连接:

输入用户名、密码,点击连接:

PPPOE拨号连接上:

查看R1的PPPOE的显示信息:

物理机能PING通R1服务器:

至此,IPV6之PPPOE宽带拨号典型组网配置案例1已完成!