UDP Sessions History Report
(SM-SmallSol0025)
Solution’s SOSL Based management process script:
The solution defines the following main module:
MainUdpDevSessions:
This is the main module that controls and instantiates the ‘UdpDevSessions’ module.
The details of the Main modules and the transient Service modules are provided below:
MODULE MainUdpDevSessions ();
DESCRIPTION "OSPF Interfaces Table Process";
BEGIN
POLL-FREQ
{
MODULE-CALL UdpDevSessions ();
WAIT (3000);
};
END
MODULE UdpDevSessions ();
DESCRIPTION "Interfaces Table Process";
BEGIN
ALL-DEV BY DEV
{
SET-INDEX udpTable
(udpLocalAddress[ udpLocalAddress, IP; udpLocalPort, INT ] ) BY-INDEX;
};
END
|
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]