其他设备(MickoTik、带有内置 PPPoE 客户端的 Windows 笔记本电脑)似乎可以毫无问题地连接到 NTU 的 PPPoE。
消毒路由器配置:
!
! Last configuration change at 06:55:18 UTC Thu Jul 9 2015
version 15.3
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router1
!
boot-start-marker
boot-end-marker
!
aqm-register-fnf
!
enable secret 5 ########################
enable password ###########
!
no aaa new-model
no process cpu extended history
no process cpu autoprofile hog
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
license udi pid C891F-K9 sn ##########
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
no cdp enable
!
interface FastEthernet0
no ip address
shutdown
duplex auto
speed auto
no cdp enable
!
interface GigabitEthernet0
no ip address
no cdp enable
!
interface GigabitEthernet1
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet2
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet3
no ip address
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!
interface GigabitEthernet4
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet5
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet6
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet7
no ip address
shutdown
no cdp enable
!
interface GigabitEthernet8
no ip address
shutdown
duplex auto
speed auto
no cdp enable
!
interface Vlan1
mtu 1492
ip address 10.10.30.247 255.255.255.0
!
interface Async3
no ip address
encapsulation slip
!
interface Dialer1
mtu 1492
ip address negotiated
encapsulation ppp
ip tcp adjust-mss 1436
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname ##########@###.###.###.##
ppp chap password 0 #########
ppp pap sent-username ##########@###.###.###.## password 0 #########
no cdp enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
!
no service-routing capabilities-manager
no cdp run
!
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
line con 0
exec-timeout 0 0
no modem enable
line aux 0
line 3
modem InOut
speed 115200
flowcontrol hardware
line vty 0 4
password ##########
login
transport input all
!
scheduler allocate 20000 1000
!
end
GigabitEthernet 接口是唯一作为在 CCP 中配置 PPPoE 的有效选项出现的接口。
也debug pppoe events
只是给:
*Jul 9 23:56:36.089: padi timer expired
*Jul 9 23:56:36.089: Sending PADI: Interface = GigabitEthernet3
我不确定如何继续进行此操作以使其正常工作。