3.10.19 Static ARP Inspection Table Configuration

Use this command to manually add a new entry to the Static ARP Inspection table on the given port.

Command Syntax:

ip arp inspection entry interface <port_type> <in_port_type_id> <vlan_var> <mac_var> <ipv4_var>
Table 3-60. Command Description

Argument

Description

Parameter

<port_type>

Port type in GigabitEthernet.

<in_port_type_id>

Port ID in the format of switch-no/port-no.

<vlan_var>

The VLAN id for the settings.

<mac_var>

Allowed Source MAC address.

<ipv4_var>

Allowed Source IP address.

Default

N.A

Mode

Global Configuration mode.

Usage

Add a static ARP Inspection entry. To delete it, use the ‘no’ version of the command.

Example

Example 1:

Add a Static ARP Inspection on port 3 with VLAN 2 MAC 10-10-10-10-10-10 and IP 192.168.0.40.
(config)# ip arp inspection entry interface GigabitEthernet 1/3 2 10-10-10-10-10-10 192.168.0.40

Example 2:

Delete a Static ARP Inspection on port 3 with VLAN 2 MAC 10-10-10-10-10-10 and IP 192.168.0.40.
(config)# no ip arp inspection entry interface GigabitEthernet 1/3 2 10-10-10-10-10-10 192.168.0.40