Routing commands, 1 address resolution protocol (arp) commands, 1 arp – Kontron AT890X Full-Size CLI User Manual

Page 114: Routing commands - 2, 1 address resolution protocol (arp) commands - 2, Arp - 2

Advertising
background image

Routing Commands

AT8901/2/3

AT8901/2/3 CLI Reference Manual

Page 3 - 2

3.

Routing Commands

This chapter describes the routing commands available in the CLI.

The Routing Commands chapter contains the following sections:

3.1 “Address Resolution Protocol (ARP) Commands” on page 3 - 2

3.2 “IP Routing Commands” on page 3 - 6

3.3 “Router Discovery Protocol Commands” on page 3 - 14

3.4 “Virtual LAN Routing Commands” on page 3 - 17

3.5 “Virtual Router Redundancy Protocol Commands” on page 3 - 17

3.6 “DHCP and BOOTP Relay Commands” on page 3 - 22

3.7 “Open Shortest Path First (OSPF) Commands” on page 3 - 24

3.8 “Routing Information Protocol (RIP) Commands” on page 3 - 46

The commands in this chapter are in one of three functional groups:

Show commands are used to display switch settings, statistics and other informa-
tion.

Configuration Commands are used to configure features and options of the switch.
For every configuration command there is a show command that will display the
configuration setting.

Clear commands clear some or all of the settings to factory defaults.

3.1

Address Resolution Protocol (ARP) Commands

This section describes the commands you use to configure ARP and to view ARP
information on the switch. ARP associates IP addresses with MAC addresses and
stores the information as ARP entries in the ARP cache.

3.1.1

arp

This command creates an ARP entry. The value for

<ipaddress>

is the IP address of a

device on a subnet attached to an existing routing interface.

<macaddr>

is a unicast

MAC address for that device.

The format is 6 two-digit hexadecimal numbers that are separated by colons, for
example 00:06:29:32:81:40.

Format

arp <ipaddress> <macaddr>

Mode

Global Config

3.1.1.1

no arp

This command deletes an ARP entry. The value for

<arpentry>

is the IP address of the

interface. The value for

<ipaddress>

is the IP address of a device on a subnet attached

to an existing routing interface.

<macaddr>

is a unicast MAC address for that device.

Format

no arp <ipaddress> <macaddr>

Mode

Global Config

Advertising