Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endless LLDP warning messages when removing a port #10192

Closed
dprital opened this issue Mar 9, 2022 · 0 comments
Closed

Endless LLDP warning messages when removing a port #10192

dprital opened this issue Mar 9, 2022 · 0 comments
Assignees

Comments

@dprital
Copy link
Collaborator

dprital commented Mar 9, 2022

Description

When we add and remove a port in a loop we can reach to a situation where a warning message is keep appearing on syslog:

Jul 27 14:16:54.054777 r-anaconda-15 WARNING lldp#lldpmgrd[32]: Command failed 'lldpcli configure ports Ethernet18 lldp portidsubtype local etp5b': 2021-07-27T14:16:54 [WARN/lldpctl] cannot find port Ethernet18
Jul 27 14:16:54.062649 r-anaconda-15 WARNING lldp#lldpmgrd[32]: Command failed 'lldpcli configure ports Ethernet18 lldp portidsubtype local etp5b': 2021-07-27T14:16:54 [WARN/lldpctl] cannot find port Ethernet18
Jul 27 14:16:54.071074 r-anaconda-15 WARNING lldp#lldpmgrd[32]: Command failed 'lldpcli configure ports Ethernet14 lldp portidsubtype local etp4b': 2021-07-27T14:16:54 [WARN/lldpctl] cannot find port Ethernet14
Jul 27 14:16:54.080446 r-anaconda-15 WARNING lldp#lldpmgrd[32]: Command failed 'lldpcli configure ports Ethernet18 lldp portidsubtype local etp5b': 2021-07-27T14:16:54 [WARN/lldpctl] cannot find port Ethernet18
Jul 27 14:16:54.089640 r-anaconda-15 WARNING lldp#lldpmgrd[32]: Command failed 'lldpcli configure ports Ethernet14 lldp portidsubtype local etp4b': 2021-07-27T14:16:54 [WARN/lldpctl] cannot find port Ethernet14
we can recover this by removing the port and create it back again or restarting the lldp docker

Steps to reproduce the issue:

  1. Execute in a loop this:
  • create a port
  • sleep for few seconds
  • Removing this port
  • Sleep again for few seconds
  1. Warnings (described above) appear on log

Describe the results you received:

Warning on logs (mentioned above)

Describe the results you expected:

No Warning on log

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant