Welcome, Guest. Please login or register.

Author Topic: Write Nodes: "Loop .. belongs to this device .."  (Read 3321 times)

SchmuFoo

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Write Nodes: "Loop .. belongs to this device .."
« on: August 16, 2018, 11:47:17 am »
Hello Community,

I created the def file https://forum.nedi.ch/index.php?topic=2145.0 earlier and can now spend a bit more time with it.

One of my problems is, that during discovery I always get messages like:

Code: [Select]
Write Nodes ------------------------------------------------------------------
LOOP:001f45a0481d on tg.13.8 vl12 belongs to this device ...!

In the Forum I found on old Thread (https://forum.nedi.ch/index.php?topic=1944.msg8589#msg8589) covering something similiar, but the solution was for an very old NeDi version.

Someone found a fix for the current one?

Thanks & Cheers,
Jan

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2893
    • View Profile
    • NeDi
Re: Write Nodes: "Loop .. belongs to this device .."
« Reply #1 on: August 21, 2018, 11:40:12 am »
Is this an interlink on a stack? If so, try adding the MAC to ignoredmacs in nedi.conf...
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo

SchmuFoo

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Write Nodes: "Loop .. belongs to this device .."
« Reply #2 on: August 24, 2018, 09:31:52 am »
Nope, the addresses are the Burned-in-MACs. On this single device 449 loop messages  ::)

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2893
    • View Profile
    • NeDi
Re: Write Nodes: "Loop .. belongs to this device .."
« Reply #3 on: August 31, 2018, 11:17:44 am »
Ah, like them old Cisco 3500XL switches. You can add |^001f45 to ignoredmacs, which should help...
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo

SchmuFoo

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Write Nodes: "Loop .. belongs to this device .."
« Reply #4 on: September 06, 2018, 09:10:29 am »
Ah, like them old Cisco 3500XL switches. You can add |^001f45 to ignoredmacs, which should help...

@All:

Remo found out that this Regex is not used for the needed Interface MAC addresses.

Due to that, when using NeDi 1.6 it is also needed to modify row 2799 (3136 when using NeDi 1.8 ) in libsnmp.pm:

Code: [Select]
if( $mcst == 1 ){
« Last Edit: September 06, 2018, 09:12:11 am by SchmuFoo »