# Gestion de la table ARP

##### Voir la table ARP

```
Switch#show arp
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  192.168.3.202           6   000c.29a9.2bb8  ARPA   Vlan1
Internet  192.168.3.200           0   001a.4b0b.89c5  ARPA   Vlan1
Internet  192.168.3.206           1   000c.2921.2df0  ARPA   Vlan1
Internet  192.168.3.199           -   2037.0606.74c0  ARPA   Vlan1
```

##### Effacer la table ARP

```
Switch#clear arp-cache interface fastEthernet 1/0/1
```

ou total

```
Switch#clear arp-cache
```