PLANET XGS3-24042 User Manual
Page 953

47-19
{{
[precedence
[no] {deny | permit} tcp {{
[s-port {
| {host-destination <dIpAddr> }} [d-port {
[ack+fin+psh+rst+urg+syn] [precedence
[no] {deny | permit} udp {{
[s-port {
| {host-destination
[precedence
[no] {deny | permit} {eigrp | gre | igrp | ipinip | ip | ospf | <protocol-num>} {{
{host-destination
Functions:
Create a name extended IP access rule to match specific IP protocol or all IP protocol.
Parameters:
mask of source IP, the format is dotted decimal notation;
the format is dotted decimal notation; <dMask> is the reverse mask of destination IP, the format is
dotted decimal notation, attentive position o, ignored position 1; <igmp-type>, the type of igmp,
0-15;
priority, 0-7;
boundary of source port;
No. 0-65535;
destination port;
Command Mode:
Name extended IP access-list configuration mode
Default:
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