122IP Routing Configuration and Management

Adding a static ARP entry to a brouter port

To add a static ARP entry to a brouter port, use the ip arp command. This command has the following syntax:

ip arp ip <ip_address> mac <mac_address> port <port_number> vid <vid_number>

The following table outlines the parameters of this command

ip arp parameters

Parameter

Description

 

 

ip_address

The IP address of the entry.

 

 

mac_address

The MAC address of the entry.

 

 

port_number

The slot/port number of the brouter port.

 

 

vid_number

The VLAN ID of the entry.

 

 

The following is an example of adding a static ARP entry to a brouter port:

5530-24TFD(config)# ip arp 172.2.2.13 00:00:98:22:33:44 1/46 vid 1

Deleting a static ARP entry

To delete a static ARP entry, use the no ip arp command. This command has the following syntax:

no ip arp ip <ip_address>

The <ip_address> parameter represents the IP address of the entry to delete.

The following is an example of deleting a static ARP entry:

5530-24TFD(config)# no ip arp 172.2.2.13

Note: Deleting a static ARP entry is applicable to both VLANs and brouter ports.

Routing Information Protocol (RIP) configuration

This section provides examples of the common RIP configuration tasks and includes the CLI commands used to create the configuration.

RIP configuration tasks

RIP is configured on a VLAN or brouter port basis. This section presents the steps in RIP configuration and accompanying command syntax examples.

To configure RIP on an interface, perform the following steps:

Nortel Ethernet Routing Switch 5500 Series

Configuration-IP Routing Protocols

NN47200-503 03.01 Standard

5.127 August 2007

Copyright © 2005-2007, Nortel Networks

Page 122
Image 122
Nortel Networks NN47200-503 manual Adding a static ARP entry to a brouter port, Deleting a static ARP entry