Export cfg not working
Posted: Sat Feb 15, 2025 1:24 pm
Just patched from 6.x pro to eve-ng-pro 6.2.0-20
Issue was also there before
when exporting cfg from Cisco vIOS L3 the export will come up as success, however the actual config stops at "enable password xxxxx"
here the exported cfg from startup config
Works fine with Cisco vIOS L2, and was working on eve 5.x
Br Kasper.
Issue was also there before
when exporting cfg from Cisco vIOS L3 the export will come up as success, however the actual config stops at "enable password xxxxx"
here the exported cfg from startup config
Code: Select all
!
! Last configuration change at 13:07:52 UTC Sat Feb 15 2025 by kasper
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Internet_Router
!
boot-start-marker
boot-end-marker
!
!
enable password xxxxx
Br Kasper.