in

CCIE - Internetwork Expert's Online Community

Latest post 11-03-2008 1:15 AM by msemsem79. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 11-02-2008 10:35 AM

    • awilkins
    • Top 25 Contributor
    • Joined on 09-05-2008
    • Posts 79
    • Points 1,115

    Vol II Lab 2 - Section 1.6 - PPPoE

    Going through the documentation on Cisco's site, I came up with another solution for R6 in this section:

     

    Here is the config I applied to R6 and it works just fine - R5 calls in using its Dialer profile.  This should meet all the requirements of that section.

    I'm posting this because I saw references all over the place that made me believe the VPDN config is the 'old' way of doing this.  R6 is a 3640 running 12.3(8)T11 IOS.

     

    username AS200 password 0 CISCO

    bba-group pppoe R5
     virtual-template 23
    !
    !
    interface Ethernet0/0
     no ip address
     full-duplex
     pppoe enable group R5

    !

    interface Virtual-Template23
     mtu 1492
     ip address 24.1.56.6 255.255.255.0
     ppp authentication chap
     ppp chap hostname AS100

    • Post Points: 20
  • 11-02-2008 1:26 PM In reply to

    • msemsem79
    • Top 200 Contributor
    • Joined on 09-28-2008
    • Posts 8
    • Points 85

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    this is depending on the IOS which u r using, sometimes PPPoE encapsulation is not available under vpdn-group so you have to use bba-group....

    BR,
    Mohammed Samir


    From: awilkins <bounce-awilkins@ieoc.com>
    To: msemsem79@yahoo.com
    Sent: Sunday, November 2, 2008 8:39:11 PM
    Subject: [CCIE SP] Vol II Lab 2 - Section 1.6 - PPPoE

    Going through the documentation on Cisco's site, I came up with another solution for R6 in this section:

     

    Here is the config I applied to R6 and it works just fine - R5 calls in using its Dialer profile.  This should meet all the requirements of that section.

    I'm posting this because I saw references all over the place that made me believe the VPDN config is the 'old' way of doing this.  R6 is a 3640 running 12.3(8)T11 IOS.

     

    username AS200 password 0 CISCO

    bba-group pppoe R5
     virtual-template 23
    !
    !
    interface Ethernet0/0
     no ip address
     full-duplex
     pppoe enable group R5

    !

    interface Virtual-Template23
     mtu 1492
     ip address 24.1.56.6 255.255.255.0
     ppp authentication chap
     ppp chap hostname AS100




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx

    • Post Points: 20
  • 11-02-2008 2:01 PM In reply to

    • awilkins
    • Top 25 Contributor
    • Joined on 09-05-2008
    • Posts 79
    • Points 1,115

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    Thanks for the reply!  What I was suggesting though is that the VPDN config is the 'old' way of doing it.  Newer IOS' should support the bba-group command.

    • Post Points: 20
  • 11-02-2008 2:08 PM In reply to

    • Seba
    • Top 10 Contributor
    • Joined on 07-17-2008
    • Ireland
    • Posts 122
    • Points 1,520

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    Hint - it is good to know either way of configuring this feature :)

    Sebastian Pasternacki

    CCIE #17541 RS/Sec

    • Post Points: 35
  • 11-02-2008 2:50 PM In reply to

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    You should be able to configure it either way.  In new IOS versions if you use the VPDN-group it should automatically change it to the bba-group in the config.

    Brian McGahan, CCIE #8593 (R&S/SP/Security)
    bmcgahan@internetworkexpert.com
     
    Internetwork Expert, Inc.
    http://www.InternetworkExpert.com
    Toll Free: 877-224-8987 x 705
    Outside US: 775-826-4344 x 705
    Online Community: http://www.IEOC.com
    CCIE Blog: http://blog.internetworkexpert.com


    Seba wrote:

    Hint - it is good to know either way of configuring this feature :)




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx
    • Post Points: 35
  • 11-02-2008 3:44 PM In reply to

    • awilkins
    • Top 25 Contributor
    • Joined on 09-05-2008
    • Posts 79
    • Points 1,115

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    Ah, cool!  I was not aware of that.....  Good info!  Thanks!

    On Sun, Nov 2, 2008 at 4:51 PM, Brian McGahan <bounce-Brian_McGahan@ieoc.com> wrote:
    You should be able to configure it either way.  In new IOS versions if you use the VPDN-group it should automatically change it to the bba-group in the config.

    Brian McGahan, CCIE #8593 (R&S/SP/Security)
    bmcgahan@internetworkexpert.com
     
    Internetwork Expert, Inc.
    http://www.InternetworkExpert.com
    Toll Free: 877-224-8987 x 705
    Outside US: 775-826-4344 x 705
    Online Community: http://www.IEOC.com
    CCIE Blog: http://blog.internetworkexpert.com


    Seba wrote:

    Hint - it is good to know either way of configuring this feature :)




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx



    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx

    • Post Points: 5
  • 11-02-2008 3:44 PM In reply to

    • awilkins
    • Top 25 Contributor
    • Joined on 09-05-2008
    • Posts 79
    • Points 1,115

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    Now, you are just making my brain hurt even more ;)

    On Sun, Nov 2, 2008 at 4:11 PM, Seba <bounce-Seba@ieoc.com> wrote:

    Hint - it is good to know either way of configuring this feature :)




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx

    • Post Points: 5
  • 11-03-2008 1:15 AM In reply to

    • msemsem79
    • Top 200 Contributor
    • Joined on 09-28-2008
    • Posts 8
    • Points 85

    Re: Vol II Lab 2 - Section 1.6 - PPPoE

    Hi Brian,

    When I was using Internetwork expert racks for this lab I tried to use vpdn-group but I could not find pppoe as an option in the protocol command. It took me a lot of time to know that bba-group should be used, I dont remeber what is the IOS which is being used in IE racks for R3 and R5.

    I am using Version 12.3(14)T7 for my dynamips and it works fine with vpdn-group.

    Rack1R3(config-vpdn-acc-in)#protocol ?
      any    Use any protocol
      l2f    Use L2F
      l2tp   Use L2TP
      pppoe  Use PPPoE
      pptp   Use PPTP


    BR,
    Mohammed Samir


    From: Brian McGahan <bounce-Brian_McGahan@ieoc.com>
    To: msemsem79@yahoo.com
    Sent: Monday, November 3, 2008 12:51:45 AM
    Subject: Re: [CCIE SP] Vol II Lab 2 - Section 1.6 - PPPoE

    You should be able to configure it either way.  In new IOS versions if you use the VPDN-group it should automatically change it to the bba-group in the config.

    Brian McGahan, CCIE #8593 (R&S/SP/Security)
    bmcgahan@internetworkexpert.com
     
    Internetwork Expert, Inc.
    http://www.InternetworkExpert.com
    Toll Free: 877-224-8987 x 705
    Outside US: 775-826-4344 x 705
    Online Community: http://www.IEOC.com
    CCIE Blog: http://blog.internetworkexpert.com


    Seba wrote:

    Hint - it is good to know either way of configuring this feature :)




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx



    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx

    • Post Points: 5
Page 1 of 1 (8 items)