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

How to save configuration after DNA template deploy

slizarraga
Level 1
Level 1

I want the DNAC to  save the switch configuration after it deploys a template.

 

I have tried:

wr

do wr

copy runn start

 

but after it applies the command it exist, logs show like this when applying an acl:

 

002015: Feb 20 16:04:37.384 PER: %PARSER-5-CFGLOG_LOGGEDCMD: User:dnac3  logged command:ip access-list extended atm-in

002016: Feb 20 16:04:37.519 PER: %PARSER-5-CFGLOG_LOGGEDCMD: User:dnac3  logged command:permit ip 10.6.0.0 0.0.255.255 10.13.0.0 0.0.255.255

002017: Feb 20 16:04:37.574 PER: %PARSER-5-CFGLOG_LOGGEDCMD: User:dnac3  logged command:exit

 

 

How can I save the switch configuration after a template is applied? or should i make another template?

 

thanks for your help!

 

1 Reply 1

Dan Rowe
Cisco Employee
Cisco Employee

Hello,

 

I opened the following enhancement awhile back:

-- CSCvq00616

-- https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvq00616

 

Here is the current workaround:

Explicitly add a command at the end of the template to save the configuration, e.g.:
#MODE_ENABLE
write memory
#MODE_END_ENABLE