292
Celerra Network Server Command Reference Manual
The server Commands
server_arp
Manages the address resolution protocol (ARP) table for the Data
Mover(s).
SYNOPSIS
server_arp {<movername> | ALL}
<ip_addr>
| -all
| -delete <ip_addr>
| -set <ip_addr> <physaddr>
DESCRIPTION server_arp displays and modifies the IP-to-MAC address translation
tables used by the address resolution protocol (ARP), for the
specified Data Mover.
The ALL option executes the command for all of the Data Movers.
OPTIONS <ip_addr>
Displays the ARP entry for the specified IP address.
-all
Displays the first 64 of the current ARP entries.
-delete <ip_addr>
Deletes an ARP entry.
-set <ip_addr> <physaddr>
Creates an ARP entry with an IP address and physical address.
EXAMPLE #1 To create an ARP entry, type:
$ server_arp server_2 -set 172.24.102.20 00:D0:B7:82:98:E0
server_2 : added: 172.24.102.20 at 0:d0:b7:82:98:e0
EXAMPLE #2 To display all ARP entries for a specified Data Mover, type:
$ server_arp server_2 -all
server_2 :
172.24.102.254 at 0:d0:3:f9:37:fc
172.24.102.20 at 0:d0:b7:82:98:e0
172.24.102.24 at 0:50:56:8e:1d:5
128.221.253.100 at 0:4:23:a7:b1:35
EXAMPLE #3 To display an ARP entry specified by IP address, type:
$ server_arp server_2 172.24.102.20
server_2 : 172.24.102.20 at 0:d0:b7:82:98:e0