We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Warning on logs (mentioned above)
No Warning on log
show version
(paste your output here)
show techsupport
(paste your output here or download and attach the file here )
The text was updated successfully, but these errors were encountered:
dprital
No branches or pull requests
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:
Describe the results you received:
Warning on logs (mentioned above)
Describe the results you expected:
No Warning on log
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: