Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.

juniper PPPoE subscriber over aggregate interface

  • 1.  juniper PPPoE subscriber over aggregate interface

    This message was posted by a user wishing to remain anonymous
    Posted 09-27-2021 10:55
    This message was posted by a user wishing to remain anonymous

    The following subscriber configuration doesn't work over ae0 interface. No users pppoe connection.

    set interfaces ae0 description Interface
    set interfaces ae0 flexible-vlan-tagging
    set interfaces ae0 mtu 5000
    set interfaces ae0 aggregated-ether-options link-speed 10g
    set interfaces ae0 aggregated-ether-options lacp active
    set interfaces ae0 aggregated-ether-options lacp periodic slow
    set interfaces ae0 unit 700 description FIBERHOME
    set interfaces ae0 unit 700 encapsulation ppp-over-ether
    set interfaces ae0 unit 700 vlan-id 700
    set interfaces ae0 unit 700 pppoe-underlying-options duplicate-protection
    set interfaces ae0 unit 700 pppoe-underlying-options dynamic-profile PPPOE-PROFILE
    
    set interfaces xe-0/1/0 gigether-options 802.3ad ae0
    
    
    
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" no-traps
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" ppp-options chap
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" ppp-options pap
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" ppp-options mtu 1492
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" pppoe-options underlying-interface "$junos-underlying-interface"
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" pppoe-options server
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" keepalives interval 30
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet rpf-check
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet tcp-mss 1452
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet unnumbered-address lo0.0
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet6 rpf-check
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet6 tcp-mss 1432
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet6 address $junos-ipv6-address
    set dynamic-profiles PPPOE-PROFILE interfaces pp0 unit "$junos-interface-unit" family inet6 unnumbered-address lo0.0
    set dynamic-profiles PPPOE-PROFILE protocols router-advertisement interface "$junos-interface-name" no-managed-configuration
    set dynamic-profiles PPPOE-PROFILE protocols router-advertisement interface "$junos-interface-name" other-stateful-configuration
    set dynamic-profiles PPPOE-PROFILE protocols router-advertisement interface "$junos-interface-name" prefix $junos-ipv6-ndra-prefix​


    works only if I change to a non aggregated interface like that:

    set interfaces xe-0/1/1 description TEST
    set interfaces xe-0/1/1 flexible-vlan-tagging
    set interfaces xe-0/1/1 mtu 5000
    
    set interfaces xe-0/1/1 unit 700 description FIBERHOME
    set interfaces xe-0/1/1 unit 700 encapsulation ppp-over-ether
    set interfaces xe-0/1/1 unit 700 vlan-id 700
    set interfaces xe-0/1/1 unit 700 pppoe-underlying-options duplicate-protection
    set interfaces xe-0/1/1 unit 700 pppoe-underlying-options dynamic-profile PPPOE-PROFILE
    



    Unsupported I guess?