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

Remove all anyconnect config from ASA

mahesh18
Level 6
Level 6

 

Hi all,

 

I need to delete anyconnect config from the cisco ASA.

IS there any command that i can run from the Command line that will do the job?

 

Regards

MAhesh

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

Mahesh,

There's no AnyConnect-specific sort of macro command to do that. If you are just looking to reset everything in the config, you can use the configure factory-default command.

Otherwise, you'd just have to remove the individual sections / lines with "no..." commands. Note that where things are in sections ("group-policy"and "tunnel-group" for example), you can delete the section in a single "no" command without having to go into each subsection line and remove them individually.

You'd also need to delete any profiles (xml files) you had created and AnyConnect images (pkg) files on  the disk to be totally complete. 

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

Mahesh,

There's no AnyConnect-specific sort of macro command to do that. If you are just looking to reset everything in the config, you can use the configure factory-default command.

Otherwise, you'd just have to remove the individual sections / lines with "no..." commands. Note that where things are in sections ("group-policy"and "tunnel-group" for example), you can delete the section in a single "no" command without having to go into each subsection line and remove them individually.

You'd also need to delete any profiles (xml files) you had created and AnyConnect images (pkg) files on  the disk to be totally complete. 

 

Thanks Marvin

Regards

MAhesh