OcNOS-SP : System Management Guide : System Management Command Reference : Access Control List Commands (Standard) : ip access-list standard filter
ip access-list standard filter
Use this command to configure access control entry in an access control list (ACL).
This command determines whether to accept or drop a packet based on the configured source IP address.
Use the no form of this command to remove an ACL specification.
Command Syntax
(deny|permit) (A.B.C.D/M|A.B.C.D A.B.C.D|host A.B.C.D|any)
no (deny|permit) (A.B.C.D/M|A.B.C.D A.B.C.D|host A.B.C.D|any)
Parameters
deny
Drop the packet.
permit
Accept the packet.
A.B.C.D/M
Source IP prefix and length.
A.B.C.D A.B.C.D
 
Source IP address and mask.
host A.B.C.D
A single source host IP address.
any
Match any source IP address.
Default
No default value is specified
Command Mode
Standard IP access-list mode
Applicability
This command was introduced in OcNOS version 3.0
Examples
#configure terminal
(config)#ip access-list ip-acl-01
(config-ip-acl-std)#permit 30.30.30.0/24
(config-ip-acl-std)#no permit 30.30.30.0/24
Last modified date: 10/19/2023