[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension
- Subject: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension
- From: ler762 at gmail.com (Lee)
- Date: Fri, 7 Oct 2016 10:59:09 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]> <CAD8GWstH+bMJNOJ3awdZVo=De_PzeiQTBf1s7Bo19kLdJnQ-_w@mail.gmail.com> <[email protected]>
On 10/7/16, Hank Nussbacher <hank at efes.iucc.ac.il> wrote:
> On 07/10/2016 00:33, Lee wrote:
>> dunno about creating web pages, but
>> https://www.nanog.org/meetings/abstract?id=785
>> has a section on showing filters that are defined but not referenced &
>> referenced but not defined
>
> In IOS-XR it is one command "sho rpl unused ?"
> RP/0/RSP0/CPU0:petach-tikva-gp#show rpl unused ?
> as-path-set Display as-path-set objects
> community-set Display community-set objects
> extcommunity-set Display extended community objects
> prefix-set Display prefix-set objects
> rd-set Display rd-set objects
> route-policy Display route-policy objects
> tag-set Display tag-set objects
>
> RP/0/RSP0/CPU0:petach-tikva-gp#show rpl unused prefix
> Fri Oct 7 08:24:53.237 IDT
>
> ACTIVE -- Referenced by at least one policy which is attached
> INACTIVE -- Only referenced by policies which are not attached
> UNUSED -- Not attached (directly or indirectly) and not referenced
I'm actually starting to miss being out of the game. I'm retired, so
don't have access to anything running IOS-XR. Just out of curiosity,
how does the output of 'show rpl unused prefix' compare to the output
of the script at http://pastebin.com/pem7tHAJ
Thanks,
Lee