33 acl commands, 1 arp access-list, 2 deny – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 662

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 662 of 855

33 ACL Commands

33.1 arp access-list

Use this command to create ARP ACL and enter ARP ACL configuration mode.

Command Syntax

arp access-list arp-acl
arp-acl: the name of arp acl

Command Mode

Global configuration

Usage

None

Examples

This example shows how to create arp access-list denyrequest :
Switch(config)# arp access-list denyrequest

Related Commands

show access-list arp

33.2 deny

Use this command to reject ARP packets when match this access-list.

Command Syntax

deny [request |response] ip {ip mask |any |host ip} mac {mac mask |any |host mac} [log]
[request |response]: specified ARP request or ARP response packets to match this

access-list.

When use neither of them, match both ARP request and ARP response packets.

ip mask: the IP address and mask of the packets.
any: match all the sender IP address in packets.
host ip: only match the specified sender IP address.
mac mask: the MAC address and mask of the packets.
any: match all sender MAC address in packets.
host mac: only match the specified sender MAC address.
[log]: add to logs when match the access-list.

Command Mode

ARP ACL configuration

Advertising