ip access-list append to

Use this command to append the specified access list to another access list.

Syntax

ip access-list {standard | extended | policy} {access-list-number | name} append to {access-list-number | name}

Parameters

standard | extended | policy Specifies whether the access list is a standard, extended or policy access list.
access-list-number | name Specifies a standard or extended access list number or name. When entering a number value, standard access list valid values are from 1 to 99. Extended access list valid values are from 100 to 199.
append to access-list-number | name Appends this entire standard or extended access list to the specified pre-existing access list.

Defaults

None.

Mode

Configuration command, Global configuration.

Usage

When appending an access list, both the ACL to append and the ACL to append to must already exist.

Example

This example appends standard access list 1 to a pre-existing standard access list 3:

System(rw-config)->ip access-list standard 1 append to 3
System(rw-config)->