Netdot
Netdot copied to clipboard
Network Documentation Tool
Hi, By clicking in Topology submenu this error appears: ``` Error device.html produced the following error: Cannot find root device: localhost Please go back and try again. ``` In this...
Hi ! I´m trying to use CLI to discover devices using the command below: `` ./updatedevices.pl -B 192.168.1.0/24 -I -c public `` `` bash: ./updatedevices.pl: : bad interpreter: No such...
Hi, moved from Ubuntu 14.04 to 20.04, all seems fine, but when executing the cronjob: $PREFIX/bin/updatedevices.pl -DFA this error appear in /var/log/syslog netdot: ERROR - DBD::mysql::st execute failed: Field 'use_network_broadcast'...
Install fails on Debian 10 because of unsigned repository and missing dep Net::DNS::ZoneFile::Fast
I just tried to install netdot on a newly installed Debian 10 system. I encountered a few issues along the way which most likely need some attention. This is what...
Is there a way to rebuild the cache for Netdot version 1.0.4 when we run into the following error? ip.html produced the following error: Could not get a valid iptree4...
Greetings Netdot users/devs, I've been hacking on the Netdot code for a while now. I am attempting to add support for SSO (Single Sign-On) and am hitting a rough patch...
When searching for a site in "Cabel Plant"->"Sites"->Site Search It seems to search at least in site.name, site.number, site.aliases fields. When searching in modal boxes, for example in a network...
Not 100% sure if this is a configuration problem (netdot_apache2_ldap.conf?) or if its an issue in the code. Right now we are running Netdot ( v.1.0.7) not sure if this...
When getting forwarding table from an H3C switch via CLI. Process is halted with this error: DEBUG - PhysAddr::format_address_db: MAC address (0000:5e00:0150) formatted for DB storage to: 00005E000150 ERROR: 00005E000150...
It seems that network devices are adopting XML API to expose configuration and ARP/FWT: * https://www.cisco.com/c/en/us/td/docs/ios_xr_sw/iosxr_r4-1/xml/programming/guide/xl41apidoc/xl41over.html * https://www.paloaltonetworks.com/documentation/71/pan-os/xml-api/get-started-with-the-pan-os-xml-api I've tested it successfully for PaloAlto device: https://github.com/vink78/Netdot/commit/eb836553da78c8fa9e9803e7c7a6f286b3bb9bca Do you have similar...