[cisco-nas] Cisco 3620 PPPoE server configuration

Mounir Mohamed mounir.mohamed at gmail.com
Tue Nov 8 05:07:22 EST 2005


Dear Souphonh ,

Regarding the PPPOE sessions supported it's based on 2 factors
1-CPE
2-Memory
Also you can check the maximum number of Virtual-Access on 3620 by the
following command:
Router# show idb
Maximum number of IDBs 10000 ---> Maximum number on 7204
1135 SW IDBs allocated (2624 bytes each)

Regarding the IOS you can use this image
c7200-js-mz.122-27.bin

Best Regards,
Mounir Mohamed

On 11/8/05, Souphonh Phounsavath <souphonh at laopdr.com> wrote:
> Dear Mounir Mohamed,
>
> Thank you very much for your assistance. I can setup PPPoE access router
> with Cisco 3620 now. I am not sure how many concurrent users that 3620 can
> handle. I am looking to get bigger router for this PPPoE application. I am
> considering Cisco 7206. However, I am not sure what IOS for 7206 support
> PPPoE. Please suggest. Does c7200-js-mz.124-3 IOS support PPPoE?
>
> Regards,
> Souphonh
>
>
> -----Original Message-----
> From: Mounir Mohamed [mailto:mounir.mohamed at gmail.com]
> Sent: Tuesday, November 01, 2005 2:11 PM
> To: Souphonh Phounsavath
> Cc: cisco-nas at puck.nether.net
> Subject: Re: [cisco-nas] Cisco 3620 PPPoE server configuration
>
> Dear,
>
> Regarding the Fast Ethernet interfaces yes it's right and u have to
> use (pppoe enable) under F0/0 which facing the pppoe customers, about
> the pool address you can assign the customer ip address through your
> RADIUS server (Dynamic, or Static) then the radius will inject ip
> route command on the router once the PPPOE session established with
> the customer, also you can assign the ip address from the router by:
>
>
> Router(config)#ip local pool customers 10.0.0.1 10.0.0.100
> Router(config)# interface virtual-Template 11
> Router(config-if)# peer default ip address customers
>
> make sure that you are using the virtual-tem interface number which
> specifed under the vpdn-group in our example (11), and make sure that
> the interface have the following configurations:
> interface Virtual-Template11
> >  ip unnumbered Loopback0
> >  peer default ip address customers
> >  ppp authentication pap mounir
> >  ppp authorization mounir
> >  ppp accounting mounir
>
> Best Regards,
> Mounir Mohamed
>
> On 11/1/05, Souphonh Phounsavath <souphonh at laopdr.com> wrote:
> > Dear Mounir,
> >
> > Thank you very much for your solution. On your configuration, please
> verify
> > the following points if I understand correctly:
> >
> > 1. FastEthernet 0/0 is connected to PPPoE customers
> > 2. FastEthernet 1/0 is connected to the Internet
> >
> > Can we use dial-in pool address as the same way as we do with PPP NAS?
> Also
> > in your configuration, there is 2 virtual-template (11 and 15), which one
> > should we use?
> >
> > Regards,
> > Souphonh
> >
> > -----Original Message-----
> > From: Mounir Mohamed [mailto:mounir.mohamed at gmail.com]
> > Sent: Monday, October 31, 2005 10:58 PM
> > To: Souphonh Phounsavath
> > Cc: cisco-nas at puck.nether.net
> > Subject: Re: [cisco-nas] Cisco 3620 PPPoE server configuration
> >
> > Dear Souphonh,
> >
> >
> >
> > vpdn-group mounir
> >
> >  accept-dialin
> >
> >  protocol pppoe
> >
> >  virtual-template 11
> >
> >
> > interface Virtual-Template11
> >
> >  ip unnumbered FastEthernet0/0
> >
> >  ppp authentication pap mounir
> >
> >  ppp authorization mounir
> >
> >  ppp accounting mounir
> >
> > aaa new-model
> >
> > aaa authentication ppp mounir group radius local
> > aaa authorization network mounir group radius
> > aaa accounting exec mounir start-stop group radius
> > aaa accounting network mounir start-stop group radius
> >
> > interface Virtual-Template15
> >  ip unnumbered Loopback0
> >  no peer default ip address
> >  ppp authentication pap mounir
> >  ppp authorization mounir
> >  ppp accounting mounir
> > end
> >
> > radius-server host x.x.x.x auth-port 1812 acct-port 1813 key mounir123
> >
> > Then enable the PPPOE on the incoming session interface for example
> >
> > interface fastethernet 1/0
> > pppoe enable
> >
> > Best Regrads,
> >
> > Mounir Mohamed
> >
> >
> > On 10/31/05, Mounir Mohamed <mounir.mohamed at gmail.com> wrote:
> > >
> > > Dear Souphonh,
> > >
> > >
> > >
> > > aaa new-model
> > >
> > >
> > > aaa authentication ppp mounir group radius local
> > > aaa authorization network mounir group radius
> > > aaa accounting exec mounir start-stop group radius
> > > aaa accounting network mounir start-stop group radius
> > >
> > > interface Virtual-Template15
> > >  ip unnumbered Loopback0
> > >  no peer default ip address
> > >  ppp authentication pap mounir
> > >  ppp authorization mounir
> > >  ppp accounting mounir
> > > end
> > >
> > > radius-server host x.x.x.x auth-port 1812 acct-port 1813 key mounir123
> > >
> > > Best Regrads,
> > >
> > > Mounir Mohamed
> > >
> > >
> > >
> > > On 10/31/05, Souphonh Phounsavath <souphonh at laopdr.com> wrote:
> > > >
> > > >
> > > >
> > > >
> > > > Dear All,
> > > >
> > > >
> > > >
> > > > I would like to configure Cisco 3620 router as PPPoE server that uses
> > RADIUS server as authenticating and accounting. However, I am very new to
> > PPPoE configuration. Your help on documentation or ideas would be much
> > appreciated.
> > > >
> > > >
> > > >
> > > > Regards,
> > > >
> > > > Souphonh
> > > >
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > cisco-nas mailing list
> > > > cisco-nas at puck.nether.net
> > > > https://puck.nether.net/mailman/listinfo/cisco-nas
> > > >
> > > >
> > > >
> > >
> > >
> >
> > _______________________________________________
> > cisco-nas mailing list
> > cisco-nas at puck.nether.net
> > https://puck.nether.net/mailman/listinfo/cisco-nas
> >
>
>



More information about the cisco-nas mailing list