Set Arp - Nortel 2300 Series Reference

Wlan security switch command line reference
Hide thumbs Also See for 2300 Series:
Table of Contents

Advertisement

118 IP Services Commands
interval—100 (one tenth of a second)
size—56.
Access Enabled.
Usage To stop a ping command that is in progress, press Ctrl+C.
A WSS cannot ping itself. WSS Software does not support this.
Examples The following command pings a device that has IP address 10.1.1.1:
WSS# 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 163

set arp

Adds an ARP entry to the ARP table.
Syntax
set arp {permanent | static | dynamic} ip-addr mac-addr
permanent
static
dynamic
ip-addr
mac-addr
Defaults None.
Access Enabled.
Examples The following command adds a static ARP entry that maps IP address 10.10.10.1 to
MAC address 00:bb:cc:dd:ee:ff:
WSS# set arp static 10.10.10.1 00:bb:cc:dd:ee:ff
success: added arp 10.10.10.1 at 00:bb:cc:dd:ee:ff on VLAN 1
NN47250-100 (Version 02.51)
Adds a permanent entry. A permanent entry does not age out and remains
in the database even after a reboot, reset, or power cycle.
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.
Adds a dynamic entry. A dynamic entry is automatically removed if the
entry ages out, or after a reboot, reset, or power cycle.
IP address of the entry, in dotted decimal notation.
MAC address to map to the IP address. Use colons to separate the octets
(for example, 00:11:22:aa:bb:cc).

Advertisement

Table of Contents
loading

Table of Contents