请输入您要查询的百科知识:

 

词条 pppoa
释义

PPPOA(PPP over ATM)

PPPoA(PPP over ATM)协议采用PPPoA的接入技术,由PC终端直接发起PPP呼叫,用户侧ATM25网卡在收到上层的PPP包后,根据RFC2364封装标准对 PPP包进行AAL5层封装处理形成ATM信元流。ATM信元透过ADSL Modem传送到网络侧的宽带接入服务器上,完成授权、认证、分配IP地址和计费等一系列PPP接入过程。

PPPOA应用配置实例

PPPOA应用方式的组网图和上图相似,所不同的是以PPPOA代替PPPOEOA。参考配置如下:

注意事项:此种方式Client端采用的PAP的认证方式,如需采用CHAP认证的方式,可在Virtual-Template口下加入如下配置:

ppp chap user aaa

ppp chap password simple aaa

Client的配置:(AR18路由器)

[Quidway]dis cur

#

sysname Quidway

#

interface Virtual-Template0

ppp pap local-user aaa password simple aaa

ip address 202.132.0.2 255.255.255.0

nat outbound 3000

#

interface Ethernet1/0

ip address 192.168.0.1 255.255.255.0

#

interface Atm2/0

adsl standard gdmt

pvc 3/99

map ppp Virtual-Template0

#

interface NULL0

#

acl number 3000

rule 0 permit ip

#

ip route-static 0.0.0.0 0.0.0.0 202.132.0.1 preference 60

#

user-interface con 0

user-interface vty 0 4

#

return

Server端:

[AR46]dis cur

#

sysname AR46-40

#

local-user aaa password simple aaa

#

ip pool 21 202.132.0.2 202.132.0.200

#

interface Virtual-Template21

ppp authentication-mode pap scheme default

ppp accounting scheme default

ip address 202.132.0.1 255.255.255.0

remote address pool 21 #

interface Atm2/0/0

#

interface Atm2/0/0.21

pvc 3/99

map ppp Virtual-Template21

#

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/30 22:47:46