Create the controller description (New York to Minneapolis)
Because this is an APPN environment (iSeries system to iSeries system), the controller
is an APPC controller and the CRTCTLAPPC command is used to define the attributes
of the controller. The following attributes are defined by the example command:
- CTLD(MPLSS)
- The name assigned to the controller description is MPLSS.
- LINKTYPE(*SDLC)
- Because this controller is attached through an SDLC communications line,
the value specified is *SDLC. This value must correspond to the type of line
being used as defined by a create line description command.
- SWITCHED(*YES)
- Specifies that this controller is attached to a switched SDLC line.
- SWTLINLST(MPLSS)
- Specifies the name (MPLSS) of the line description (for switched lines)
that this controller can be attached to. In the example, there is only one
line (MPLSS). This value must match a name that is specified by the LIND parameter
in a line description.
- RMTNETID(APPN)
- The name of the network in which the remote location resides is APPN.
- RMTCPNAME(MPLS)
- Specifies that the remote control-point name is MPLS. The name specified
here must match the name that is specified at the remote system for the local
control-point name. In the example, the name is specified at the remote system
(MPLSS) by the LCLCPNAME parameter of the Change Network Attributes (CHGNETA)
command.
- INLCNN(*ANS)
- Specifies that the initial connection is made by the iSeries system answering
an incoming call.
- CNNNBR(6125551234)
- The connection (telephone) number for the remote controller is 6125551234.
- STNADR(01)
- The address assigned to the remote controller is hex 01.
- CPSSN(*NO)
- Control point sessions are not supported with this node.
- NODETYPE(*NETNODE)
- Specifies that the remote location (MPLS) is an APPN networking node.