[rancid] rancid finding changes that do not exist
Jason Humes
JHumes at acs.on.ca
Tue Mar 17 15:02:28 UTC 2015
Hi
This is a Cisco 1800 IOS router/firewall configured in router.db as a 'cisco'. The version of RANCID is;
rancid at Netmon-Backup:~$ bin/rancid -V
rancid 3.1
I'm not sure what is meant by maybe the device is doing it...doing what? The diff is done by rancid, the router just does outputs the response of 'show' commands, no?
Thanks
Jason
-----Original Message-----
From: Jason Humes
Sent: Thursday, March 12, 2015 4:06 PM
To: rancid-discuss at shrubbery.net
Subject: rancid finding changes that do not exist
Hi
We've got some devices that rancid thinks have changed but have not, for example;
Index: configs/acs_internetmonitoringfirewall
===================================================================
- -- configs/acs_internetmonitoringfirewall (revision 3422)
@@ -344,13 +344,13 @@
ip http secure-server
ip http secure-port 4444
!
+ ip nat inside source static tcp 142.46.14.24 21 interface
+ FastEthernet0/0 21 ip nat inside source static tcp 142.46.14.172 443
+ interface FastEthernet0/0 443 ip nat inside source static tcp
+ 142.46.14.172 80 interface FastEthernet0/0 80
ip nat inside source static udp 142.46.14.167 162 interface FastEthernet0/0 162
ip nat inside source static udp 142.46.14.163 69 interface FastEthernet0/0 69
ip nat inside source static udp 142.46.14.19 514 interface FastEthernet0/0 514
ip nat inside source static udp 142.46.14.169 9996 interface FastEthernet0/0 9996
- ip nat inside source static tcp 142.46.14.24 21 interface FastEthernet0/0 21
- ip nat inside source static tcp 142.46.14.172 443 interface FastEthernet0/0 443
- ip nat inside source static tcp 142.46.14.172 80 interface FastEthernet0/0 80
ip nat inside source route-map nat interface FastEthernet0/0 overload
ip route 10.1.0.0 255.255.0.0 172.31.230.225 =================================================================
The line;
+ ip nat inside source static tcp 142.46.14.24 21 interface
+ FastEthernet0/0 21
Is actually;
ip nat inside source static tcp 142.46.14.24 21 interface FastEthernet0/0 21
Which rancid says was remvoed (-ip nat inside source static tcp 142.46.14.24 21 interface FastEthernet0/0 21)
Any idea why it is parsing the text like this?
Jason
More information about the Rancid-discuss
mailing list