User's Manual

Table Of Contents
show ip hostname
Description. View the local host name setting.
No-Form. N/A.
Arguments. No arguments.
Example 4.49. View local host name setting
EION: show ip hostname
Hostname: my-host
You may also view the host name setting by filtering running configuration with a hostn search key:
EION: show running-config hostn
ip
hostname my-host
4.6.5. ARP Table
The ARP table is a cache which stores mappings between Data Link Layer (MAC) addresses and
Network Layer (IP) addresses. The ARP cache is stored in RAM by the Operating System, and gets
dynamically updated using the ARP protocol. You may add static entries in the table.
To configure the ARP table in LibraPlus, use the ip arptable [76] command family.
ip arptable arp {ip-address} {mac-address}
Description. Add a static ARP table entry.
No-Form. Delete an ARP table entry.
Arguments.
ip-address
IP address of the entry.
mac-address
MAC address of the entry.
Example 4.50. Creating and Deleting an ARP Record
EION: ip arptable arp 83.166.121.12 000e.34b8.3345
ARP record created.
EION: ip arptable no arp 83.166.121.12
ARP record deleted.
ip arptable size {size}
Description. Set the maximum number of ARP table entries.
No-Form. N/A.
Arguments.
76
Configuration