4 access-list (ip standard), Access, List – PLANET XGS3-24042 User Manual
Page 940: Ip standard

47-6
19(0x13): DVMR packet
20(0x14): PIM V1 packet
Particular notice:
The packet types included here are not the types excluding IP OPTION. Normally, IGMP packet
contains OPTION fields, and such configuration is of no use for this type of packet. If you want to
configure the packets containing OPTION, please directly use the manner where OFFSET is
configured.
Examples:
Create the numeric extended access-list whose serial No. is 110. 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 110 deny icmp any any-destination
Switch(config)#access-list 110 permit udp any host-destination 192.168.0.1 d-port 32
47.4 access-list (ip standard)
Command:
access-list
no access-list
Functions:
Create a numeric standard IP access-list. If this access-list exists, then add a rule list; the “no
access-list
Parameters:
decimal notation; <sMask > is the reverse mask of source IP, the format is dotted decimal notation.
Command Mode:
Global mode
Default:
No access-lists configured.
Usage Guide:
When the user assign specific
the lists are added into this ACL.
Examples:
Create a numeric standard IP access-list whose serial No. is 20, and permit date packets with
source address of 10.1.1.0/24 to pass, and deny other packets with source address of 10.1.1.0/16.
Switch(config)#access-list 20 permit 10.1.1.0 0.0.0.255