28 remark – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 682

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 682 of 855

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

Usage

The remarks are up to 100 characters. The exceed parts will not be stored and will be truncated.

Examples

This example shows how to add a remark to describe the IP ACL.
Switch(config-ip-acl)#remark remard0flist1
This example shows how to remove the remark from the IP ACL.
Switch(config-ip-acl)#no remark

Related Commands

Advertising