Configuring the DMS Device

The TSM for Nortel DMS can send commands to DMS devices to control the reports it receives.

The commands are independent of each other and are sent in the following order: :
addclass
This command specifies the log classes that the device reports on.
The command has the syntax:
addclass_deviceid <classes>

The value of <classes> is defined in the LogClasses property.

delrep
This command specifies the reports that the device excludes
The command has the syntax:
delrep_deviceid <reports>

The value of <reports> is defined in the DelrepClasses property.

addrep
This command specifies the reports that the device includes.
The command has the syntax:
addrep_deviceid <reports>

The value of <reports> is defined in the AddrepClasses property.

Each command is sent only if its corresponding property is set. For example, if a value is set for the LogClasses property, the addclass command is sent. The TSM sends the commands after extracting the device ID from the response it receives from the device. If a chat in string is used, the TSM continues to process the string after issuing these report commands.