cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1290
Views
0
Helpful
3
Replies

PPPoE Server on CiscoASR 920

ty.chan007
Level 1
Level 1

Does Cisco ASR 920 support PPPoE server on either BDI or Phy interface? 

I tried to find refer DOC but no able to find where specifically mention support or not support.

I can configure  and client can connect but routing was not working. I also can not do show interface vi2.x .

3 Replies 3

Hello,

PPPoE server is NOT supported on BDI (check the link below). Also, the BDI or the VI used by the PPPoE client should not be used for routing.

What are you trying to accomplish ?

Restrictions for PPPoE on BDI

http://www.cisco.com/c/en/us/td/docs/routers/asr920/configuration/guide/ce/b_layer2_ASR920/pppoe-on-bridge-domain-interface.html#GUID-75ED588D-14F1-4F52-BF75-47DFFD5F0459

I am trying to enable PPPoE server on my router, ASR920. it can be Physical or BDI Interface.

As you mentioned, BDI does not support as PPPoE Server interface.

How about Physical interface ? like G0/0/0 or G0/0/1 ?

Hello,

physical interface should work. Below is a sample configuration (authentication might differ from your setup):

bba-group pppoe global
 virtual-template 1
!
interface Loopback1
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
load-interval 30
!
interface GigabitEthernet0/1
description To-PPPoE-Client
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
load-interval 30
negotiation auto
pppoe enable group global
!
interface Virtual-Template1
ip unnumbered Loopback1
no ip redirects
no ip unreachables
no ip proxy-arp
no logging event link-status
no peer default ip address
no snmp trap link-status
no keepalive
ppp authentication chap callin

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card