Active (detected) IP & MAC Addresses Report
(SM-SmallSol030)
Solution’s SOSL Based management process script:
The solution defines the following main modules:
MainMIBTables:
This is the main module that controls and instantiates the ‘mibTables’ module.
MainArpTables:
This is the main module that controls and instantiates the ‘ArpTables’ module.
The details of the Main modules and the transient Service modules are provided below:
MODULE MainMIBTables ();
DESCRIPTION "Interface INVENTORY information";
BEGIN
POLL-FREQ
{
MODULE-CALL mibTables();
WAIT (12000);
};
END
MODULE MainArpTables ();
DESCRIPTION "ARP Table Information";
BEGIN
POLL-FREQ
{
WAIT (9000);
};
END
MODULE mibTables ();
DESCRIPTION "Interface INVENTORY information";
BEGIN
ALL-DEV BY DEV
{
SET-INDEX ifTable ( ifDescr [ ifIndex, INT ] );
};
END
MODULE ArpTables ();
DESCRIPTION "ARP Table Information";
BEGIN
ALL-DEV BY DEV
{
POLL (ipForwarding);
DEFINE ipForwarding DB DISPL;
IF ( ipForwarding == 1 ) THEN
WITH-INDEX ifTable
{
POLL (atPhysAddress; atNetAddress);
};
ENDIF;
};
END
|
Previous Page Page 3/5 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]