
  TYPE
    nft$ntf_remote_system_status = record
      logical_line_number: nft$ntf_logical_line_number,
      line_speed: nft$ntf_line_speed,
      signon_status: nft$device_status,
      name: string ( * <= 31),
    recend;

*copyc nft$device_status
*copyc nft$ntf_line_speed
*copyc nft$ntf_logical_line_number
