01-24-2020 06:44 PM
I understand that Cisco devices will accept Linux REGEX commands (eg grep, grep -v, more, etc) after being issued the command "shell processing full" from global configuration. I've tried this on ASR1K, ISR4K, Cat9K, and even a 2911 with IOS 15.x.x. All devices accept the command, but none of them actually give me the tools I'm looking for:
Example
switch#show ip interface brief | grep
The examples I've come across seem to suggest this is really easy - what am I doing wrong here?
Solved! Go to Solution.
01-24-2020 07:43 PM
01-24-2020 07:43 PM
01-25-2020 09:36 AM
Francesco you are a genius! Sure enough that's exactly what it was. Mostly all I care about is running grep redirects for specific output. This now works great on our ASR-1000Xs, ISR-4Ks and Cat9Ks. Part of what I was doing wrong was running it with a 'do' while in config mode. This doesn't work - I have to run it directly from Priv EXEC.
You da man! Thank you
01-26-2020 08:30 PM
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