Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 565

Advertising
background image

552

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

7

arp

Profile Config Commands

Adds a static Address Resolution Protocol (ARP) IP address in the ARP cache

The ARP protocol maps an IP address to a hardware MAC address recognized on the network. ARP
provides protocol rules for making this correlation and providing address conversion in both
directions.

When an incoming packet destined for a host arrives, ARP finds a physical host or MAC address
that matches the IP address. ARP looks in its ARP cache and, if it finds the address, provides it so
the packet can be converted to the right packet length, formatted, and sent to its destination. If no
entry is found for the IP address, ARP broadcasts a request packet in a special format on the LAN to
locate a device that recognizes the IP address. A device that recognizes the IP address as its own
returns a reply indicating it. ARP updates the ARP cache for future reference and then sends the
packet to the MAC address that replied.

Supported in the following platforms:

Access Points — Brocade Mobility 650 Access Point, Brocade Mobility 6511 Access Point,
Brocade Mobility 1220 Access Point, Brocade Mobility 71XX Access Point, Brocade
Mobility 1240 Access Point

Wireless Controllers — Brocade Mobility RFS4000, Brocade Mobility RFS6000, Brocade
Mobility RFS7000

Service Platforms — Brocade Mobility RFS9510

Syntax:

arp [<IP>|timeout]

arp <IP> <MAC> arpa [<L3-INTERFACE-NAME>|pppoe1|vlan <1-4094>|wwan1|serial

<1-4>

<1-1> <1-1>] {dhcp-server|router}

arp timeout <15-86400>

Parameters

arp <IP> <MAC> arpa [<L3-INTERFACE-NAME>|pppoe1|vlan <1-4094>|wwan1|serial

<1-4>

<1-1> <1-1>] {dhcp-server|router}

arp <IP>

Adds a static ARP IPv4 address in the ARP cache

<IP> – Specify the static IP address.

<MAC>

Specify the MAC address associated with the IP and the Switch Virtual Interface (SVI).

arpa

Sets ARP encapsulation type to ARPA

<L3-INTERFACE-NAME>

Configures static ARP entry for a specified router interface

<L3-INTERFACE-NAME> – Specify the router interface name.

pppoe1

Configures static ARP entry for PPP over Ethernet interface

vlan <1-4094>

Configures static ARP entry for a VLAN interface

<1-4094> – Specify a SVI VLAN ID from 1 - 4094.

wwan1

Configures static ARP entry for Wireless WAN interface

Advertising