Specifications

set arp
Chapter 8
IP Services Commands
109
A UNIVERGE WL Controller cannot ping itself. UNIVERGE WL Control
System does not support this.
A UNIVERGE WL Controller does not support interval option.
Examples
The following command pings a device that has IP address 10.1.1.1:
PROMPT# ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) from 10.9.4.34 : 56(84) bytes of data.
64 bytes from 10.1.1.1: icmp_seq=1 ttl=255 time=0.769 ms
64 bytes from 10.1.1.1: icmp_seq=2 ttl=255 time=0.628 ms
64 bytes from 10.1.1.1: icmp_seq=3 ttl=255 time=0.676 ms
64 bytes from 10.1.1.1: icmp_seq=4 ttl=255 time=0.619 ms
64 bytes from 10.1.1.1: icmp_seq=5 ttl=255 time=0.608 ms
--- 10.1.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0 errors, 0% packet loss
See Also
traceroute on page 179
set arp
Adds an ARP entry to the ARP table.
Syntax
set arp {permanent | static | dynamic} ip-addr mac-addr
Defaults
None.
Access
Enabled.
permanent Adds a permanent entry. A permanent entry does not age out
and remains in the database even after a reboot, reset, or
power cycle.
static Adds a static entry. A static entry does not age out, but the
entry does not remain in the database after a reboot, reset, or
power cycle.
dynamic Adds a dynamic entry. A dynamic entry is automatically
removed if the entry ages out, or after a reboot, reset, or
power cycle.
ip-addr IP address of the entry, in dotted decimal notation.
mac-addr MAC address to map to the IP address. Use colons to
separate the octets (for example, 00:11:22:aa:bb:cc).