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
[RT-AC58U] 해외에서 한국IP 쉽게 사용하기 (0) | 2021.07.31 |
---|---|
[EVE-NG] PPPoE Server & Client (NAT) (0) | 2020.02.19 |
[EVE-NG] eBGP 설정 (ebgp-multihop) (0) | 2019.08.20 |
[ESXi 6.7] Eve-ng와 외부 통신 테스트 로그 (0) | 2019.07.26 |
[EVE-NG] L4 SW (Alteon) 설치 (Level 5) (0) | 2019.07.23 |