Allied Telesis AR44xS series Switch User Manual


 
Permanent Assignments (CR00011355) 79
Version 276-05
C613-10474-00 REV D
Command Reference
This section describes commands available on the router to configure and manage permanent assignments.
add perm
Syntax
ADD PERM=perm-name LPORT=lport RPORT=rport IP=ipadd
where:
perm-name is the name of the permanent assignment. The name is case- sensitive and must be identical on each router in the permanent assignment. If the
name contains spaces, it must be in double quotes.
lport is the number of the local asynchronous port for this permanent assignment. Ports are numbered sequentially starting with port 0.
rport is the number of the remote asynchronous port for this permanent assignment. Ports are numbered sequentially starting with port 0.
ipadd is the IP address of the remote router.
Description
This command adds one end of a permanent assignment. The permanent assignment must be specified by name, and the local and remote terminal ports and
the IP address of the remote router must be specified.
The local and remote ends of a permanent assignment must be configured with the same name. Each permanent assignment on a given router must be
configured with a different name.
Examples
To add a permanent assignment called DataLogger between port 1 on the local router and port 1 on a remote router with the IP address 172.16.38.5, use the
command:
add perm=datalogger lport=1 rport=1 ip=172.16.38.5