NET/MASTER Network Control Language (NCL) Reference Summary
Verbs
106161 Tandem Computers Incorporated 23
CNMREAD
The CNMREAD verb requests that the next communications network management
(CNM) record be made available to an NCL process.
CNMREAD [ ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
input-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
SET ]
[ TYPE={ SEG | VECTOR | BOTH | RESP } ]
[ WAIT={ NO | YES |
nnnn
} ]
CNMSEND The CNMSEND verb forwards the CNM Response Unit (RU) supplied data across the
SNAX/CNM interface.
CNMSEND { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
DATA=
text
}
{ LINE=
linename
PU=
puname
}
[ READ={ USER | CNM | EMS | BOTH } ]
CNMVECTR The CNMVECTR verb allows you to format a communications network management
message—the (CNM) Request Unit (RU) data—into user variables.
CNMVECTR { ARGS [ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
VARS={
output-vars-list
|
variable
* }
[ RANGE=(
start
,
end
) ] [ SEGMENT=
n
] |
DATA=
text
}
[ MVNUM=
nn
]
[ PREFIX=
prefix
]
[ TYPE={ RU | SV | CV | CNM } ]