Enable ARP Learning

Use this procedure to enable ARP learning locally and from all ARP requests.
  1. Access global configuration mode.
    device# configure terminal
    
  2. Access VE configuration mode.
    device(config)# interface ve 110
    
  3. Enable fabric learning.
    device(config-ve-110)# ip arp learn-any
    

Example

The following example summarizes the commands in this procedure.
device# configure terminal
device(config)# interface ve 110
device(config-ve-110)# ip arp learn-any