Discussion:
[rancid] Rancid 3.1 and WAAS devices
Ryan West
2014-06-24 14:28:05 UTC
Permalink
Before upgrading from 2.3.6 to 3.1, I was able to back up WAAS devices. Now it's throwing the following error -

device-wave: End of run not found
! End of WAAS configuration

The line after this has the typical prompt#

I added a paging exception for End of WAAS, but it still fails with End of run not found.

clogin -t 90 -c "show run" seems to work fine as well.

Rancid -d functionality seems to have changed as well. rancid -d device-wave -t cisco.

loadtype(): device_type is empty
Couldn't load device type spec for

Thanks,

-ryan
Alan McKinnon
2014-06-24 16:57:06 UTC
Permalink
Post by Ryan West
Before upgrading from 2.3.6 to 3.1, I was able to back up WAAS devices.
Now it’s throwing the following error –
device-wave: End of run not found
! End of WAAS configuration
The line after this has the typical prompt#
I added a paging exception for End of WAAS, but it still fails with End of run not found.
clogin -t 90 -c "show run" seems to work fine as well.
Rancid –d functionality seems to have changed as well. rancid -d
device-wave -t cisco.
loadtype(): device_type is empty
Couldn't load device type spec for
The field separator in router.db has changed from ":" colon to ";"
semicolon (to account for IPv6 addresses as the device name)

Did you modify your router.db to account for this?
--
Alan McKinnon
***@gmail.com
heasley
2014-07-07 19:36:03 UTC
Permalink
Post by Ryan West
Before upgrading from 2.3.6 to 3.1, I was able to back up WAAS devices. Now it's throwing the following error -
device-wave: End of run not found
! End of WAAS configuration
The line after this has the typical prompt#
I added a paging exception for End of WAAS, but it still fails with End of run not found.
clogin -t 90 -c "show run" seems to work fine as well.
Rancid -d functionality seems to have changed as well. rancid -d device-wave -t cisco.
rancid-run -r devicename -t cisco [groupname]

is what you meant, i think
Post by Ryan West
loadtype(): device_type is empty
Couldn't load device type spec for
Thanks,
-ryan
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Ryan West
2014-07-07 19:41:59 UTC
Permalink
John,
Post by Ryan West
Rancid -d functionality seems to have changed as well. rancid -d device-wave -t cisco.
rancid-run -r devicename -t cisco [groupname]

is what you meant, i think


Thanks for replying, I'm trying to get the debug functionality working to see why it think's WAAS devices are not at the end of the configuration. I thought you could run rancid -d in the past for this.

Thanks,

-ryan
Post by Ryan West
loadtype(): device_type is empty
Couldn't load device type spec for
Thanks,
-ryan
heasley
2014-07-07 20:14:55 UTC
Permalink
Post by heasley
John,
Post by Ryan West
Rancid -d functionality seems to have changed as well. rancid -d device-wave -t cisco.
rancid-run -r devicename -t cisco [groupname]
oops, no '-t cisco' there.
Post by heasley
is what you meant, i think
Thanks for replying, I'm trying to get the debug functionality working to see why it think's WAAS devices are not at the end of the configuration. I thought you could run rancid -d in the past for this.
rancid -t type -d devicename
Post by heasley
Thanks,
-ryan
Post by Ryan West
loadtype(): device_type is empty
Couldn't load device type spec for
Thanks,
-ryan
Loading...