ACL and ABF Commands
ipv4 access-list (BNG)
To define an IPv4 access list by name, use the ipv4 access-list command in Global Configuration mode. To
remove all entries in an IPv4 access list, use the no form of this command.
ipv4 access-list name
no ipv4 access-list name
Syntax Description
name
Command Default
No IPv4 access list is defined.
Command Modes
Global Configuration mode
Command History
Release
Release 3.7.2
Release 4.3.0
Usage Guidelines
Use the ipv4 access-list command to configure an IPv4 access list. This command places the router in access
list configuration mode, in which the denied or permitted access conditions must be defined with the deny or
permit command.
Use the resequence access-list ipv4 command if you want to add a permit, deny, or remark statement
between consecutive entries in an existing IPv4 access list. Specify the first entry number (the base) and the
increment by which to separate the entry numbers of the statements. The software renumbers the existing
statements, thereby making room to add new statements with the unused entry numbers.
Use the ipv4 access-group command to apply the access list to an interface.
Task ID
Task ID
acl
Examples
This example shows how to define a standard access list named Internetfilter:
RP/0/RSP0/CPU0:router(config)# ipv4 access-list Internetfilter
RP/0/RSP0/CPU0:router(config-ipv4-acl)# 10 permit 192.168.34.0 0.0.0.255
Name of the access list. Names cannot contain a space or quotation marks.
Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Command Reference, Release
Modification
This command was introduced.
This command was supported in BNG.
Operations
read, write
ipv4 access-list (BNG)
5.2.x
69