Pseudowires not displaying

Hi there

I’m running librenms version 1.38

Just testing librenms at the moment and I am polling against 1 Cisco ASA902 device, mostly it looks ok but there is absolutely no data under the pseudowires tab, it’s completely blank.

There is data in the database table:

MariaDB [librenms]> select * from pseudowires;
±--------------±----------±--------±---------------±------------±--------±-------±---------±-----------±-------------±------------±---------+
| pseudowire_id | device_id | port_id | peer_device_id | peer_ldp_id | cpwVcID | cpwOid | pw_type | pw_psntype | pw_local_mtu | pw_peer_mtu | pw_descr |
±--------------±----------±--------±---------------±------------±--------±-------±---------±-----------±-------------±------------±---------+
| 9 | 7 | 0 | 0 | 10250 | 1 | 1 | ethernet | mpls | 0 | 0 | |
| 10 | 7 | 0 | 0 | 10250 | 2 | 2 | ethernet | mpls | 0 | 0 | |
| 11 | 7 | 0 | 0 | 10250 | 1 | 3 | ethernet | mpls | 0 | 0 | |
| 12 | 7 | 0 | 0 | 10100 | 2 | 4 | ethernet | mpls | 0 | 0 | |
| 13 | 7 | 0 | 0 | 10100 | 3 | 5 | ethernet | mpls | 0 | 0 | |
| 14 | 7 | 0 | 0 | 10250 | 3 | 6 | ethernet | mpls | 0 | 0 | |
| 15 | 7 | 0 | 0 | 10250 | 4 | 7 | ethernet | mpls | 0 | 0 | |
| 16 | 7 | 0 | 0 | 10250 | 3 | 8 | ethernet | mpls | 0 | 0 | |
±--------------±----------±--------±---------------±------------±--------±-------±---------±-----------±-------------±------------±---------+

and this is what the router config looks like:
#show xconnect all
Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State
UP=Up DN=Down AD=Admin Down IA=Inactive
SB=Standby HS=Hot Standby RV=Recovering NH=No Hardware

XC ST  Segment 1                         S1 Segment 2                         S2
------+---------------------------------+--+---------------------------------+--
UP pri  vfi VPLSNAME1                  UP mpls 10.1.200.2:3               UP
SB pri  vfi VPLSNAME1                   UP mpls 10.2.250.1:3               SB
SB pri  vfi VPLSNAME1                   UP mpls 10.2.250.1:4               SB
SB pri  vfi VPLSNAME1                   UP mpls 10.2.250.5:3               SB
UP pri  vfi VPLSNAME2                UP mpls 10.2.250.5:1               UP
UP pri  vfi VPLSNAME2                 UP mpls 10.2.250.1:2               UP
UP pri  vfi VPLSNAME2               UP mpls 10.2.250.1:1               UP
UP pri  vfi VPLSNAME2                UP mpls 10.1.200.1:2               UP
UP pri   bd 1505                        UP  vfi VPLSNAME2                UP
UP pri   bd 1509                         UP  vfi VPLSNAME1                   UP

Any idea why this is?

pastebin ./poller.php -h HOSTNAME -d

I am experiencing the same thing. There are pseudowires listed in the DB librenms.pseudowires, but the pseudowires page is blank.
@martinrw were you able to get more information on this?

Hi @Kevin_Krumm, here is a pastebin of a device with a pseudowire: https://pastebin.com/d8Sb4zaT

I am also having this issue. There is data in the pseudowire table of the database, but it is not showing in the GUI. Is there any information on how to troubleshoot this problem?