cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1317
Views
0
Helpful
1
Replies

ACS 5.1 Command Set Arguments

dchamorro
Level 1
Level 1

I'm in the process of creating command sets for read-only group and am trying to figure out how to create a command set that allows for all 'show' commands.How would one wildcard the argument to allow all sub-commands for show? Would you just use an asterisk?

Also, how do you separate arguements (i.e. can you use commas/semi-colons)

Thanks

1 Reply 1

Yudong Wu
Level 7
Level 7

Try this. using ".*" as the argument should let you allow all show commands

permit show .*

also check the following bug

CSCtj62315    ACS 5.x Enh:Need improve GUI for creating command sets