Delete an ASA Network Policy

Procedure


Step 1

In the navigation bar, click Inventory.

Step 2

Click the Devices tab to locate your device.

Step 3

Click the ASA tab and search for the ASA from which you want to delete a policy and select it.

Step 4

In the Management pane, click Configuration.

Step 5

Click Edit.

Step 6

In the device configuration, look for your network policy and rules.

Network policies are called access-groups in the ASA configuration file and have this format:

access-group <policy name> <direction of traffic> interface <interface name>

Here is an example of what an access-group entry might look like:

access-group abc-75-1-out out interface interface-1

Network rules are called access-lists in the ASA configuration file and have this format:

access-list <policy name> extended permit ip any any

Here is an example of what an access-list entry might look like:

access-list abc-75-1-out extended permit ip any any

Step 7

Highlight and delete the rows containing the network policy and the rows containing the network rules.

Step 8

Save your changes.

Step 9

Review and deploy now the changes you made, or wait and deploy multiple changes at once.