PPPoE协议配置案例分析

网络 网络管理
这里我们介绍的主要是PPPoE协议配置的内容。那么通过网络拓扑图,我们来详细看看具体的内容吧。望对大家有所帮助。

PPPoE协议配置中,我们讲解过不少内容,对于这方面涉及的路由内容也非常多。曾经,我们也介绍过不少,那么这里我们主要分析一下ADSL PPPoE协议配置当中的一个案例,来帮助大家分析一下。

PPPoE协议配置:

2514#sh run
Building configuration...

Current configuration : 982 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname p2r3
!
!
ip subnet-zero
!
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   (PPPoE协议配置中,将原来的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 classless
ip route 0.0.0.0 0.0.0.0 Dialer1(设置静态路由)
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.1.0 0.0.0.255

!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
end
 

PPPoE协议配置拓扑图

PPPoE协议配置拓扑图

责任编辑:佟健 来源: IT实验室
相关推荐

2010-09-02 15:50:01

PPPoE协议

2010-09-07 14:21:22

PPPoE协议

2010-09-09 17:34:19

PPPoE Serve

2010-09-27 14:31:35

PPPoE协议配置

2010-09-09 17:05:37

PPPoE协议

2010-09-07 11:51:02

ACS SERVER认PPPOE配置

2010-07-01 16:41:33

PPPOE协议

2010-09-06 13:53:21

PPPoE协议

2010-09-07 12:06:46

PPPoE协议

2010-07-06 17:47:44

PPPoE协议

2010-09-07 12:02:50

PPPoE协议

2009-12-30 10:07:15

2010-09-07 14:47:42

2010-07-06 17:05:22

PPPOE协议

2010-06-12 17:12:21

PPPOE协议

2010-09-06 16:35:18

PPPoE协议

2010-09-06 16:48:23

PPPoE协议BAS

2010-09-16 15:50:55

PPPoE配置

2010-09-16 13:16:20

CISCO PPPoE

2010-06-19 13:24:02

AODV路由协议
点赞
收藏

51CTO技术栈公众号