TCP/IP Configuration and Management Manual
SCF Reference
TCP/IP Configuration and Management Manual—427132-004
4-17
ADD ENTRY Command
connections. For PVC connections, the PVCNAME and SUBNET attributes, not
the ATMADDR attribute, are required.
IPADDRESS ip-addr
specifies the internet address for the entry and is specified in dotted decimal
notation.
MACADDR mac-address
specifies the Ethernet or token-ring address for the ENTRY. It is entered as a string
of twelve hexadecimal digits preceded by a “%”. The MACADDR attribute is only
valid for entries of type ARP.
PVCNAME name
PVCNAME is the name of the PVC on the ATM adapter being used. The adapter
name is not included. The PVCNAME attribute is only valid for entries of type
ATMARP.
SUBNET name
SUBNET specifies the subnet on which a PVC should be associated. The
SUBNET attribute is only valid for entries of type ATMARP and is required if
PVCNAME is supplied.
Examples
The following commands create entries in the ARP or ATMARP entry table:
1-> ASSUME PROCESS $ZTC0
2-> ADD ENTRY #A1, TYPE ARP, IPADDRESS 1.2.3.4, &
2-> MACADDR %H08008E003578
3-> ADD ENTRY #A2, TYPE ATMARP, IPADDRESS 1.2.3.5, &
3-> ATMADDR (ISONSAP:%H1234567890123456789012345678901234567890)
4-> ADD ENTRY #A4, TYPE ATMARP, IPADDRESS 1.2.3.7, &
4-> PVCNAME “#IP.PVC000”, SUBNET “#SN1”