2012年10月4日 星期四

LinkProof clear arp table


Software Version: 4.38.01

一次只能刪1筆,無法全刪.

一、指令

LP200-2#net arp

send                    Advertises all IP interfaces and virtual IPs
table                   Displays the ARP Table
timeout                 Sets the ARP Table timeout

LP200-2#net arp table
 net arp table help:
 <get>       <Interface Index> <IP Address>
 set         <Interface Index> <IP Address>                <-switch value>
 destroy/del <Interface Index> <IP Address>
 create/add  <Interface Index> <IP Address> <MAC Address>  <-switch value>
 help        <-switch>
 Switches:
        -mac  :  MAC Address            
        -t    :  Type        

二、查看 arp

LP200-2#net arp table
        Arp Table                                                                            
Interface Index     IP Address          MAC Address         Type            
                                                                             
1                   123.123.180.1        000fe21971b7        dynamic        
     
1                   123.123.180.3        0003b22d6a40        dynamic          
                                                                             
1                   123.123.180.33       000fe21a08d9        dynamic  

三、刪除單一arp

LP200-2#net arp table del 1 123.123.180.3

Deleted successfully