Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.

DHCPv6 prefix delefation over PPPoE

  • 1.  DHCPv6 prefix delefation over PPPoE

    Posted 05-03-2022 15:53
    Hi!

    I have a problem with the DHCPv6 over PPPoE. 
    When the session is created the DHCP assign the same network twice.


    This is the dynamic profile:

    set dynamic-profiles dyn-pppoe routing-instances "$junos-routing-instance" interface "$junos-interface-name" any
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" no-traps
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" ppp-options pap
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" pppoe-options underlying-interface "$junos-underlying-interface"
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" pppoe-options server
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" keepalives interval 30
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet filter input "$junos-input-filter"
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet filter input precedence 255
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet filter output "$junos-output-filter"
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet filter output precedence 255
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet unnumbered-address lo0.0
    set dynamic-profiles dyn-pppoe interfaces pp0 unit "$junos-interface-unit" family inet6 address $junos-ipv6-address
    set dynamic-profiles dyn-pppoe protocols router-advertisement interface "$junos-interface-name" other-stateful-configuration
    set dynamic-profiles dyn-pppoe protocols router-advertisement interface "$junos-interface-name" prefix $junos-ipv6-ndra-prefix

    Any clue to fix this issue?

    Thanks in advance!

    ------------------------------
    MARCOS PYTEL
    ------------------------------