19 permit | deny(ip standard), Permit, Deny – PLANET WGSW-52040 User Manual
Page 615: Ip standard

38-155
No access-list configured.
Examples:
Create the extended access-list, deny icmp packet to pass, and permit udp packet with destination address 192. 168.
0. 1 and destination port 32 to pass.
Switch(config)# access-list ip extended udpFlow
Switch(Config-IP-Ext-Nacl-udpFlow)#deny igmp any any-destination
Switch(Config-IP-Ext-Nacl-udpFlow)#permit udp any host-destination 192.168.0.1 d-port 32
38.19 permit | deny(ip standard)
Command:
{deny | permit} {{
no {deny | permit} {{
Functions:
Create a name standard IP access rule, and “no {deny | permit} {{
{host-source
Parameters:
IP, the format is dotted decimal notation.
Command Mode:
Name standard IP access-list configuration mode
Default:
No access-list configured.
Example:
Permit packets with source address 10.1.1.0/24 to pass, and deny other packets with source address 10.1.1.0/16.
Switch(config)# access-list ip standard ipFlow
Switch(Config-Std-Nacl-ipFlow)# permit 10.1.1.0 0.0.0.255
Switch(Config-Std-Nacl-ipFlow)# deny 10.1.1.0 0.0.255.255