Wired Intelligent Edge

 View Only
  • 1.  Filter out CX event 105 LLDP

    Posted Apr 24, 2026 04:15 PM

    My logs are not valuable as they fill up with LLDP events.

    I added this to my config (CX 6100  10.16.1030 code), but it isn't skipping them.

    logging filter event105
         10 deny event-id 105

    What am I missing??

    2026-04-24T14:56:36.826059-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.102 updated on 1/1/12
    2026-04-24T14:56:36.014177-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.100 updated on 1/1/8
    2026-04-24T14:56:34.301460-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.105 updated on 2/1/12
    2026-04-24T14:56:32.598668-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.108 updated on 2/1/15
    2026-04-24T14:56:29.682906-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.112 updated on 2/1/10
    2026-04-24T14:56:28.808962-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.103 updated on 2/1/14
    2026-04-24T14:56:28.794503-05:00 MX-6100P48G-Office lldpd[3751]: Event|105|LOG_INFO|CDTR|1|LLDP neighbor 10.175.1.109 updated on 1/1/5



    -------------------------------------------


  • 2.  RE: Filter out CX event 105 LLDP

    Posted Apr 27, 2026 04:49 AM

    Did you enable the filter (enable keyword in the logging context).

    -------------------------------------------



  • 3.  RE: Filter out CX event 105 LLDP

    Posted Apr 27, 2026 10:44 AM

    I can only enable it on 1 of the filter categories.  It will flip back to only the latest one it was enabled on.

    I don't want warnings or below going to my SYSLOG server but still want warnings going to the system log, just not event 105

    logging filter SYSLOG
        enable
         10 deny severity lt warning
    logging filter event105
         10 deny event-id 105

    -------------------------------------------



  • 4.  RE: Filter out CX event 105 LLDP
    Best Answer

    Posted Apr 29, 2026 11:43 AM

    I think I figured it out.

    Enable the event105 filter then the SYSLOG filter is specified in a different line.

    logging filter SYSLOG
         10 deny severity lt warning
    logging filter event105
        enable
         10 deny event-id 105

    logging 10.2.101.140 udp 1512 filter SYSLOG

    -------------------------------------------