cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to omit all the unused config from a 'show conf'

Is there a way to omit all the unused config from a 'show conf'

Bruce_Garlock
New Contributor II
Coming from a mostly Procurve background, the one thing we are finding more difficult is the CLI output from EXOS. Is there any way to omit the features we aren't using, so there are not show many pages of output when doing a 'show conf' ?
9 REPLIES 9

Bruce_Garlock
New Contributor II
That's very helpful - thanks! I live in BASH all day, so anytime I can pipe, I'm happy 🙂

Patrick_Voss
Extreme Employee
As a workaround you can use the command below to remove any line with a # in it:

show config | e "#"

This should minimize the amount of output you receive.

Patrick_Voss
Extreme Employee
Unfortunately you can't omit unused modules. If you are looking for specific configuration you can either specify the module you would like to look at after "show configuration" or you can use the "| i" filter. For example, "show config | i vlan". This will display any lines in the output that have that specific string in it.

Bruce_Garlock
New Contributor II
Yes.

Patrick_Voss
Extreme Employee
Are you referring to the modules that may come up empty?
GTM-P2G8KFN