ip access-list standard

Use this command to define a standard IP access control list (ACL) in which multiple specifications can be configured. A specification determines whether to accept or drop an incoming IP packet based on the source IP address, either an exact match or a range of prefixes.

A standard ACL can be used by Layer 3 and SNMP protocols to permit or deny IP packets from a host or a range of prefixes.

Use the no form of this command to remove an ACL.

Standard access-lists are not allowed to be attached to interfaces and are used for protocol-level filtering purposes.

Command Syntax

Copy
ip access-list standard NAME
no ip access-list standard NAME

Parameter

NAME

Standard IP access-list name.

Default

None

Command Mode

Configure mode

Applicability

This command was introduced in OcNOS version 3.0.

Examples

Copy
#configure terminal
(config)#ip access-list standard ip-acl-01
(config-ip-acl-std)#exit
(config)#no ip access-list standard ip-acl-01