家里路由器中配置的时候,PPPoE 是什么意思 ?

如题所述

第1个回答  2020-04-14
vpdn
enable(开启vpdn)
vpdn-group
tyl
request-dialin
protocol
pppoe(启用pppoe协议)
interface
ethernet0
no
ip
address
pppoe
enable
pppoe-client
dial-pool-number
1(将物理端口和虚拟拨号端口绑定)
interface
ethernet1
内网接口
ip
address
192.168.1.254
255.255.255.0
ip
nat
inside
interface
dialer1
ip
address
negotiated
ip
mtu
1492
(将原来的mtu1500变为1492,因pppoe
的包头是8个字节)
ip
nat
outside
encapsulation
ppp
dialer
pool
1
(通过拨号池,将物理端口和虚拟拨号端口绑定)
ppp
pap
sent-username
******@163.gd
password
0
******(ppp
pap的单向验证)
ip
nat
inside
source
list
1
interface
dialer1
overload(nat转换)
ip
route
0.0.0.0
0.0.0.0
dialer1(设置静态路由)
access-list
1
permit
any
相似回答
大家正在搜