CL Command Reference - CVTIPSIFC
CL Command List > CVTIPSIFC Reference
Description:
The Convert IP over SNA Interface (CVTIPSIFC) command converts an IP (Internet Protocol) address into its associated SNA network identifier and location name. The location entries defined with the Add IP over SNA Location Entry (ADDIPSLOC) CL command are searched to find the SNA location name and SNA network identifier associated with the input internet address (INTNETADR).
Examples:
Example 1: Printing a Converted IP Address
CVTIPSIFC INTNETADR(¡¯128.1.2.3¡¯) OUTPUT(*PRINT)
This command finds the SNA network identifier and location name associated with IP address 128.1.2.3 and puts the result in the job¡¯s spooled output.
Example 2: Displaying a Converted IP Address
CVTIPSIFC INTNETADR(128.2.3.4)
This command finds the SNA Network Identifier and Location Name associated with IP address 128.2.3.4 and puts the result to the display for an interactive job.