Hi.
I have a Cisco ASR1002.
Cisco IOS Software, IOS-XE Software (PPC_LINUX_IOSD-ADVIPSERVICESK9-M), Version 15.0(1)S, RELEASE SOFTWARE (fc1)
System image file is "bootflash:/asr1000rp1-advipservicesk9.03.01.00.S.150-1.S.bin"
I have a problem with PPPoE on main giga interface.
Config:
interface Loopback0
ip address xx.xx.31.27 255.255.255.255
interface GigabitEthernet0/0/1
description 7600_Vlans
mtu 9000
no ip address
negotiation auto
vlan-id dot1q 25
pppoe enable group global
exit-vlan-config
bba-group pppoe global
virtual-template 1
ac name Router
interface Virtual-Template1
description PPPoE
mtu 1492
ip unnumbered Loopback0
no keepalive
ppp authentication chap pap PPPoE
ppp authorization PPPoE
ppp accounting PPPoE
ppp eap refuse
ppp ms-chap refuse
ppp ms-chap-v2 refuse
ppp ipcp dns xx.xx.16.249 xx.xx.16.250
ppp ipcp address required
PPPoE session from PC doesn't connect. Error 678.
VLAN is OK, I've checked it.
If I create a subinterface with vlan online:
interface GigabitEthernet0/0/1.25
encapsulation dot1Q 25
pppoe enable group global
I also get 678 error, but when I save config on ASR1002 and reload Cisco Router.
PPPoE on PC works. But if I will delete subinterface and create it again. PPPoE doesn't work again.
I need write config and reload.
Reload isn't usefull for pppoe over main giga interface with vlan-id dot1Q 25 in config.