cisco 3825 as ppoe server ? - TechRepublic
General discussion
December 10, 2009 at 01:23 PM
akabou

cisco 3825 as ppoe server ?

by akabou . Updated 16 years, 6 months ago

Hi, i’ve tried to configure a cisco 3825 to accept ppoe connection, but all what i’ve tried doesn’t seem to be ok.
I don’t know if this router support encap pppoe, becaus he support l2tp and pptp.
He here is what i tried to configure it.

bras(config)#vpdn enable
bras(config)#
bras(config)#vpdn-group sqanet
bras(config-vpdn)#accept-dialin
bras(config-vpdn-acc-in)#protocol pppoe
^
% Invalid input detected at ‘^’ marker.
here it doesn’t know ppoe

bras(config-vpdn-acc-in)#
bras(config-vpdn-acc-in)#virtual-template 11
bras(config-vpdn-acc-in)#
bras(config-vpdn-acc-in)#
bras(config-vpdn-acc-in)#interface Virtual-Template11

bras(config-if)#ip unnumbered gigabitEthernet 0/0
bras(config-if)#ppp authentication pap abdel
bras(config-if)# bras(config-if)#ppp authorization abdel
AAA: Warning, authorization list “abdel” is not defined for network authorizat n.

bras(config-if)#
bras(config-if)#ppp accounting abdel
AAA: Warning accounting list “abdel” is not defined for network accounting.

bras(config-if)#aaa new-model
bras(config)#aaa authentication ppp abdel group radius local
bras(config)#aaa authorization network abdel group radius
bras(config)#aaa accounting exec abdel start-stop group radius
bras(config)#aaa accounting network abdel start-stop group radius
bras(config)#interface Virtual-Template15
bras(config-if)#ip unnumbered Loopback0
bras(config-if)#no peer default ip address
bras(config-if)#ppp authentication pap abdel
bras(config-if)#ppp authorization abdel
bras(config-if)#ppp accounting abdel
bras(config-if)#end
bras#conf t Enter configuration commands, one per line. End with CNTL/Z.
bras(config)# host 10.0.0.4 auth-port 1812 acct-port 1813 key abdel123

If someone has an idea.

the IOS is 12.4(15)T

This discussion is locked

All Comments