Network Router User Manual
Table Of Contents
- Notices
- Contents
- About This Manual
- Introduction
- Hot Swapping Line Cards and Control Modules
- Bridging Configuration Guide
- Bridging Overview
- VLAN Overview
- Configuring SSR Bridging Functions
- Monitoring Bridging
- Configuration Examples
- SmartTRUNK Configuration Guide
- ATM Configuration Guide
- Packet-over-SONET Configuration Guide
- DHCP Configuration Guide
- IP Routing Configuration Guide
- IP Routing Protocols
- Configuring IP Interfaces and Parameters
- Configuring IP Interfaces to Ports
- Configuring IP Interfaces for a VLAN
- Specifying Ethernet Encapsulation Method
- Configuring Jumbo Frames
- Configuring Address Resolution Protocol (ARP)
- Configuring Reverse Address Resolution Protocol (RARP)
- Configuring DNS Parameters
- Configuring IP Services (ICMP)
- Configuring IP Helper
- Configuring Direct Broadcast
- Configuring Denial of Service (DOS)
- Monitoring IP Parameters
- Configuring Router Discovery
- Configuration Examples
- VRRP Configuration Guide
- RIP Configuration Guide
- OSPF Configuration Guide
- BGP Configuration Guide
- Routing Policy Configuration Guide
- Route Import and Export Policy Overview
- Configuring Simple Routing Policies
- Configuring Advanced Routing Policies
- Multicast Routing Configuration Guide
- IP Policy-Based Forwarding Configuration Guide
- Network Address Translation Configuration Guide
- Web Hosting Configuration Guide
- Overview
- Load Balancing
- Web Caching
- IPX Routing Configuration Guide
- Access Control List Configuration Guide
- Security Configuration Guide
- QoS Configuration Guide
- Performance Monitoring Guide
- RMON Configuration Guide
- LFAP Configuration Guide
- WAN Configuration Guide
- WAN Overview
- Frame Relay Overview
- Configuring Frame Relay Interfaces for the SSR
- Monitoring Frame Relay WAN Ports
- Frame Relay Port Configuration
- Point-to-Point Protocol (PPP) Overview
- Configuring PPP Interfaces
- Monitoring PPP WAN Ports
- PPP Port Configuration
- WAN Configuration Examples
- New Features Supported on Line Cards

SmartSwitch Router User Reference Manual 83
Chapter 8: IP Routing Configuration Guide
Specifying IP Interfaces for RARP
The rarpd set interface command allows you to specify which interfaces the SSR’s RARP
server responds to when sent RARP requests. You can specify individual interfaces or all
interfaces. To cause the SSR’s RARP server to respond to RARP requests from interface
int1:
Defining MAC-to-IP Address Mappings
The rarpd add command allows you to map a MAC address to an IP address for use with
RARP. When a host makes a RARP request on the SSR, and its MAC address has been
mapped to an IP address with the rarp add command, the RARP server on the SSR
responds with the IP address that corresponds to the host’s MAC address. To map MAC
address 00:C0:4F:65:18:E0 to IP address 10.10.10.10:
There is no limit to the number of address mappings you can configure.
Optionally, you can create a list of mappings with a text editor and then use TFTP to
upload the text file to the SSR. The format of the text file must be as follows:
Then place the text file on a TFTP server that the SSR can access and enter the following
command in Enable mode:
ssr(config)# rarpd set interface int1
ssr(config)# rarpd add hardware-address 00:C0:4F:65:18:E0 ip-address 10.10.10.10
MAC-address1 IP-address1
MAC-address2 IP-address2
...
MAC-addressn IP-addressn
ssr# copy tftp-server to ethers
TFTP server?
<IPaddr-of-TFTP-server>
Source filename? <filename>