Specifications

Table Of Contents
2-191
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
mac-resolver arp
mac-resolver arp
Adds a static IP entry to the MAC resolver database. Use the no form of the command to remove the
static IP entry from the data base.
mac-resolver arp ip_address [vlan vlan_tag] mac_address
no mac-resolver arp ip_address [vlan vlan_tag] mac_address
Syntax Description
Command Default This command has no default settings.
Command Modes Interface Linecard Configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines When adding an entry, if a client has previously registered a dynamic entry with the same IP address and
VLAN tag, the entry receives the MAC address specified in the CLI command, and the entry is changed
to static.
When removing an entry, if an entry has been added both as a dynamic entry and a static entry, it exists
in the database as a static entry only (as explained in the preceding paragraph). Removing the static
configuration changes the entry from a static entry to a dynamic entry and deletes the corresponding
user-configured MAC address.
Authorization: admin
Examples The following example assigns the MAC address 1111.2222.3333 to the IP address 10.20.30.40.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#mac-resolver arp 10.20.30.40 1111.2222.3333
SCE(config if)#
ip address IP address entry to be added to the database.
vlan tag VLAN tag that identifies the VLAN that carries this IP address (if
applicable).
mac address MAC address assigned to the IP address, in xxxx.xxxx.xxxx format.
Release Modification
3.0.3 This command was introduced.