Routerconfigs Not Backing up complete configuration Files

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
ravellani
Posts: 6
Joined: Thu May 04, 2017 12:23 pm

Routerconfigs Not Backing up complete configuration Files

Post by ravellani »

Hi,
I am using Cacti 1.1.38 with the routerconfigs plugin version 1.4.0 on Centos 7. I have installed the ssh2 module because my switches use ssh only. My problem is that routerconfigs is not getting the complete configuration. I have tried a few Cisco switches, 3750X and 6807XL, and I get most of the configuration but not the very bottom. If I do a manual copy run tftp from the switch to that tftp/cacti server, it works fine and the file is complete. The only way I get the partial configurations is if I uncheck "Check end in config" in the Device types area, otherwise it fails because the transferred files are not complete. Can you tell me how to fix this so I can back up the complete configurations and what is causing these to be cut off?

Debug from command line:

[root@cacti routerconfigs]# php -q router-download.php -b
01/10/2019 12:00:19 - RCONFIG NOTICE: Starting automatic backup
01/10/2019 12:00:19 - RCONFIG STATS: Backup now running since 2019-01-10 12:00:19
01/10/2019 12:00:19 - RCONFIG DEBUG: SQL: SELECT * FROM plugin_routerconfigs_devices WHERE enabled = 'on' AND (nextbackup <= 1547139619 OR nextbackup IS NULL)
01/10/2019 12:00:19 - RCONFIG DEBUG: Attempting download for Health-3750X
01/10/2019 12:00:19 - RCONFIG DEBUG: Base64 decoded: a:3:{i:944509325;i:1513470427;s:8:"password";s:6:"(6: chars)";i:944879454;i:1481959620;}
01/10/2019 12:00:19 - RCONFIG DEBUG: Base64 decoded: a:3:{i:1016058236;i:1388807243;s:8:"password";s:12:"(12: chars)";i:26344768;i:650310646;}
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 -> DEBUG: Attempting to connect via SSH
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Creating SSH(Server: 172.25.141.51, User: admin, Password: (6 chars), Enablepw: (12 chars), Devicetype: {"id":"1","name":"Cisco IOS","username":"username:","password":"password:","copytftp":"copy run tftp","version":"show version","confirm":"y","sleep":"125000","timeout":"1","forceconfirm":"","checkendinconfig":""}
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Setting timeout to 5 second(s)
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Setting sleep time to 125000 microsecond(s)
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: okay: logged in...
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Connected via ssh
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> NOTICE: Ensuring process is enabled
01/10/2019 12:00:19 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: -->
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X>
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X>
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Normal)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Attempt 1 of 10 to find prompt
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Sending enable command
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- en
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Password:
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Password)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> (12 chars)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X#
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Ok we are in enabled mode
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> Process is now enabled
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> copy run tftp
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- copy run tftp
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Address or name of remote host []?
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Question)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: copy run tftp
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: Address or name of remote host []?
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Question found
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> NOTICE: Sending Server: 10.24.24.80
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> 10.24.24.80
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 10.24.24.80
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Destination filename [health-3750x-confg]?
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Question)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: 10.24.24.80
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: Destination filename [health-3750x-confg]?
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Question found
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> NOTICE: Sending Filename (Destination): Health-3750X
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> Health-3750X
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X
01/10/2019 12:00:20 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- !
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- !
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 42303 bytes copied in 3.331 secs (12700 bytes/sec)
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X#
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: Health-3750X
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: !!
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: 42303 bytes copied in 3.331 secs (12700 bytes/sec)
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Line: Health-3750X#
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Checking for valid incoming file at /usr/share/cacti/backups/Health-3750X
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Attempting to open file at /usr/share/cacti/backups/Health-3750X
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Configuration end check was not performed
01/10/2019 12:00:23 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> terminal length 0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- terminal length 0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X#
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> terminal pager 0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- terminal pager 0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- ^
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- % Invalid input detected at '^' marker.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X#
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: --> show version
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- show version
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 12.2(55)SE12, RELEASE SOFTWARE (fc2)
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Technical Support: http://www.cisco.com/techsupport
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Copyright (c) 1986-2017 by Cisco Systems, Inc.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Compiled Thu 28-Sep-17 01:04 by prod_rel_team
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Image text-base: 0x00003000, data-base: 0x02800000
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- ROM: Bootstrap program is C3750E boot loader
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(53r)SE2, RELEASE SOFTWARE (fc1)
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X uptime is 23 weeks, 15 hours, 32 minutes
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- System returned to ROM by power-on
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- System image file is "flash:/c3750e-universalk9-mz.122-55.SE12.bin"
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- This product contains cryptographic features and is subject to United
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- States and local country laws governing import, export, transfer and
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- use. Delivery of Cisco cryptographic products does not imply
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- third-party authority to import, export, distribute or use encryption.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Importers, exporters, distributors and users are responsible for
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- compliance with U.S. and local country laws. By using this product you
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- agree to comply with applicable laws and regulations. If you are unable
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- to comply with U.S. and local laws, return this product immediately.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- A summary of U.S. laws governing Cisco cryptographic products may be found at:
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- If you require further assistance please contact us by sending email to
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- export@cisco.com.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- License Level: ipbase
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- License Type: Permanent
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Next reload license Level: ipbase
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- cisco WS-C3750X-48P (PowerPC405) processor (revision A0) with 262144K bytes of memory.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Processor board ID FDO1547V0U0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Last reset from power-on
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 2 Virtual Ethernet interfaces
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 1 FastEthernet interface
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 104 Gigabit Ethernet interfaces
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 4 Ten Gigabit Ethernet interfaces
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- The password-recovery mechanism is enabled.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 512K bytes of flash-simulated non-volatile configuration memory.
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Base ethernet MAC Address : 28:94:0F:B6:6C:80
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard assembly number : 73-12553-05
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard serial number : FDO15472M3D
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Model revision number
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- : A0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard revision number : D0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Model number : WS-C3750X-48P-S
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Daughterboard assembly number : 800-32727-01
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Daughterboard serial number : FDO154726W3
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- System serial number : FDO1547V0U0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Top Assembly Part Number : 800-31324-02
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Top Assembly Revision Number : E0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Version ID : V02
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- CLEI Code Number : COMJZ00ARB
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Hardware Board Revision Number : 0x03
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Switch Ports Model SW Version SW Image
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- ------ ----- ----- ---------- ----------
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- * 1 54 WS-C3750X-48P 12.2(55)SE12 C3750E-UNIVERSALK9-M
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- 2 54 WS-C3750X-48P 12.2(55)SE12 C3750E-UNIVERSALK9-M
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Switch 02
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- ---------
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Switch Uptime : 23 weeks, 15 hours, 32 minutes
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Base ethernet MAC Address : 2C:54:2D:85:61:80
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard assembly number : 73-12553-05
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard serial number : FDO16121J4Y
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Model r
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- evision number : A0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Motherboard revision number : D0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Model number : WS-C3750X-48P-S
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Daughterboard assembly number : 800-32727-01
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Daughterboard serial number : FDO161212S4
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- System serial number : FDO1612R3CA
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Top assembly part number : 800-31324-02
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Top assembly revision number : E0
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Version ID : V02
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- CLEI Code Number : COMJZ00ARB
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- License Level : ipbase
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- License Type : Permanent
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Next reboot licensing Level : ipbase
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Configuration register is 0xF
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: <-- Health-3750X#
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Configuration Data Length 42431
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Checking backup directory exists: /usr/share/cacti/archive/
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Attempting to backup to filename '/usr/share/cacti/archive/Health-3750X-2019-01-10-1200'
01/10/2019 12:00:24 - RCONFIG 172.25.141.51 (SSH) -> DEBUG: Backed up
01/10/2019 12:00:24 - RCONFIG NOTICE: Download successful for Health-3750X
01/10/2019 12:00:24 - RCONFIG DEBUG: Attempting download for TOB-6807-XL
01/10/2019 12:00:24 - RCONFIG DEBUG: Base64 decoded: a:3:{i:944509325;i:1513470427;s:8:"password";s:6:"(6: chars)";i:944879454;i:1481959620;}
01/10/2019 12:00:24 - RCONFIG DEBUG: Base64 decoded: a:3:{i:1016058236;i:1388807243;s:8:"password";s:12:"(12: chars)";i:26344768;i:650310646;}
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 -> DEBUG: Attempting to connect via SSH
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Creating SSH(Server: 172.25.141.1, User: admin, Password: (6 chars), Enablepw: (12 chars), Devicetype: {"id":"1","name":"Cisco IOS","username":"username:","password":"password:","copytftp":"copy run tftp","version":"show version","confirm":"y","sleep":"125000","timeout":"1","forceconfirm":"","checkendinconfig":""}
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Setting timeout to 5 second(s)
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Setting sleep time to 125000 microsecond(s)
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: okay: logged in...
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Connected via ssh
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> NOTICE: Ensuring process is enabled
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: -->
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- TOB-6807-XL>
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- TOB-6807-XL>
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Normal)
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Attempt 1 of 10 to find prompt
01/10/2019 12:00:24 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Sending enable command
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- en
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- Password:
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Password)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: --> (12 chars)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- TOB-6807-XL#
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Ok we are in enabled mode
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> Process is now enabled
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: --> copy run tftp
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- copy run tftp
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- Address or name of remote host []?
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Question)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: copy run tftp
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: Address or name of remote host []?
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Question found
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> NOTICE: Sending Server: 10.24.24.80
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: --> 10.24.24.80
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- 10.24.24.80
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- Destination filename [tob-6807-xl-confg]?
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Question)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: 10.24.24.80
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: Destination filename [tob-6807-xl-confg]?
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Question found
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> NOTICE: Sending Filename (Destination): TOB-6807-XL
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: --> TOB-6807-XL
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- TOB-6807-XL
01/10/2019 12:00:25 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- !
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- !
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- 94010 bytes copied in 2.880 secs (32642 bytes/sec)
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <--
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: <-- TOB-6807-XL#
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Found Prompt (Enabled)
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: TOB-6807-XL
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: !!
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: 94010 bytes copied in 2.880 secs (32642 bytes/sec)
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Line: TOB-6807-XL#
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Result: (0)
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Checking for valid incoming file at /usr/share/cacti/backups/TOB-6807-XL
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Attempting to open file at /usr/share/cacti/backups/TOB-6807-XL
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Configuration end check was not performed
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Configuration Data Length 93137
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Checking backup directory exists: /usr/share/cacti/archive/
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Attempting to backup to filename '/usr/share/cacti/archive/TOB-6807-XL-2019-01-10-1200'
01/10/2019 12:00:28 - RCONFIG 172.25.141.1 (SSH) -> DEBUG: Backed up
01/10/2019 12:00:28 - RCONFIG NOTICE: Download successful for TOB-6807-XL
01/10/2019 12:00:28 - RCONFIG NOTICE: 2 Devices Backed Up, 0 Devices Failed, 0 Disabled (ignored) in 9 seconds
01/10/2019 12:00:28 - RCONFIG DEBUG: 2 devices backed up successfully.
01/10/2019 12:00:28 - RCONFIG DEBUG: 0 devices failed to backup.
01/10/2019 12:00:28 - RCONFIG STATS: Time:9.08 Downloaded:2 Failed:0
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Routerconfigs Not Backing up complete configuration File

Post by netniV »

So you are saying that those two TFTP copies worked but you didn't have a full file?
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
ravellani
Posts: 6
Joined: Thu May 04, 2017 12:23 pm

Re: Routerconfigs Not Backing up complete configuration File

Post by ravellani »

Correct. They are missing the section before the "end" where you would normally have the line vty login commands.
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Routerconfigs Not Backing up complete configuration File

Post by netniV »

But if you manually TFTP they are there? The thing is, Router Configs has no control over that, but I am struggling to recall if there is anything in the code to remove those lines.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
ravellani
Posts: 6
Joined: Thu May 04, 2017 12:23 pm

Re: Routerconfigs Not Backing up complete configuration File

Post by ravellani »

Correct, if I manually copy the files, they are complete. There was another post for routerconfigs 1.4.0 where they wrote that they have to uncheck the "check end" section to have the files backup successfully. They might have the same issue and they did not check the bottom of the file to see that it is not complete.
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Routerconfigs Not Backing up complete configuration File

Post by netniV »

Might have to look into adding a disconnect wait period were it waits after disconnecting before attempting to verify the file.

Not something I can get to immediately as I'd need to add a field, database upgrade code, functionality in the functions.php and I'm on a mass migration with the day job at the moment so haven't much spare time.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
ravellani
Posts: 6
Joined: Thu May 04, 2017 12:23 pm

Re: Routerconfigs Not Backing up complete configuration File

Post by ravellani »

I understand, thanks. Please let me know how it goes.
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Routerconfigs Not Backing up complete configuration File

Post by netniV »

Do me a favour and post this as new GitHub issue on the router configs repo so I don't lose track of it?
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
ravellani
Posts: 6
Joined: Thu May 04, 2017 12:23 pm

Re: Routerconfigs Not Backing up complete configuration File

Post by ravellani »

OK
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: Routerconfigs Not Backing up complete configuration File

Post by netniV »

This was resolved.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests