Suppress ARP on a VLAN

  1. Access global configuration mode.
    device# configure terminal
    
  2. Access VLAN configuration mode.
    device(config)# vlan 110
    
  3. Suppress ARP.
    device(config-vlan-110)# suppress-arp
    

Example

The following example summarizes the commands in this procedure.
device# configure terminal
device(config)# vlan 110
device(config-vlan-110)# suppress-arp