상세 컨텐츠

본문 제목

[EVE-NG] PPPoE Server & Client (Basic)

네트워크

by 검은체리 2020. 2. 18. 20:28

본문

PPPoE 

1. PPPoE Server

username cisco password 0 cisco
!
bba-group pppoe PPPOE
 virtual-template 1
!
interface Loopback0
 ip address 100.100.100.1 255.255.255.0
!
interface FastEthernet0/0
 duplex full
 pppoe enable group PPPOE
!
! interface Virtual-Template1
 description ### PPPOE GROUP ###
 mtu 1492
 ip unnumbered Loopback0
 peer default ip address pool POOL
 ppp authentication pap
!
ip local pool POOL 100.100.100.100 100.100.100.200

2. PPPoE Client

interface FastEthernet0/0
 no ip address
 duplex full
 pppoe enable
 pppoe-client dial-pool-number 1
!
!
interface Dialer1
 mtu 1492
 ip address negotiated
 encapsulation ppp
 dialer pool 1
 ppp pap sent-username cisco password 0 cisco
!
ip route 0.0.0.0 0.0.0.0 Dialer1

3. Verify

debug pppoe event 
debug ppp authentication

- 아래 링크 참조

 

Broadband Access Aggregation and DSL Configuration Guide - PPP over Ethernet Client [Cisco ASR 1000 Series Aggregation Services

Broadband Access Aggregation and DSL Configuration Guide -PPP over Ethernet Client

www.cisco.com

 

관련글 더보기