Cisco me 3400 Guia De Referência

Página de 872
 
2-266
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2      Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
permit (ARP access-list configuration)
Command History
Usage Guidelines
You can add permit clauses to forward ARP packets based on some matching criteria.
Examples
This example shows how to define an ARP access list and to permit both ARP requests and ARP 
responses from a host with an IP address of 1.1.1.1 and a MAC address of 0000.0000.abcd:
Switch(config)# arp access-list static-hosts
Switch(config-arp-nacl)# permit ip host 1.1.1.1 mac host 0000.0000.abcd
Switch(config-arp-nacl)# end
You can verify your settings by entering the show arp access-list privileged EXEC command.
Related Commands
Release
Modification
12.2(25)EX
This command was introduced.
12.2(50)SE
The command was supported in the metro base image.
Command
Description
Defines an ARP access control list (ACL).
Denies an ARP packet based on matches against the DHCP bindings.
Permits ARP requests and responses from a host configured with a 
static IP address.
Displays detailed information about ARP access lists.