SmartMIB Small Solution:

TCP Sessions History Report


(SM-SmallSol024)

Solution’s SOSL Based management process script:

 

The solution defines the following main module:

 

MainTcpDevSessions:

This is the main module that controls and instantiates the ‘TcpSessions’ module.

 

 

The details of the Main module and the transient Service module are provided below:

 


 

MODULE MainTcpDevSessions ();

DESCRIPTION "TCP Sessions Process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL TcpDevSessions ();

 

                        WAIT (3000);

            };

END

 


 

MODULE TcpDevSessions ();

DESCRIPTION "";

BEGIN

            ALL-DEV BY DEV

            {

                        SET-INDEX TcpConnTable

                                (tcpConnState    [ tcpConnLocalAddress, IP;

                                                        tcpConnLocalPort, INT;

                                                        tcpConnRemAddress, IP;

                                                        tcpConnRemPort, INT     ]) BY-INDEX ;

            };

END

 


TCP Sessions History Report Index Page

Previous Page Page 4/6 Next Page


[Small Solutions], [Professional Solutions], [Security Solutions], [Development Solutions]

[Home], [About], [Solutions Center], [NMS Market], [Products & Services],
[Management Technology], [Technical Support], [Contact us], [Site Map]