Provides information about IP traffic and connections. VPN uses a separate journal to log information about the IP traffic and connections called the QVPN journal. The QVPN is stored in the QUSRSYS library. The journal code is M and the journal type is TS. You will rarely use journal entries on a daily basis. Instead, you might find them useful for troubleshooting and verifying that your system, keys, and connections are functioning in the manner that you specified. For example, journal entries help you understand what happens to your data packets. They also keep you informed of your current VPN status.
Use the virtual private networking interface in iSeries™ Navigator to activate the VPN journal. There is no function that allows logging for all VPN connections. Therefore, enable the logging function for each individual dynamic-key group or manual connection.
The following steps describe how to enable the journal function for a particular dynamic-key group or manual connection:
Before you can stop journaling, make sure that the connection is inactive. To change the journaling status of a connection group, make sure that no active connections are associated with that particular group.
To view the entry-specific details in the VPN journal, you can display the entries on the screen or you can use the output file.
By copying the journal entries to the output file, you can easily view the entries by using query utilities such as Query/400 or SQL. You can also write your own HLL programs to process the entries in the output files. The following is an example of the Display Journal (DSPJRN) command:
DSPJRN JRN(QVPN) JRNCDE((M)) ENTTYP((TS)) OUTPUT(*OUTFILE) OUTFILFMT(*TYPE4) OUTFILE(mylib/myfile) ENTDTALEN(*VARLEN *CALC)
Use the following steps to copy the VPN journal entries to the output file:
CRTDUPOBJ OBJ(QATOVSOF) FROMLIB(QSYS) OBJTYPE(*FILE) TOLIB(mylib) NEWOBJ(myfile)
See QVPN journal fields for a table that describes the fields in the QVPN output file.