04-21-2014 08:07 AM - edited 03-04-2019 10:49 PM
I am trying to configure PPPoE Over IEEE 802.1Q VLan on a 2811 router with (C2800NM-SPSERVICESK9-M), Version 12.4(24)T8
PPPoE client on FastEthernet0/0 works fine.
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
But PPPoE session is not established on a subinterface with encapsulation dot1Q. It is not even trying to connect to the PPPoE server.
Cisco Feature Navigator says that this feature was added in 12.4T.
Can anybody confirm that 'PPPoE over IEEE 802.1Q VLANs' feature works fine on this IOS?
Thank you in advance!
05-26-2014 05:41 AM
Does anyone has 'PPPoE over 802.1Q VLANs' feature configured on 2800 series router?
05-26-2014 06:06 AM
Hi there,
Have you tried debugging using debug ppp negotiation.
This output is too verbose so better dont do it on console and check what do you see in the logs.
HTH
Hitesh
05-26-2014 07:17 AM
Yes. However there is nothing in the debug ppp negotiation output whilst PPPoE is configured on the subinterface Fa0/0.2. As soon as I back to the Fa0/0 debug show me the standard PPP negotiation proccess and then PPPoE becomes active successfully.
05-27-2014 08:10 AM
Hi there,
What feature are you running on the router? can you confirm?
also are you using vpdn group of bba group?
Thanks
Hitesh
06-02-2014 01:42 AM
Below works fine.
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
bba-group pppoe global
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
But the same doesn't work over the subinterface:
interface FastEthernet0/0.2
encapsulation dot1Q 2
pppoe enable group global
pppoe-client dial-pool-number 1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide