cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2384
Views
0
Helpful
0
Replies

Cisco892でのPPPoEサーバ・クライアントの設定について

nemoto001
Level 1
Level 1

勉強用として、Cisco892を2台使用してPPPoE環境の構築をしたいのですが、PPPoE接続ができない状況です。

 

<構成>

PPPoEクライアント(Fa1) ----- (Fa1)PPPoEサーバ

・どちらもCisco892

・Version 15.0(1)M3、Version 15.1(4)M3

 

<設定>

PPPoEクライアント

version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
!
memory-size iomem 15
!
!
ip source-route
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
license udi pid CISCO892-K9 sn FGL170723Y8
!
!
!
!
!
!
!
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
!
interface FastEthernet0
!
!
interface FastEthernet1
pppoe enable group global
pppoe-client dial-pool-number 1
!
!
interface FastEthernet2
!
!
interface FastEthernet3
!
!
interface FastEthernet4
!
!
interface FastEthernet5
!
!
interface FastEthernet6
!
!
interface FastEthernet7
!
!
interface FastEthernet8
no ip address
shutdown
duplex auto
speed auto
!
!
interface GigabitEthernet0
no ip address
duplex auto
speed auto
!
!
interface Vlan1
ip address 192.168.1.254 255.255.255.0
ip tcp adjust-mss 1414
!
!
interface Dialer1
ip address negotiated
ip mtu 1454
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname test1@test.co.jp
ppp chap password 0 test1
ppp ipcp route default
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 255.255.255.255 Dialer1
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000

 

<PPPoEサーバ>※現状クライアントは1台ですが、もう1台追加する想定のコンフィグです。

version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
!
memory-size iomem 15
crypto pki token default removal timeout 0
!
!
ip source-route
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
license udi pid CISCO892-K9 sn FGL161021ER
!
!
!
no spanning-tree vlan 1
no spanning-tree vlan 2
username test1@test.co.jp password 0 test1
username test2@test.co.jp password 0 test2
!
!
!
!
!
!
!
!
!
!
bba-group pppoe pppoe01
virtual-template 1
!
bba-group pppoe pppoe02
virtual-template 2
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
switchport access vlan 2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
no ip address
!
interface FastEthernet5
no ip address
!
interface FastEthernet6
no ip address
!
interface FastEthernet7
no ip address
!
interface FastEthernet8
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template1
mtu 1454
ip address 1.1.1.254 255.255.255.0
peer default ip address pool pool01
ppp authentication chap
!
interface Virtual-Template2
mtu 1454
ip address 2.2.2.254 255.255.255.0
peer default ip address pool pool02
ppp authentication chap
!
interface GigabitEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
no ip address
!
interface Vlan2
no ip address
!
ip local pool pool01 1.1.1.1
ip local pool pool02 2.2.2.2
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
mgcp profile default
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
transport input all
!
end

 

<状況>

PPPoEクライアント

Router#debug pppoe event
PPPoE protocol events debugging is on
Router#
*Apr 6 06:39:18.967: padi timer expired
*Apr 6 06:39:18.967: Sending PADI: Interface = FastEthernet1

 

PPPoEサーバ

Router#show ip int brief

FastEthernet1 unassigned YES unset up up

Virtual-Access1 unassigned YES unset down down
Virtual-Template1 1.1.1.254 YES NVRAM down down
Virtual-Template2 2.2.2.254 YES NVRAM down down

 

上記からPPPoEサーバ側の設定に不備があるのだろうと推測しますが、恥ずかしながら検討がつかない状況です。

 

初歩的な質問で恐縮ですが、改善ポイントなど教えて頂けたら幸いです。

よろしくお願いいたします。

0 Replies 0