Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
235
ip host SENDER-IP
Specifies to match a single source IP address.
SENDER-IP SENDER-IP-
MASK
Specifies to match a group of source IP addresses by using a bitmap
mask. The bit corresponding to bit value 1 will be checked. The input
format is the same as IP address.
mac any
Specifies to match any source MAC address.
mac host SENDER-MAC
Specifies to match a single source MAC address.
SENDER-MAC SENDER-MAC-
MASK
Specifies to match a group of source MAC addresses by using a
bitmap mask. The bit corresponding to bit value 1 will be checked. The
input format is the same as MAC address.
Default
None.
Command Mode
ARP Access-list Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Using the permit any option will permit the rest of the packets that do not match any previous rule.
Example
This example shows how to configure an ARP access-list with two permit entries.
Switch# configure terminal
Switch(config)# arp access-list static-arp-list
Switch(config-arp-nacl)# permit ip 10.20.0.0 255.255.0.0 mac any
Switch(config-arp-nacl)# permit ip 10.30.0.0 255.255.0.0 mac any
Switch(config-arp-nacl)#
25-12 show ip arp inspection
This command is used to display the status of DAI for a specific range of VLANs.
show ip arp inspection [interfaces [INTERFACE-ID [, | -]] | statistics [vlan VLAN-ID [, | -]]]
Parameters
interfaces INTERFACE-ID
(Optional) Specifies a port, range of ports or all ports to configure.
,
(Optional) Specifies a series of interfaces, or separate a range of
interfaces from a previous range. No space is allowed before and after
the comma.
-
(Optional) Specifies a range of interfaces. No space is allowed before
and after the hyphen.
vlan VLAN-ID
(Optional) Specifies a VLAN or range of VLANs.
Default
None.