pppOE
ppp over Ethernet;
两个AR2240路由器和一个交换机;
服务器端AR1:
建立一个IP地址池;
ip pool 地址池名
network ip范围 mask 子网掩码
建立一个虚拟接口0,PPP认证CHAP安全认证。采用IP池;
interface Virtual-Template 0
PPP authentication-mode chap
remote address pool a
0号以太网端口绑定虚拟0号端口
进入0号端口:int g0/0/0
pppoe-server bind virtual-template 0
quit
虚拟0号端口配置IP地址:
int Virtual-Template 0
ip address 12.1.1.2 30