This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
A few alternatives to consider:
- You could use z/OS Communications Server SMF records to provide a complete record of TCP connection establishment and termination:
- An SMF type 119 subtype 1 record can be written each time a TCP connection is established, and a subtype 2 record can be written each
time a TCP connection terminates.
- You could also use z/OS Encryption Readiness Technology (zERT) SMF 119 subtype 11 records in a similar fashion. The basic zERT function
can write SMF type 119 subtype 11 records for each individual TCP and EE connection. Depending on the length of time the connection exists,
you will get either a single SMF 119-11 record (written at connection termination if the connection lasts less than 10 seconds) or two records
(one at connection initiation and another at connection termination if the connection lives longer than 10 seconds).
- You could use zERT policy-based enforcement to log a message to syslogd each time a TCP connection is established, along with its security
attributes. You would have to install such a rule for each cryptographic protocol you use in your shop – TLS, SSH, and IPsec – as well as another
for unprotected traffic. zERT enforcement does not log connection termination though.