Hello,
We have a Cisco ASR-920-24SZ-M with IOS version 16.12.8.
We are trying configure as PPPoE server with basic configuration but when we going to up the PPP user, the system crashed.

username test-cpe privilege 15 password 0 test-cpe
!
bba-group pppoe global
virtual-template 1
!
!
interface Loopback0
ip address 192.168.13.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
load-interval 30
!
interface GigabitEthernet0/0/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
load-interval 30
negotiation auto
cdp enable
service instance 75 ethernet
encapsulation dot1q 75 etype pppoe-all
rewrite ingress tag pop 1 symmetric
bridge-domain 75
!
!
!
interface Virtual-Template1
mtu 1492
ip unnumbered Loopback0
no ip redirects
no ip unreachables
no ip proxy-arp
no logging event link-status
peer default ip address pool POOL
no snmp trap link-status
no keepalive
ppp authentication chap
subscriber-interface
!
interface BDI75
no ip address
pppoe enable group global
no snmp trap link-status
!
ip local pool POOL 192.168.1.1 192.168.1.100
Thanks