RE: RANCID filter_audit

"Yuval Ben-Ari" <[email protected]> Sun, 30 Jul 2006 01:00:56 +0200
Newsgroups gmane.network.toolmakers
Message-ID <58D14E53A4F69C4EAF4D29171C447CC491FA94@NTX-CL.forest.netvision.net.il>
> I've also been thinking of a couple of extensions, partially because
they are
> useful and partially because I haven't been coding in a while.
Slightly
> different than filter_audit would be something that checks for the
existence and
> linkage of the multiple maps Cisco requires for the modular quality of
service
> interface.

allow me to rant a little bit. I think if IOS was decently coded to
begin with we did not
need to spend all this time writing all these tools !!!
how trivial could it be to check for an existance of a filter before
applying it ???
same for other filter maps reference and MQC
I am willing to spend the time on filter_audit tool because the given
situation is that we
have many IOS devices and I don't see IOS fixed very soon (although XR
already available).

> <br>Perhaps as a less ambitious project, I've also considered writing
a tool=20
> that gives a cross-reference to the appearance of certain IP
addresses, first in
> a single router configuration, and then across multiple
configurations.
> <br>Has anyone tried either of these? Is there interest? Is there
another tool
> that does these functions?

not sure I fully understand, you mean check for duplicate IP address ?
AFAIK, IOS will not allow to use duplicate IP on same router, or will
issue a warning
regarding duplicate IP on multiple devices, IOS will generate an error
log which I use to generate email alert, works ok for us.