Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring a Static PPPoE Logical Interface for NDRA

To configure a static PPPoE logical interface for static NDRA configurations:

  1. Specify the name and logical unit number of the interface.
    [edit]user@host# edit interfaces pp0 unit 1000
  2. Configure a description for the interface.
    [edit interfaces pp0 unit 1000]user@host# set description "static IPv4v6 dual stack, NDRA”
  3. Specify the family inet6 source address.
    [edit interfaces pp0 unit 1000]user@host# set family inet6 address 2040:2004::1.1.1.1/64
  4. Configure an unnumbered address for family inet.
    [edit interfaces pp0 unit 1000]user@host# set family inet unnumbered-address lo0.0
  5. Specify the underlying Ethernet interface.
    [edit interfaces pp0 unit 1000]user@host# set pppoe-options underlying-interface ge-1/0/0.1000
  6. Define the router to act as a PPPoE server when the PPPoE logical interface is created.
    [edit interfaces pp0 unit 1000]user@host# set pppoe-options server
  7. Access the router advertisement configuration, and specify the prefixes that the BNG sends in router advertisements for the static interface. Make sure that the prefixes match the source address configured for the static PPPoE logical interface configured in Step 3.
    [edit]user@host# edit protocols router-advertisementuser@host# set interface pp0.1000 prefix 2040:2004::/64

Published: 2013-07-17