Routing

last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  MX5: l2ald/MVRP message flooding messages log

    Posted 04-09-2012 08:09

    Hello Everyone,

    I'm pretty familiar with the SRX and J-Series, but this my first time managing a MX Router so I'm a little lost on how to turn off this message below:

     

    Apr 9 10:07:24 MX5-TOL-EDGE l2cp[1315]: task_connect: task MVRP l2ald ipc./var/run/l2ald_control addr /var/run/l2ald_control: No such file or directory
    Apr 9 10:07:44 MX5-TOL-EDGE last message repeated 20 times
    Apr 9 10:09:44 MX5-TOL-EDGE last message repeated 120 times
    Apr 9 10:19:45 MX5-TOL-EDGE last message repeated 600 times
    Apr 9 10:29:45 MX5-TOL-EDGE last message repeated 599 times
    Apr 9 10:31:57 MX5-TOL-EDGE last message repeated 132 times
    Apr 9 10:31:58 MX5-TOL-EDGE l2cp[1315]: task_connect: task MVRP l2ald ipc./var/run/l2ald_control addr /var/run/l2ald_control: No such file or directory

    I've figured out that l2ald is a Layer-2 learning process and the MVRP is Multi-VLAN Registration Protocol, but I don't believe I am using either service:

     

    user@MX5-TOL-EDGE> show configuration protocols mvrp 
    
    user@MX5-TOL-EDGE> show configuration protocols l2-learning 
    
    user@MX5-TOL-EDGE> 

     Does anyone have any idea how to shut off this message?

     

    user@MX5-TOL-EDGE> show configuration system syslog file messages 
    any notice;
    authorization info;
    archive size 1m files 3;

     

     



  • 2.  RE: MX5: l2ald/MVRP message flooding messages log
    Best Answer

    Posted 04-16-2012 02:42

    If you are sure on not using l2ald

     

    Option A:

     

    Disable  l2ald process using command "set system processes l2-learning disable"

     

     

    Option B:

     

    You can supress these using regexp under syslog

     

    set system syslog file messages match "!(.*/var/run/l2ald_control.*)";

     

    - Arun



  • 3.  RE: MX5: l2ald/MVRP message flooding messages log

    Posted 05-02-2012 12:56

    I was able to stop the l2-learning process and fix the issue. Thanks again for your assistance!