cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
826
Views
0
Helpful
2
Replies

run muliple commands at once?

raindrop18
Level 1
Level 1

I would like to check certain part of sh run configration of Cisco Ap.s . currently I am inter one by one to check sh run, I am wondering if I can run all together without writing a script. or if some one has a script and willing to share it. here my commands I am using now,

sh run | section channel ------>>

sh run | section include wlcp ----->>

sh run | section include wds ------>>

sh run | section include wnm ------->>

sh run | section include username  ------->>

Thanks in Advance.

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

You could do this with two commands:

show run | section channel

show run | section include (wlcp|wds|wnm|username)

Or, try the one command:

show run | section (channel|wlcp|wds|wnm|username)

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

You could do this with two commands:

show run | section channel

show run | section include (wlcp|wds|wnm|username)

Or, try the one command:

show run | section (channel|wlcp|wds|wnm|username)

Thank you so much Mr. Clarke, this is exactly

I am looking for!!!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: