Example: Configuring the PPPoE-Based Radio-to-Router Protocol

To configure the PPPoE-based radio-to-router protocol:

  1. Enable the PPPoE-based radio-to-router protocol.

    [edit ]user@host# edit interfaces ge-3/0/3 unit 1 radio-router
  2. Set the weights used when transforming PADQ link metrics into an interface speed for the virtual link.

    [edit interfaces ge-3/0/3 unit 1 radio-router]user@host# set bandwidth 100 resource 100 latency 100 quality 100
  3. Set the required difference between the calculated and current interface speeds, as a percentage.

    [edit interfaces ge-3/0/3 unit 1 radio-router]user@host# set threshold 10
  4. Configure options on the logical interface.

    [edit interfaces pp0 unit 1]user@host# set pppoe-options underlying-interface ge-3/0/3user@host# set pppoe-options server testuser@host# set family inet unnumbered-address lo0.0 destination 192.168.1.2user@host# set family inet6 unnumbered-address lo0.0 destination fec0:1:1:1::2

Related Topics