show arp access-lists

Use this command to display ARP access lists.

Broadcast ARP request packets are counted twice.

Command Syntax

Copy
show arp access-lists (NAME|) (expanded|summary|)

Parameters

NAME

ARP access-list name.

expanded

Expanded access-list.

summary

Access-list summary.

Command Mode

Privileged execution mode mode and Execution mode mode

Applicability

This command was introduced in OcNOS version 3.0.

Example

Copy
#show arp access-lists
ARP access list arp1
        10 permit ip 1.1.1.0/24 mac 0000.0000.0001 FFFF.FFFF.FFF0
        20 deny ip 2.2.2.0/24 mac any
        default deny-all
 
#show arp access-lists summary
ARP ACL arp1
       statistics enabled
       Total ACEs Configured: 2
       Configured on interfaces:
          xe1 - ingress (Port ACL)
       Active on interfaces:
          xe1 - ingress (Port ACL)