OcNOS-SP : System Management Guide : System Management Command Reference : Access Control List Commands (Standard) : ip access-list standard
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.
Standard ACL can be used by L3 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 the ACL.
Note: Standard access-lists are not allowed to be attached on interfaces and are used for protocol level filtering purposes.
Command Syntax
ip access-list standard NAME
no ip access-list standard NAME
Parameters
NAME
Standard IP access-list name.
Default
No default value is specified
Command Mode
Configure mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
#configure terminal
(config)#ip access-list standard ip-acl-01
(config-ip-acl-std)#exit
(config)#no ip access-list standard ip-acl-01
 
Last modified date: 10/19/2023