Specifications

7-22 IP Services Commands
set arp
AddsanARPentrytotheARPtable.
Syntax
set arp {permanent | static | dynamic} ip-addr mac-addr
Parameters
Defaults
None.
Mode
Enabled.
Example
ThefollowingcommandaddsastaticARPentrythatmapsIPaddress10.10.10.1toMACaddress
00:bb:cc:dd:ee:ff:
RBT-8100# 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
Related Commands
setarpagingtimeonpage 723
showarponpage 768
permanent Addsapermanententry. Apermanententrydoesnotageoutandremains
inthedatabaseevenafterareboot,reset,orpowercycle.
static Addsastaticentry.Astaticentrydoesnotageout,buttheentrydoes
not
remaininthedatabaseafterareboot,reset,orpowercycle.
dynamic Addsadynamicentry.Ady namicentryisautomaticallyremovedifthe
entryagesout, orafterareboot,reset,orpowercycle.
ipaddr IPaddressoftheentry,indotteddecimalnotation.
macaddr MACaddresstomapto
theIPaddress.Usecolonstoseparatetheoctets(for
example,00:11:22:aa:bb:cc).