in
Internetwork Expert's Online Community
 

Latest post 08-20-2008 12:06 PM by Brian McGahan. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-20-2008 5:33 AM

    • rgonzo66
    • Top 500 Contributor
    • Joined on 07-23-2008
    • Grayson, GA
    • Posts 2
    • Points 40

    Task 1.6 - PPP over Ethernet

    I used the following configuration to get the PPPoE up and working.  On R6, I did not have to enable vpdn.  However, I did have to get the GigabitEthernet0/0 pppoe interface to refer to the virtual-template interface by using the 'bba-group pppoe global' command.  Anybody's thoughts?

    R5
    username AS100 password 0 CISCO
    !
    interface FastEthernet0/1
     no ip address
     duplex half
     speed auto
     pppoe enable group global
     pppoe-client dial-pool-number 1
    !
    interface Dialer1
     mtu 1492
     ip address 24.1.56.5 255.255.255.0
     encapsulation ppp
     dialer pool 1
     dialer idle-timeout 0
     dialer persistent
     ppp authentication chap
     ppp chap hostname AS200


    R6
    username AS200 password 0 CISCO
    !
    bba-group pppoe global
     virtual-template 1
    !
    interface GigabitEthernet0/0
     pppoe enable group global
    !
    interface Virtual-Template1
     ip address 24.1.56.6 255.255.255.0
     ppp authentication chap
     ppp chap hostname AS100

    Rob Gonzalez (CCIE# 20547)
    Cisco Systems

    • Post Points: 20
  • 08-20-2008 12:06 PM In reply to

    Re: Task 1.6 - PPP over Ethernet

    It depends on the version.  The syntax of PPPoE changed multiple times between 12.2, 12.2T, and beyond.  It still accomplishes the same thing though.

    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


    rgonzo66 wrote:

    I used the following configuration to get the PPPoE up and working.  On R6, I did not have to enable vpdn.  However, I did have to get the GigabitEthernet0/0 pppoe interface to refer to the virtual-template interface by using the 'bba-group pppoe global' command.  Anybody's thoughts?

    R5
    username AS100 password 0 CISCO
    !
    interface FastEthernet0/1
     no ip address
     duplex half
     speed auto
     pppoe enable group global
     pppoe-client dial-pool-number 1
    !
    interface Dialer1
     mtu 1492
     ip address 24.1.56.5 255.255.255.0
     encapsulation ppp
     dialer pool 1
     dialer idle-timeout 0
     dialer persistent
     ppp authentication chap
     ppp chap hostname AS200


    R6
    username AS200 password 0 CISCO
    !
    bba-group pppoe global
     virtual-template 1
    !
    interface GigabitEthernet0/0
     pppoe enable group global
    !
    interface Virtual-Template1
     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: 5
Page 1 of 1 (2 items)