Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ntx_arp(1) — Motorola System V 88k Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

NTX_ARP(1)  —  USER COMMANDS

NAME

ntx_arp − display and modify MVME339 ARP table

SYNOPSIS

ntx_arp [ −d device ] hostname
ntx_arp [ −d  device ] −a
ntx_arp [ −d  device ] −r hostname
ntx_arp [ −d  device ] −s hostname ethernet_address [ temp ] [ pub ]
ntx_arp [ −d  device ] −f filename

DESCRIPTION

Ntx_arp displays and modifies the Internet-to-Ethernet address translation table of the MVME339 host adapter.  The address translation table is used by the address resolution protocol (ARP). 
 
With no flags (excepting the −d option), ntx_arp displays the current ARP entry for hostname.  The host may be specified by name or by Internet dot notation. 

OPTIONS

−aDisplay all of the current ARP entries. 

−dSet the MVME339 raw device file name.  This option will override the default MVME339 device name of /dev/xedt/mvme338_c0. 

−fRead the file named filename and set multiple entries in the ARP tables.  Entries in the file should be of the form:

hostname ethernet_address [temp] [pub]

−rRemove (delete) an entry for the host called hostname. 

−sCreate an ARP entry for the host called hostname with the Ethernet address ethernet_address.  The Ethernet address is given as six hex bytes separated by colons.  The entry will be permanent unless the word temp is given in the command.  If the word pub is given, the entry will be published; for instance, the MVME339 host adapter will respond to ARP requests for hostname even though the host address is not its own. 

NOTE

The −f and −s options may only be used to add arp table entries for hosts on the same network as this MVME339. The internet address of the MVME339 must be set using the ntx_ifcfg utility prior to adding arp entries as well. 

EXAMPLES

Display all ARP table entries for the second MVME339 host adapter:

 ntx_arp -d /dev/xedt/mvme338_c1 -a
 

FILES

/dev/xedt/mvme338_c0

SEE ALSO

rhp (7)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026