Discussion:
[rancid] Cisco Nexus
David Ahrens
2016-03-10 17:45:09 UTC
Permalink
Hi,

I'm trying to use rancid 3.2 to backup the configs of a Cisco Nexus.

Here's the version info for the Cisco Nexus:
Software
BIOS: version 08.06
NXOS: version 6.1(2)I2(2b)
BIOS compile time: 09/10/2014
NXOS image file is: bootflash:///n9000-dk9.6.1.2.I2.2b.bin
NXOS compile time: 8/7/2014 17:00:00 [08/08/2014 00:10:31]


Hardware
cisco Nexus9000 C9504 (4 Slot) Chassis ("Supervisor Module")
Intel(R) Xeon(R) CPU E5-2403 with 16402456 kB of memory.
Processor Board ID SAL18485EX1

I'm able to login to the switch using clogin. Here's my .cloginrc
### FTL Colo Cisco Nexus switches
#
#
###
add method * {ssh}
add autoenable MIA2-ESW* {1}
add user MIA2-ESW* {<removed>}
add password MIA2-ESW* { <removed>}

Here's the log file (it's the same for rounds 1..4):
=====================================
Getting missed routers: round 4.
mia2-esw0008-1_supa: missed cmd(s): show module,dir usb1:,dir debug:,show debug,show cores vdc-all,show vtp status,show module xbar,show inventory,dir usb2:,show vlan,dir volatile:,dir bootflash:,dir slot0:,show module fex,show processes log vdc-all,dir logflash:,show fex,show running-config
mia2-esw0008-1_supa: End of run not found
!


When I login to the Cisco-nexus using clogin, I'm able to manually enter these commands at the prompt.

Thanks,
David
Lee
2016-03-10 21:29:12 UTC
Permalink
Post by David Ahrens
Hi,
I'm trying to use rancid 3.2 to backup the configs of a Cisco Nexus.
[.. snip ..]
mia2-esw0008-1_supa: End of run not found
does router.db have the device type as cisco or cisco-nx? If it's
"cisco" try changing it.

Lee

Loading...