PPPoE over FastEthernet subinterface

Hi all,
I have a FastEthernet with 2 subinterfaces, I want pppoe just in one ofthe subinterfaces. I see good examples but with ATM interfaces, no with FE.
any ideas ?
Thanks,
Luis Miguel.

Hello Luis,
check this document, is this what you are looking for ?
PPPoE over IEEE 802.1Q VLANs
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121t/121t5/dtppp_1q.htm
Regards,
GP

Similar Messages

  • PPPoE Over IEEE 802.1Q VLANs in 12.4T

    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!

    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

  • Pppoe over ethernet

    Hi all.
    Does the pppoe over ethernet supported on 7206VXR NPE-G1 gigabit/fastethernet interfaces with 802.1q encapsulation?
    Thanks in advance.

    Hello Peter,
    I know that it is suported on 10 and 100 MB interfaces, not sure about the Gigabit. Check this document for details:
    PPPoE Over IEEE 802.1Q VLANs
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1834/products_feature_guide09186a0080080386.html
    HTH,
    GP

  • Dynamic bandwidth selection for PPPoE over Ethernet/VLAN

    Hello all, hope you are doing great.
    I'm planning to deploy PPPoE Server (Cisco Router 7609) for a ISP. This ISP will provide Internet connection for customer over Ethernet.
    I have to provide a solution to assign bandwidth to each customer by RADIUS and I find some clues that Dynamic Bandwidth Selection (DBS) should be the answer. Unfortunately, DBS only support PPPoA or PPPoE over ATM.
    If you have any experience with equivalent function, please help me. Thank you very much.
    Regards,
    Hiep Nguyen.

    Hiep,
    I think I have figured this out.  Here is the test config on my PPPoE server:
    int lo1
      ip address 172.25.25.25 255.255.255.255
    ip radius source-interface Loopback1
    aaa new-model
    radius-server host 172.16.1.55 auth-port 1812 acct-port 1813 key cisco$$$
    aaa group server radius RADIUS-ACT
     server 172.16.1.55 auth-port 1812 acct-port 1813  
    aaa authentication login default group RADIUS-ACT local
    aaa authorization exec default group RADIUS-ACT local
    aaa accounting exec default start-stop group RADIUS-ACT
    aaa accounting delay-start
    aaa authentication ppp default if-needed group RADIUS-ACT local
    aaa authorization network default group RADIUS-ACT local
    aaa accounting network default start-stop group RADIUS-ACT
    aaa accounting update periodic 5
    bba-group pppoe global
     virtual-template 1
    interface fa0/1
     pppoe enable group global
     ip address 172.30.0.1 255.255.0.0
     no shut
    interface Virtual-Template1
     mtu 1492
     ip unnumbered FastEthernet0/1
     peer default ip address pool GLOBALPOOL
     ppp authentication chap
    ip local pool GLOBALPOOL 172.30.0.2 172.30.127.255
    policy-map POLICE-128K
     class class-default
        police 128000
    policy-map POLICE-512K
     class class-default
        police 512000
    Here are the attributes on the radius server, for a group the PPPoE customer belonged to:
    Service-Type = Framed
    Framed-Protocol = PPP
    cisco-avpair="ip:sub-policy-In=POLICE-128K"
    cisco-avpair+="ip:sub-policy-Out=POLICE-512K"
    Here is the show policy-map on the virtual-access interface the client connected on:
    sho policy-map int virtual-a 3
     Virtual-Access3
      Service-policy input: POLICE-128K
        Class-map: class-default (match-any)
          1000 packets, 1402000 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: any
          police:
              cir 128000 bps, bc 4000 bytes
            conformed 799 packets, 1120198 bytes; actions:
              transmit
            exceeded 201 packets, 281802 bytes; actions:
              drop
            conformed 0 bps, exceed 0 bps
      Service-policy output: POLICE-512K
        Class-map: class-default (match-any)
          911 packets, 1137746 bytes
          5 minute offered rate 0 bps, drop rate 0 bps
          Match: any
          police:
              cir 512000 bps, bc 16000 bytes
            conformed 799 packets, 1136178 bytes; actions:
              transmit
            exceeded 0 packets, 0 bytes; actions:
              drop
            conformed 0 bps, exceed 0 bps
    I was able to generate enough traffic with ping to meet the exceed action in and have it drop packets.

  • Backing up ISDN with PPPoE over Ethernet

    I have a router connecting to a Fleet77 which presents two interfaces, ISDN BRI and ethernet.
    The client wishes to use the ISDN as the prime interface to their ISP with the ethernet (20k) as a backup if the ISDN fails.
    Anyone got an ideas on the best way to configure this.
    mux's out a sat link via ISDN (BRI) and PPPoE over Ethernet(supports 20k).

    Yes, you are correct. In this case, you can use below example to configure the "dialer-watch".
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_configuration_guide_chapter09186a00800872ed.html
    However, as I remember, I don't need the dialer-watch and still work, but I am sorry that I forget the way and can't test it at the momnet.
    Hope this helps.

  • PPPoE over EoMPLS

    There are 10 DSLAMs;
    Neccessary to migrate to MPLS network;
    Each DSLAM connected through 802.1Q trunk to the one PPPoE terminator, there are many vlan subinterfaces with PPPoE enable on.
    The question: how to tunnel the each DSLAM trunk to one trunk connected to PPPoE terminator?
    The problem is EoMPLS is point to point technology.
    But PPPoE terminator is in a center of virtual star.

    The document has more information about Cisco DSLAMs.
    http://www.cisco.com/univercd/cc/td/doc/product/dsl_prod/ios_dsl/rel122/relnotes/reln1225.pdf

  • PPPoE over VLANs -- VDSL

    Hey,
    I have the same issue like described at http://discussions.apple.com/thread.jspa?messageID=8383489
    I want to connect a Mac with the internet over a DSL Modem (without Router)
    There for the Mac have to dial up a PPPoE connection via vlan 132.
    I tried it with Linux and Windows - it works
    Is there a solution for it on OS X?
    thx
    Franz

    Hi there,
    I have exactly the same issue with 10.7 Lion Server. It looks like the problem is still present in Lion and it is quite a big annoyance, let's hope someone at Apple sees this and helps us out.

  • Pppoe over port-channels on ios xe

    has the ability to do pppoe and QinQ over port-channels been added to IOS XE? as of 2.6 it was not but I cannot find any documentation on 3.1-3.3 to say that it has or hasn't
    Does any one use a asr1000 as a BRAS and if so how do you handle redundancy in case of the loss of a primary interface handling your pppoe sessions?

    Hi Artyom,
    Try removing "ipv6 nd managed-config-flag" and see if it helps.
    Regards

  • Carrying PPPoE over MPLS....

    We are stuck in a situtation which is as follows:
    Customer(PPPoE)------7600----MPLS---BRAS
    The PPPoE session is to be terminated on the BRAS (a cisco 7200). The 7600 does not support the PPPoE Relay feature (which would've allowed the PPPoE session to be carryied over L2TP through the MPLS core). I do not want to use a L2 VPN to do this. Any suggestions???

    Hey there... I m too stabbing the same problem... though unsuccessfully.. as a temporary arrangement I have installed another 'PPPoE Relay enabled' router... waiting for TAC guys to come back with some answers... would really like to know the solution for this one !!!
    ~sultan

  • PPPoE over airport extreme

    Hi,
    I'm struggling to connect to the internet using a PPPoE connection, it is fine through a LAN cable but when I try to connect to the internet through the airport card on another computer I can join the network but can't access the internet. The mac which is joined by a LAN cable is connecting to the internet through the built in ethernet. Thanks

    The wireless router should be handling the PPPoE duties. After enabled PPPoE on the wireless router you should disable PPPoE on your Mac.

  • PPPOE over a powerline adapter?

    BT will charge a fortune to move the master socket.
    Best to get it done when you next move FTTC contracts and the engineer turns up with then new modem etc, give him tea and cake as ask him nicely to move it whilst he's there ;-)

    I'd just keep the Modem & Router where it is and Powerline around the place from that. I've got small switched hanging off the Powerlines at the remote end and they work fine.
    By doing the powerline in the middle you'll be broadcastin the raw internet packets around the electical grid, fair enough the powerline should AES the data but you'll be getting alsorts of external crap over the powerline, which you'll need to treat as completely on the internet and not be able to use that pairing for anything else around the house.
    Just seems a waste of a powerline pair, whereas if you just drop the 'private' side to powerline you can add further powerlines aroudn the house to move the data about.. I've added extra WAPs etc this way to cover black spots for example

  • PPPoE over bride

    Hi,
    I have connecting cisco2811 router to cisco7200 router via E1 link >>>
    I want my client behind the 2811 router to use PPPoE and terminate them in the cisco7200 router since the 2811 router is not supporting PPPoE server only client...
    What I did is, I have configure a brigde group in the 2811 and add the ethernet whcih connecting the client and the serial which is linked to 7200 to the bridge group..
    put still I can't see any PPPoE traffic reaching the 7200 router from the 2811??

    Thanks for ur responed.
    I connect the 2811 and 7200 through v35 serial interface, the bridge in teh 2811 is between the Ethernet and the serial, and in the 7200 between the serial (which is connecting the 2811) and Ethernet (where I enable the pppoe there)..
    the pppoe session start behind the 2811 in the bridged ethernet... but nothing seen in the bridged ethernet of the 7200 router!..

  • PPPoE over L2TP - ERX LAC and 7206 LNS

    hello
    my goal is to learn how to configure/setup a Cisco 7206 LNS (owned by a 3rd party customer/isp) terminating l2tp/pppoe from a large service provider LAC (ERX1400)
    any help will do.
    :Kevin

    Hi Kevin,
    Perhaps this document could help:
    http://www.cisco.com/c/en/us/support/docs/long-reach-ethernet-lre-digital-subscriber-line-xdsl/asymmetric-digital-subscriber-line-adsl/12868-7200-bdaggreg.html
    Regards.

  • PPPoE over VLAN

    I'm trying to set up a MacBook as a PPPoE client.
    The provider requests me to send vlan tagged pppoe packets,
    so I have set up a vlan interface (vlan0) for the ethernet
    device (eth0) and added a pppoe interface to the vlan device.
    I have connected the dsl modem to the macs eth0.
    When clicking "connect" the ppp daemon starts, but after a while it gives up
    without a connection. The log says, it cant find a pppoe server.
    9/12/08 2:23:02 PM macbook pppd[1860] pppd 2.4.2 (Apple version 314) started by root, uid 501
    9/12/08 2:23:02 PM macbook pppd[1860] PPPoE connecting to service '' [access concentrator '']...
    9/12/08 2:24:07 PM macbook pppd[1860] PPPoE connection failed, No route to host
    If I attach the modem to a vlan capable router, the connection comes up instantly.
    Does anyone know if Mac OS X is really able to tagg pppoe packets? Linux and Vista do.
    Any comment is very appreciated, thank you.

    There seems to be a bug in Apples pppd or in PPPoE.ppp plugin.
    When I try to setup the pppoe-connection this way:
    pppd plugin PPPoE.ppp device vlan0 noauth defaultroute user username password pw
    packets of ethertype PPPoE should go to vlan0. But tcpdumps didnt show any PPPoE packets
    on that interface. Instead, all PPPoE communication is beeing sent to the standard ethernet interface en0.
    Here is an excerpt of packet headers from the vlan0 dump:
    tcpdump -nevv -XX -i vlan0 >tcpdump-vlan0.txt:
    No ethertype of PPPoE in vlan, only DNS broadcasts...
    14:53:55.485917 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl 14:54:03.986736 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl 14:54:12.933303 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl 14:54:21.292128 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl 14:55:30.249114 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl
    14:59:04.535913 00:16:cb:cd:1f:df > 33:33:00:00:00:fb, ethertype IPv6 (0x86dd), length 93: (hlim 14:59:04.635579 00:16:cb:cd:1f:df > 33:33:00:00:00:fb, ethertype IPv6 (0x86dd), length 131: (hlim 15:02:38.235331 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl
    15:04:20.721812 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl 15:04:29.003659 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 342: (tos 0x0, ttl
    tcpdump -nevv -XX -i en0 >tcpdump-en0.txt:
    There is some vlan communication on en0, but these are only BootP/DHCP requests.
    The PPPoE packets all seeme to go without vlan taggs...
    15:08:44.894534 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 7, p 0, ethertype IPv4, (tos 0x0, ttl 255, id 41394, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:16:cb:cd:1f:df, length 300, xid 0x7bc5028f, secs 24, Flags [none] (0x0000)
    Client-Ethernet-Address 00:16:cb:cd:1f:df [|bootp]
    0x0000: ffff ffff ffff 0016 cbcd 1fdf 8100 0007 ................
    0x0010: 0800 4500 0148 a1b2 0000 ff11 18f3 0000 ..E..H..........
    0x0020: 0000 ffff ffff 0044 0043 0134 6314 0101 .......D.C.4c...
    0x0030: 0600 7bc5 028f 0018 0000 0000 0000 0000 ..{.............
    0x0040: 0000 0000 0000 0000 0000 0016 cbcd 1fdf ................
    0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    15:08:46.890680 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x04348D04]
    0x0000: ffff ffff ffff 0016 cbcd 1fdf 8863 1109 .............c..
    0x0010: 0000 000c 0101 0000 0103 0004 0434 8d04 .............4..
    15:08:49.891668 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x04348D04]
    0x0000: ffff ffff ffff 0016 cbcd 1fdf 8863 1109 .............c..
    0x0010: 0000 000c 0101 0000 0103 0004 0434 8d04 .............4..
    15:08:52.892753 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x04348D04]
    0x0000: ffff ffff ffff 0016 cbcd 1fdf 8863 1109 .............c..
    0x0010: 0000 000c 0101 0000 0103 0004 0434 8d04 .............4..
    15:08:53.209108 00:16:cb:cd:1f:df > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 7, p 0, ethertype IPv4, (tos 0x0, ttl 255, id 41395, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:16:cb:cd:1f:df, length 300, xid 0x7bc5028f, secs 33, Flags [none] (0x0000)
    Client-Ethernet-Address 00:16:cb:cd:1f:df [|bootp]
    0x0000: ffff ffff ffff 0016 cbcd 1fdf 8100 0007 ................
    0x0010: 0800 4500 0148 a1b3 0000 ff11 18f2 0000 ..E..H..........
    0x0020: 0000 ffff ffff 0044 0043 0134 630b 0101 .......D.C.4c...
    0x0030: 0600 7bc5 028f 0021 0000 0000 0000 0000 ..{....!........
    0x0040: 0000 0000 0000 0000 0000 0016 cbcd 1fdf ................
    0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    Any comments would be appreciated, thank you very much (Apple, are you listening?)
    Mr. Z.

  • PPPoGEC Cisco ASR 1001

    Hi Cisco Professional,
    We want to implementing PPPoE over port-channel (using subinterfaces L2) in Cisco ASR 1001 routers, my question is if this router support this feature?, in the other hand i've see  documents about this theme, pls check these links:
    http://www.cisco.com/en/US/docs/ios/ios_xe/cether/configuration/guide/ce_lnkbndl_xe.html
    http://www.cisco.com/en/US/docs/ios-xml/ios/cether/configuration/xe-3s/ce-ieee-link-bndl-xe.html
    My IOS version Cisco ASR 1001 is:
    System image file is "bootflash:/asr1001-universalk9.03.04.00.S.151-3.S.bin"
    We want this configuration on the router,
    no     interface     GigabitEthernet0/0/0.25
    interface     port-channel     10.25
    description     TURBONETT     PUBLICA     UT
    encapsulation     dot1Q     25
    ip     address     10.17.44.254     255.255.252.0
    no     interface     GigabitEthernet0/0/0.52
    interface     port-channel     10.52
    description     TURBONETT-UT
    encapsulation     dot1Q     52
    pppoe     enable     group     global
    pppoe     max-sessions     4000
    no     interface     GigabitEthernet0/0/0.61
    interface     port-channel     10.61
    description     Turbonett-Sector-A
    encapsulation     dot1Q     61
    pppoe     enable     group     global
    pppoe     max-sessions     4000
    Kind Regards,
    Renzo Tovar

    Hi Renzo,
    PPPoEoVLAN on GEC (LACP mode) is supported as of XE 3.7. I see that you are using XE 3.4 here so I would suggest to move to XE 3.7 and try this feature.
    This is a sample configuration for the feature:
    interface GigabitEthernet2/1/0
    no ip address
    negotiation auto
    channel-group 2 mode active
    interface GigabitEthernet3/1/0
    no ip address
    negotiation auto
    channel-group 2 mode active
    lacp port-priority 65000
    interface Port-channel2
    no ip address
    load-interval 30
    no negotiation auto
    lacp max-bundle 1
    lacp fast-switchover
    interface Port-channel2.200
    encapsulation dot1Q 200
    pppoe enable group global
    interface Port-channel2.500
    encapsulation dot1Q 500 second-dot1q 1500
    pppoe enable group global
    As you can see, both PPPoEoVLAN and  PPPoEoQinQ are supported.
    Hope this helps.
    Best regards.

Maybe you are looking for

  • Problem, might be hard drive?

     The beginning of April, I got a new hard drive for my Toshiba Satellite L655 and bought recovery discs from Toshiba, after getting a lot of help from this forum (and learned a lot in the process). That was fine, I put in the hd, used the discs, work

  • GL Security in Discoverer - VALIDATE_SEGVAL

    Hi, We are using GL security in a number of our business and it is working fine. However, when we apply use the VALIDATE_SEGVAL function on segment1 (i.e. the balancing segment), we encounter significant performance problems. The data that eventually

  • RMAN-03002: failure of recover command

    Hi all, I am testing a new backup and restore mechanism of a 11.2 system in Linux. A third mirror of the disks from the database server has been split and mounted in a media server. An RMAN backup was taken then, on tape, using HP Data Protector. The

  • Problem in HRMD_A Idocs: Object is Locked

    Hi Everyone, I would like to ask for assistance on the problem below. We've encountered almost everyday failed HRMD_A idocs. Almost all of the idocs have the same error message: "Object is Locked. A locked key has been set for the object." The object

  • PDF list on ipad is wrong when viewed through itunes on iMac

    I have changed all the pdf tiles within iBooks on my Mac to match how they are named on my iPad. I've viewed them on both platforms and matched them item for item.  When I attached my iPad to my iMac last night to sync it and get updated apps, I clic