顯示和修改位址解析通訊協定 (ARP) 使用的 IP 對
實際位址轉譯表格。
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]
-a 質詢目前的通訊協定資料來顯示目前的
ARP 項目。如果指定 inet_addr,只會顯示指定電腦的
IP 及實體位址。如果有多個網路介面使用 ARP,便會顯示每個 ARP表格的項目。
-g 與 -a 相同。
-v 以詳細資訊模式顯示目前的 ARP 項目。
將會顯示所有無效項目和回路介面上的項目。
inet_addr 指定網際網路位址。
-N if_addr 顯示 if_addr 指定之網路介面的 ARP項目。
-d 刪除 inet_addr 指定的主機。使用萬用字元 * 取代 inet_addr 可刪除所有主機。
-s 新增主機並將網際網路位址 inet_addr 與實體位址 eth_addr 相關聯。
實體位址是 6 個以連字號分隔的十六進位位元組。
該項目永久不變。
eth_addr 指定實體位址。
if_addr 如果存在,這會指定介面的網際網路位址,應修改此介面的位址轉譯表格。
如果不存在,將會使用第一個適用的介面。
範例:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... 新增靜態項目。
> arp -a .... 顯示 ARP 表格。
英文說明
Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr]
-a Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
> arp -a .... Displays the arp table.
1 則留言:
大大,這樣有寫跟沒寫不是一樣嗎= =
張貼留言