Routing

 View Only
  • 1.  issue with vMX acting as RR

    Posted 07-19-2025 16:21

    Hey everyone,

    I'm working on a Juniper MX150 (vMX) router, which is acting as a secondary Route Reflector (RR). The other side of the RR is an ACX5448.

    Initially, I tried to bundle two 10G links using LACP to form an AE interface. However, I discovered that vMX doesn't support LACP, and the configuration is ignored with this warning:
    run show configuration interfaces xe-0/0/13
    ##
    ## Warning: configuration block ignored: unsupported platform (vmx)
    ##
    ether-options {
        802.3ad ae1;

    As a workaround, I configured two separate /30 point-to-point interfaces (one for each physical link).

    The issue I'm now facing is that BGP sessions are flapping frequently, even on the primary RR, when both P2P links are up.

    I suspect the problem may be related to per-packet load balancing, which I'm currently using:

    set policy-options policy-statement per_flow_load_balancing then load-balance per-packet
    set routing-options forwarding-table export per_flow_load_balancing

    If anyone has experienced a similar issue or has suggestions on how to stabilize the setup (e.g., better load balancing strategy or routing tweaks), I'd really appreciate your input.

    Thanks!









    ------------------------------
    Mostafa Nabil
    ------------------------------


  • 2.  RE: issue with vMX acting as RR

    Posted 07-20-2025 12:18

    Hi,

    What version vMX that u used? I suggest u use gigaethernet not ether-option because it for vEX.

    Thanks




  • 3.  RE: issue with vMX acting as RR

    Posted 07-21-2025 05:05
    Edited by Mostafa Nabil 07-21-2025 06:43

    version is 21.2R3-S8.5

    thanks a lot the command accepted with gigaethernet 

    # set interfaces xe-0/0/12 gigether-options 802.3ad ae0    

    [edit]
    # commit check 
    configuration check succeeds



    ------------------------------
    Mostafa Nabil
    ------------------------------



  • 4.  RE: issue with vMX acting as RR

    Posted 08-06-2025 20:21

    After i applay the conf using gigaethernet the below error """error: device ae0 not found"""

    # run show configuration | match ae0 | display set
    set interfaces xe-0/0/12 gigether-options 802.3ad ae0
    set interfaces ae0 mtu 9216
    set interfaces ae0 aggregated-ether-options minimum-links 1
    set interfaces ae0 aggregated-ether-options lacp active

    # commit confirmed will be rolled back in 9 minutes
    [edit]
    ]
    # run show interfaces terse ae0
    error: device ae0 not found



    ------------------------------
    Mostafa Nabil
    ------------------------------



  • 5.  RE: issue with vMX acting as RR

    Posted 08-07-2025 01:37

    Did you configured ? 

    set chassis aggregated-devices ethernet device-count <*> 



    ------------------------------
    Bandiu Alin-Filip-Gabriel
    ------------------------------



  • 6.  RE: issue with vMX acting as RR

    Posted 08-11-2025 04:25

    No this commands is missing 
    thanks I will arrange a down time to enable the ether-channal again and test



    ------------------------------
    Mostafa Nabil
    ------------------------------



  • 7.  RE: issue with vMX acting as RR

    Posted 08-13-2025 04:35

    Thanks now the AE0 is appear and it's up 
    final configurations 

    set chassis aggregated-devices ethernet device-count 1
    set interfaces xe-0/0/12 gigether-options 802.3ad ae0
    set interfaces ae0 mtu 9216
    set interfaces ae0 aggregated-ether-options minimum-links 1
    set interfaces ae0 aggregated-ether-options lacp active
    set interfaces ae0 aggregated-ether-options lacp periodic fast
    set interfaces ae0 flexible-vlan-tagging
    set interfaces ae0 encapsulation flexible-ethernet-services



    ------------------------------
    Mostafa Nabil
    ------------------------------