08-28-2008 11:53 PM - edited 03-11-2019 06:37 AM
Hi
Is it possible that in the CLI to find out in what object-group(s) that a specific IP is located?
I'm currently just dumping the configuration and using wordpad to search it through. It sucks but its the easiest way, for me atlest.
It might be easy with a small configuration but we have alot of object-groups with alot of IP's in each and everyone of them.
Thanks
08-29-2008 12:12 AM
I think the closest you are going to get is:-
show run object-group - shows all object group config
or
show run object-group | inc <
or
show run | inc <
HTH>
08-29-2008 12:28 AM
Hi Andrew
Yea thats what I'm using today.
Just found this, instead of dumping the config,, just type in this in the browser
08-29-2008 12:30 AM
That is another way of seeing the config - but I cannot see how this helps you?
08-29-2008 01:00 AM
I skip the need to dump the config to a text file and use a wordprocessing program.
Just saves some time.
But no, in the big picture it doesnt help at all
08-29-2008 09:54 AM
The best way would be:
"show run object-group | inc
This way you would also see in which object-group that IP is in, but the downside is you will see the names of all other 'network' type object groups as well :)
Regards
Farrukh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide