gui and maps does not display lldp and cdp links

Description

I have a network of a linux server with lldpd <> hp switch <> cisco switch.

snmpwalk over 1.0.8802 works for the linux server
snmpwalk over 1.0.8802 and ciscoMgmt.23 (cdp) works for the cisco switch
snmpwalk over 1.0.8802 does not work over the HP switch.

OpenNMS does not display bridge, lldp or cdp neighbors in the link view for the linux server.
OpenNMS does not display bridge, lldp or cdp neighbors in the link view for the cisco switch.
OpenNMS does not display bridge, lldp for the HP switch. For CDP neighbors deviceID and Port are somehow scrambled.

For all hosts I see nodeLinkDiscoveryCompleted events.

Environment

Debian 7, Java 1.7.0_76-b13.

Acceptance / Success Criteria

None

Attachments

2

Lucidchart Diagrams

Activity

Show:

Antonio Russo March 24, 2015 at 1:16 PM

Merged in develop, release-15.0.2, foundation

MacBook-Pro-di-Antonio-Russo:opennms antonio$ git push
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
647c568..caca97e develop -> develop

MacBook-Pro-di-Antonio-Russo:opennms antonio$ git push
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
35d7f99..688de1a release-15.0.2 -> release-15.0.2

MacBook-Pro-di-Antonio-Russo:opennms antonio$ git push
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
889f698..62f404d foundation -> foundation

Antonio Russo March 24, 2015 at 4:03 AM

Cherry-pick the changes on foundation needed to fix the rename fo the TestNetworkBuilder to 15.0.2

MacBook-Pro-di-Antonio-Russo:opennms antonio$ git status
On branch features/15.0.2-enlinkd
Your branch is ahead of 'origin/features/15.0.2-enlinkd' by 1 commit.
(use "git push" to publish your local commits)

nothing to commit, working directory clean
MacBook-Pro-di-Antonio-Russo:opennms antonio$ git push
Counting objects: 89, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (9/9), 724 bytes | 0 bytes/s, done.
Total 9 (delta 4), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
82b1434..688de1a features/15.0.2-enlinkd -> features/15.0.2-enlinkd

Antonio Russo March 24, 2015 at 3:25 AM

On features/foundation-enlinkd added two commits:

commit 62f404d5d7dd1a8fd5ec98f0644d6a3f12f0165d
Author: Antonio <rssntn67@yahoo.it>
Date: Tue Mar 24 08:22:19 2015 +0100

fixed a reference to renamed class NmsNetoworkBuilder

commit 0e76899c541f5a6ad85d421520e5dafcf31c9dd5
Author: Antonio <rssntn67@yahoo.it>
Date: Tue Mar 24 07:36:14 2015 +0100

Fix : problem with cdp and llpd

Moved the liquibase changes to 14.0.4 changelog

Pushed:

Counting objects: 139, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (17/17), done.
Writing objects: 100% (20/20), 2.19 KiB | 0 bytes/s, done.
Total 20 (delta 9), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
562cb12..62f404d features/foundation-enlinkd -> features/foundation-enlinkd

Antonio Russo March 23, 2015 at 4:29 PM

cherry-picked to features/foundation-enlinkd:

git checkout features/foundation-enlinkd
git cherry-pick 5276a7b84b3b3dfe58fc3869f42890a639ddffc5
git cherry-pick 41bebca8a99c786a527ae2ef63c8ed7250471d3b
git cherry-pick 1a9ce61ecbfb4b30d0cec6939abe82c34d9ee776
git cherry-pick c2780efc64122698284f8b6bb0bae88c9a148bb6
needs merge
vi core/schema/src/main/liquibase/14.0.4/changelog.xml
git rm core/schema/src/main/liquibase/1.15.2/changelog.xml
git cherry-pick --continue
git cherry-pick e3944b33b84d680b11b1d08dc243708b09ae290a
git cherry-pick caca97eae5d056fc0281f2bf357a09aefd727549
git push

Counting objects: 506, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (113/113), done.
Writing objects: 100% (156/156), 27.55 KiB | 0 bytes/s, done.
Total 156 (delta 58), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
898fdad..562cb12 features/foundation-enlinkd -> features/foundation-enlinkd

Antonio Russo March 23, 2015 at 4:17 PM

cherry-picked in features/15.0.2-enlinkd branch and pushed

git cherry-pick 5276a7b84b3b3dfe58fc3869f42890a639ddffc5
git cherry-pick 41bebca8a99c786a527ae2ef63c8ed7250471d3b
git cherry-pick 1a9ce61ecbfb4b30d0cec6939abe82c34d9ee776
git cherry-pick c2780efc64122698284f8b6bb0bae88c9a148bb6
git cherry-pick e3944b33b84d680b11b1d08dc243708b09ae290a
git cherry-pick caca97eae5d056fc0281f2bf357a09aefd727549
MacBook-Pro-di-Antonio-Russo:opennms antonio$ git push
Counting objects: 543, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (118/118), done.
Writing objects: 100% (161/161), 18.20 KiB | 0 bytes/s, done.
Total 161 (delta 60), reused 0 (delta 0)
To git@github.com:OpenNMS/opennms.git
979beb8..82b1434 features/15.0.2-enlinkd -> features/15.0.2-enlinkd

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created March 17, 2015 at 9:37 AM
Updated May 11, 2015 at 3:50 PM
Resolved March 24, 2015 at 1:16 PM