Displaying the static ARP table for a VRF

To display the static ARP table for a VRF, enter the following command at any level of the CLI.

        device# show ip static-arp vrf green
Static ARP table size: 2048, configurable from 2048 to 4096
  Index 	 	 	IP Address          MAC Address         Port
    1 	 	 	10.95.6.111      	 	 	 2001:DB8.093b.d210 	 1/1
    3 	 	 	10.95.6.123       	 	 2001:DB8.093b.d211 	 1/1

Syntax: show ip static-arp vrf vrf-name

The vrf-name parameter specifies the VRF that the user wants to display the static ARP table for.

To clear the static ARP table in a VRF, enter the following command.

        device# clear arp vrf blue

Syntax: clear arp vrf vrf-name