CL Command Reference - CRTNWIFR

CL Command List > CRTNWIFR Reference

Description:

The Create Network Interface (Frame-Relay Network) (CRTNWIFR) command creates a network interface for a frame-relay (FR) network.


Examples:

CRTNWIFR NWID(THISONE) RSRCNAME(LINE031)
ONLINE(*YES) VRYWAIT(15)
DLCI((32 LINEABC) (409 LINEDEF) (94 LINELAST))
INTERFACE(*V35) LMIMODE(*TE)

This command creates the frame relay network interface THISONE. THISONE represents the resource named LINE031. THISONE is varied on at initial program load (IPL) with a vary on wait time of 15 seconds. It is created with three DLCIs (32, 409, and 94) which refer to line descriptions LINEABC, LINEDEF, and LINELAST respectively. The type of physical interface for the input/output adapter (IOA) port specified by THISONE is *V35. The local management interface mode is configured to interface with a frame relay network as terminal equipment (TE).