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

How to add intractive variable in Cisco prime CLI template.

Sharath Karpur
Level 1
Level 1

Hi All, 

I want to create Prime template for adding Regulatory Domain in WLC's.  ( i know this is one time activity but want to create this one for documentation and team training ). but would like to know how to add interactive static response in Cisco Prime CLI template.

 

Config 802.11b enable network 

Are you sure you want to continue? (y/n)

> How to add confirmation as "Yes" in template as this is not a defined command.

Config 802.11a enable network

Are you sure you want to continue? (y/n)

> How to add confirmation as "Yes" in template as this is not a defined command.

config countries-list add CH,IN,CN ( for example )

Are you sure you want to continue? (y/n)

> How to add confirmation as "Yes" in template as this is not a defined command.

 

Regards

Sharath

1 Reply 1

pieterh
VIP
VIP

found  this post  does this answer your question?

-> "Yes" is not a valid answer for some reason, but "y" is, so the following template will do the job:
#MODE_ENABLE                
write memory
#INTERACTIVE
redundancy reload shelf<IQ>confirm<R>y
#ENDS_INTERACTIVE
#MODE_END_ENABL

Review Cisco Networking products for a $25 gift card