Cisco ISR4461 oxidized no_connection

Hello everyone,
I’ve an issue with my cisco isr4461 router, oxidized did not do backup of my device. any other have not issues.
Also i’ve got acces from oxidized/librenms machine to isr4461 router.

unnamed

my config file

interval: 86400

use_syslog: true

threads: 30

timeout: 120

retries: 3

prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/

rest: 127.0.0.1:8888

next_adds_job: false

vars: {}

groups: {}

models:

iosxe:

username: oxidized

password:

ios:

username: oxidized

password:

asa:

username: oxidized

password:

asaenable:

username: oxidized

password:

fortios:

username: oxidized

password:

nxos:

username: oxidized

password:

netscaler:

username: oxidized

password:

xos:

username: oxidized

password:

vrp:

username: oxidized

password:

comware:

username: oxidized

password:

procurve:

username: oxidized

password:

pid: “/home/oxidized/.config/oxidized/pid”

stats:

history_size: 10

input:

default: ssh, telnet

debug: false

ssh:

secure: false

telnet:

secure: false

ftp:

passive: true

utf8_encoded: true

output:

default: git

repo: "/home/oxidized/.config/oxidized/configs"

source:

default: csv

http:

url: http://127.0.0.1/api/v0/oxidized

scheme: http

secure: false

debug: true

map:

  name: hostname

  model: os

  group: group

csv:

file: "/home/oxidized/.config/oxidized/router.db"

gpg: false

delimiter: !ruby/regexp /:/

debug: true

map:

  name: 0

  model: 1

model_map:

cisco: ios

cisco: xos

juniper: junos

linux: openwrt

asaenable: asaenable

i suspect, its OS map issue
can you map cisco:iosxr

if not enable debug at below section

input:

default: ssh, telnet

debug: false

is this really solved?
isr4461 has IOS XE (iosxe equal ios) and not XR :thinking:

yeah in my case, this solution was helped.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.