ASAP 3.1 Server Manual
HP NonStop ASAP Server Manual    Page 354 of 360 
TCPIP TELNET Entity Description ASAP 2.8 
* This defines the structure written to ASAPCOL by the TCPIP SGP 
DEF ZTelnetData. 
 02 zin-conn type binary 32. 
 02 Word type binary 16 redefines zin-conn. 
 02 ztotal-open type binary 32. 
 02 ztotal-net-data type binary 32. 
 02 zavg-actv-term type binary 32. 
 02 ztotal-spi-req type binary 32. 
 02 ztotal-user-data type binary 32. 
 02 ztotal-net-req type binary 32. 
 02 ztotal-user-req type binary 32. 
END. 
DEF ZTelnetState. 
 02 zin-conn type binary 16. 
 02 Word type binary 16 redefines zin-conn. 
 02 ztotal-open type binary 16. 
 02 ztotal-net-data type binary 16. 
 02 zavg-actv-term type binary 16. 
 02 ztotal-spi-req type binary 16. 
 02 ztotal-user-data type binary 16. 
 02 ztotal-net-req type binary 16. 
 02 ztotal-user-req type binary 16. 
END. 
DEFINITION TELNET-Stats1. 
!Description.............Sect 
02 system type binary 16 occurs 4 times. ! system name 
 02 word type binary 16 redefines system.! word alignment handle 
 02 sysname type character 8 redefines system. 
 02 P-key-x type *. ! sysno, domain & its 8.3 
 02 Q-key-x type * redefines P-key-x. ! enform q-key extended 
 02 event type *. ! ts, interval & info 
 02 Type type binary 16. ! Record type TCP,Subnet,Route,Telnet 
 02 AggRec type binary 16. ! AggRec indicator  
 02 Spare type binary 16 occurs 6 times. ! reserved 
 02 OpText type binary 16 occurs 4 times. ! Op state text 
 02 Status type character 1 redefines OpText. 
 02 OpState type binary 16. ! Operational state 
 02 Error type binary 64. ! Error (if any) 
 02 ErrorState type binary 16. ! Error state (or remove) 
 02 Data type ZTelnetData. ! TELNET data 
 02 State type ZTelnetState. ! TELNET states 
END. 
TCPIP PORT Entity Description ASAP 2.8 
* This defines the structure written to ASAPCOL by the TCPIP SGP 
DEF ZPortData. 
 02 zprocname type character 8. 
 02 Word type binary 16 redefines zprocname. 
 02 Caid type binary 16. 
 02 Paid type binary 16. 
 02 objectfile type character 34. 










