27 permit igmp, 28 remark – CANOGA PERKINS 9175 Command Reference User Manual
Page 611
CanogaOS Command Reference
33-20
33.27 permit igmp
Use this command to permit IGMP packets matching the IP filter.
Command Syntax
[<1-2147483646>] permit {<0-255> | any } { source source-mask | any | host source } {destination
destination-mask any | host destination} [ igmp-type ] [ ip-precedence precedence | dscp dscp ]
[ fragments ] [ routed-packet ] [ options ] [ time-range time-range-name ] [ stats ]
igmp-type: IGMP type, including dvmrp, host-query, host-report, mtrace, mtrace-response, pim,
precedence, trace, v2-leave, v2-report, v3-report
Please refer to command permit for other parameters.
Command Mode
Ip acl configuration
Usage
None
Examples
This example shows how to create a filter in IP ACL to permit any IGMP packets.
Switch(config-ip-acl)#1 permit igmp any any
This example shows how to create a filter in IP ACL to permit the IGMP packets with the source IP
address 1.1.1.1, any destination IP address and the igmp-type pim.
Switch(config-ip-acl)#2 permit igmp host 1.1.1.1 any pim
Related Commands
permit
permit udp
permit tcp
permit icmp
33.28 remark
Use this command to add remarks for the IP ACL.
To remove remarks from the IP ACL, use the no form of this command.
Command Syntax
remark remark
no remark
remark: the remarks of the IP ACL
Command Mode
IP ACL configuration