run show arp inspection access-list


The run show arp inspection access-list command displays the binding entries and applied VLANs of a static access list of ARP inspection.


Command Syntax

run show arp inspection access-list [<acl-name>]


Parameter

Parameter

Description

<acl-name>

Optional. Specifies access list name. The value is a string.

If you do not specify an access list name, then display all configured access list; if an access list name is specified, then display configuration information of the specific access list.


Example

  • Display the binding entries of the static access list test1 of ARP inspection.
admin@Xorplus# run show arp inspection access-list test1
Static ACL  IP Address       Mac Address
----------  ---------------  -----------------
Test1       1.1.22.1         00:00:00:00:00:11
            1.1.30.1         00:00:00:00:22:11
Static ACL  Applied Vlans
----------    -------------------
Test1       100  200  300  400 
            500  600  700  800 
            900  4000 
  • Display the binding entries of all the static access lists of ARP inspection.
admin@Xorplus# run show arp inspection access-list
Static ACL  IP Address       Mac Address
----------  ---------------  -----------------
abc         1.1.22.1         00:00:00:00:00:11
            1.1.30.1         00:00:00:00:22:11
bbb         1.1.11.1         00:00:00:22:22:11

Table 1 Description of the run show arp inspection access-list command output

Item

Description

Static ACL

Indicates the access list name.

IP Address

Indicates the IP address in a static ARP binding entry.

Mac Address

Indicates the MAC address in a static ARP binding entry.

Applied Vlans

Indicates the VLANs to which the static access list is applied to.

Copyright © 2024 Pica8 Inc. All Rights Reserved.