User guide

Classes that are disabled
v equipment.DigitalDiagnosticMonitoring
v ethernetoam.CfmEthTestResult
v ethernetoam.CfmOneWayDelayTestResult
v ethernetoam.CfmSingleEndedLossTestResult
v mirror.L2AccessInterface
v ppp.PppStats
v sasqos.AccessIngressForwardingClass
v sasqos.PortAccessEgressForwardingClass
v service.NetworkEgressPackets
v service.NetworkIngressPackets
v service.ServiceEgressOctets
v service.ServiceEgressPackets
v service.ServiceIngressOctets
v service.ServiceIngressPackets
v service.SitePingResult
v sonetequipment.Sts192Channel
v sonetequipment.Sts3Channel
v sonetequipment.TributaryChannel
v sonetequipment.TributaryGroup
v sonetequipment.Tu3Channel
v sonetequipment.Tug3Group
v tdmequipment.DS0ChannelGroup
v tdmequipment.DS1E1Channel
v tdmequipment.DS3E3Channel
v vprn.L3AccessInterface
Disabling or enabling a class
How to enable or disable a class.
About this task
The requestxml_lookup.csv is comma-separated file with the following fields:
1. Request type
2. Request (in the XML format)
Procedure
To disable a class:
v Add a dot before the Request type. Notice that a dot is added before findToFile
in the following example:
.findToFile,<?xml version="1.0" encoding="UTF-8"?>...
<fullClassName>equipment.DigitalDiagnosticMonitoring</fullClassName>...
</SOAP:Envelope> .registerLogToFile,
<?xml version="1.0" encoding="UTF-8"?>...
<fullClassName >service.NetworkEgressPackets</fullClassName>...
</SOAP:Envelope>
To enable a class:
Chapter 10. Modifying the collection strategy 71