PPOE拨号上网
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PPOE拨号上网相关的知识,希望对你有一定的参考价值。
实验环境和上一章bgp一样
--------------------------------------------------
直接在AR5上刷脚本特权模式下复制粘贴
radius-server template radius-group 搭建aaa服务器组
radius-server shared-key abc123 密码
radius-server authentication 37.0.0.2 1812 source loopback 0 服务器地址
radius-server accounting 37.0.0.2 1813 source loopback 0 计费
radius-server retransmit 2
#
ip pool pppoe 地址池为拨号用户分配IP
gateway-list 112.1.1.1 pppoe服务器标识
network 112.1.1.0 mask 255.255.255.0
#
aaa
authentication-scheme adsl
authentication-mode radius
accounting-scheme adsl
accounting-mode radius
domain pppoe
authentication-scheme adsl
accounting-scheme adsl
radius-server radius-group
local-user test password cipher abc123
local-user test service-type telnet
local-user test privilege level 3
interface Virtual-Template1
ppp authentication-mode pap domain pppoe
remote address pool pppoe
ppp ipcp dns 9.9.9.9 8.8.8.8
ip address 112.1.1.1 255.255.255.0
-----------------------------------
开启AR5 g0/0/1的pppoe功能
int g0/0/1
pppoe-server bind Virtual-Template 1
ip route-sstatic 112.1.1.0 24 NULL 0
bgp 65001
network 112.1.1.0 24
------------------------------------------
本文出自 “运维成长路” 博客,谢绝转载!
以上是关于PPOE拨号上网的主要内容,如果未能解决你的问题,请参考以下文章