SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  PPPoE(IPv4) and DHCPv6 work on same interface?

    Posted 11-14-2018 23:02

    I want to working PPPoE(IPv4) and DHCPv6 on same interface.
    Is it possible?
    IPv4 and IPv6 are same vlan-id, so I think can't use vlan-tagging is unmatch.

     

    (sample)
    set interfaces ge-0/0/0 unit 0 encapsulation ppp-over-ether
    set interfaces ge-0/0/0 unit 1 family inet6 dhcpv6-client client-type statefull
    set interfaces ge-0/0/0 unit 1 family inet6 dhcpv6-client client-ia-type ia-na
    set interfaces ge-0/0/0 unit 1 family inet6 dhcpv6-client client-identifier duid-type duid-ll

     

    (error message)

     'unit 1'
    Only unit 0 is valid for this encapsulation

     

    model:SRX210
    version:12.1X46-D35.1

     

    Thanks.



  • 2.  RE: PPPoE(IPv4) and DHCPv6 work on same interface?

     
    Posted 11-15-2018 04:06

    Hi,

     

    Are you trying to setup DHCPv6 over PPPoE? if yes, have a look at this KB

    https://kb.juniper.net/InfoCenter/index?page=content&id=KB30824

     

     



  • 3.  RE: PPPoE(IPv4) and DHCPv6 work on same interface?

    Posted 11-15-2018 04:53

    Do you have dhcpv6 as allowed on the zone

    set security zone security-zone NAME host-inbound-services system-services dhcpv6

     



  • 4.  RE: PPPoE(IPv4) and DHCPv6 work on same interface?
    Best Answer

    Posted 11-15-2018 15:57

    Thanks!