Discussion:
[rancid] Brocade MLX16 generate diff on up time change date
Gerhard Mourani
2013-02-08 14:08:30 UTC
Permalink
Hello List,

I've a particular small issue with Brocade/Foundry MLX16 devices. My crond job is configured to run Rancid every two hours and every two hours I receive messages alerting me that configs has changed on the MLX16 switches but the diff is related to Up Time change like this:

- !Switch Fabric Module 1 Up Time is 64 days 3 hours 10 minutes 28 seconds
+ !Switch Fabric Module 1 Up Time is 64 days 5 hours 10 minutes 47 seconds

This happen only on MLX16 models, the other Brocade/Foundry doesn't have this problem.

Gerhard,
Tobias Brunner
2013-02-08 14:24:49 UTC
Permalink
Hi,
Post by Gerhard Mourani
I've a particular small issue with Brocade/Foundry MLX16 devices. My crond
job is configured to run Rancid every two hours and every two hours I
receive messages alerting me that configs has changed on the MLX16 switches
- !Switch Fabric Module 1 Up Time is 64 days 3 hours 10 minutes 28 seconds
+ !Switch Fabric Module 1 Up Time is 64 days 5 hours 10 minutes 47 seconds
This happen only on MLX16 models, the other Brocade/Foundry doesn't have this problem.
We had exactly the same issue, see http://www.shrubbery.net/pipermail/rancid-discuss/2013-January/006632.html

And here are some more infos: http://tobrunet.ch/2013/01/backup-brocade-router-config-with-rancid/

Cheers,
Tobias
--
Nine Internet Solutions AG, Albisriederstr. 243a, CH-8047 Zuerich
Support +41 44 637 40 40 | Tel +41 44 637 40 00 | Direct +41 44 637 40 13
Skype nine.ch_support
Gerhard Mourani
2013-02-08 15:34:00 UTC
Permalink
Hi Tobias,

Thanks a lot. I use latest version of Rancid 2.3.8 and the line to change doesn't look the same. Therefore I've modified as follow, and will test to let you know, thanks again.

- next if (/^(System|(Active|Standby) Management|LP Slot \d+) uptime is/);
+ next if (/^(System|(Active|Standby) Management|LP Slot \d+|Switch Fabric Module \d+) (uptime|Up Time) is/);

Gerhard,

-----Original Message-----
From: rancid-discuss-***@shrubbery.net [mailto:rancid-discuss-***@shrubbery.net] On Behalf Of Tobias Brunner
Sent: February-08-13 9:25 AM
To: rancid-***@shrubbery.net
Subject: Re: [rancid] Brocade MLX16 generate diff on up time change date

Hi,
Post by Gerhard Mourani
I've a particular small issue with Brocade/Foundry MLX16 devices. My
crond job is configured to run Rancid every two hours and every two
hours I receive messages alerting me that configs has changed on the
- !Switch Fabric Module 1 Up Time is 64 days 3 hours 10 minutes 28 seconds
+ !Switch Fabric Module 1 Up Time is 64 days 5 hours 10 minutes 47
+ seconds
This happen only on MLX16 models, the other Brocade/Foundry doesn't have this problem.
We had exactly the same issue, see http://www.shrubbery.net/pipermail/rancid-discuss/2013-January/006632.html

And here are some more infos: http://tobrunet.ch/2013/01/backup-brocade-router-config-with-rancid/

Cheers,
Tobias
Gerhard Mourani
2013-02-14 14:24:33 UTC
Permalink
Hello,

Just to let you know that the applied patch (modification) worked for the MLX models.

Gerhard,

-----Original Message-----
From: rancid-discuss-***@shrubbery.net [mailto:rancid-discuss-***@shrubbery.net] On Behalf Of Gerhard Mourani
Sent: February-08-13 10:34 AM
To: Tobias Brunner; rancid-***@shrubbery.net
Subject: Re: [rancid] Brocade MLX16 generate diff on up time change date

Hi Tobias,

Thanks a lot. I use latest version of Rancid 2.3.8 and the line to change doesn't look the same. Therefore I've modified as follow, and will test to let you know, thanks again.

- next if (/^(System|(Active|Standby) Management|LP Slot \d+) uptime is/);
+ next if (/^(System|(Active|Standby) Management|LP Slot
+ \d+|Switch Fabric Module \d+) (uptime|Up Time) is/);

Gerhard,

-----Original Message-----
From: rancid-discuss-***@shrubbery.net [mailto:rancid-discuss-***@shrubbery.net] On Behalf Of Tobias Brunner
Sent: February-08-13 9:25 AM
To: rancid-***@shrubbery.net
Subject: Re: [rancid] Brocade MLX16 generate diff on up time change date

Hi,
Post by Gerhard Mourani
I've a particular small issue with Brocade/Foundry MLX16 devices. My
crond job is configured to run Rancid every two hours and every two
hours I receive messages alerting me that configs has changed on the
- !Switch Fabric Module 1 Up Time is 64 days 3 hours 10 minutes 28 seconds
+ !Switch Fabric Module 1 Up Time is 64 days 5 hours 10 minutes 47
+ seconds
This happen only on MLX16 models, the other Brocade/Foundry doesn't have this problem.
We had exactly the same issue, see http://www.shrubbery.net/pipermail/rancid-discuss/2013-January/006632.html

And here are some more infos: http://tobrunet.ch/2013/01/backup-brocade-router-config-with-rancid/

Cheers,
Tobias

Loading...