请高手指点CISCO2811路由器PPPOE拨号的问题

来源:百度知道 编辑:UC知道 时间:2024/06/04 20:25:24
请高手指点CISCO2811路由器PPPOE拨号的问题
我公司现在想使用一台CISCO2811路由器实现PPPOE拨号全公司上网,虽然现在暂时上去了,但是发现问题,只有将dial1先断掉,然后再no sh,然后将这句配置重打一下,就上网了,如果不打,那么,只能路由器上网,这是为什么呢,请高手指点。
附上路由器配置:
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
ip cef
!
!
vpdn enable
!
interface FastEthernet0/0
no ip address
ip route-cache flow
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0/1
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip route-cache flow
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Serial0/1/0
no ip address
shutdown
clock rate 125000
!
interface Serial0/1/1
no ip address
shutdown
clock rate 125000
!
interface Dialer1
mtu 1492

你的dial 1接口中没有敲命令:ip nat enable。所以才会被你的那条语句每次强行启用,好使,在断掉,端口状态清了,就不好用了。

还是系统设置的问题。

还是系统设置的问题

我这有个1841的配置。我感觉是你D口里的设置问题。可以对照看一下。
建议PAP和chap只用一种。
Router#show run
Building configuration...

Current configuration : 1726 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 $1$rKrS$q0KRBiJB.xLld6HtVCamA/
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.100.207
!
ip dhcp pool dhcpippool1
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1