ressubscr
SubscrMacError

This class contains information about certain errors detected by the subscriber management function. Rows are ordered by MAC Address.



public class SubscrMacError

Properties
innerEncapValue The inner encapsulation value of the SAP where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sap'.

type=long

location Indicates the location where the system received the packet that caused the error.

type=ressubscr.Location
access=read-only

outerEncapValue The outer encapsulation value of the SAP where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sap'.

type=long

portId Indicates the ID of the access port of the SAP where the system received the packet that caused the error. If the system does not know this SAP, or the packet was not received on a SAP, the value of is equal to 'invalid portid' ('1e000000'H). The value of this object is only relevant if the value of location is equal to 'sap'.

type=long
access=read-only

portName The name of the SAP's port or empty if the error cannot be related to a SAP.

type=string
access=read-only
default=
minimum=0
maximum=32

sapEncapValue The combined encapsulation value of the SAP where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sap'.

type=long
access=read-only

sdpBindId Indicates the identifier of the SDP binding where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sdp'

type=string
access=read-only

sdpId Indicates the identifier of the SDP binding where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sdp'

type=long

vcId Indicates the VC ID of the SDP binding where the system received the packet that caused the error. The value of this object is only relevant if the value of location is equal to 'sdp'

type=long

  
Properties inherited from ressubscr.AbstractSubError
additionalInfo, index, macAddress, message, reportedTimeDay, reportedTimeHours, reportedTimeMinutes, reportedTimeMonth, reportedTimeSeconds, reportedTimeYear, serviceId, siteId, siteIdAddressType
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveSubMacError

Method used to retrieve information about the error associated with the MAC detected by the subscriber from NE.
Input Parameters:
aInSiteId : string - Specifies the Network Element of the Subscriber. This is a required input parameter.
aInMacAddress : MacAddress - Specifies the MAC Address found in the received packet that identifies the device that transmitted it. This is a required input parameter.
aInReportedTimeHours : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeMinutes : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeSeconds : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeDay : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeMonth : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeYear : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInMacIndex : long - (Optional) Specifies the chronological order of this error with respect to other errors associated with the same MAC that were reported in the same deci-second. This is an optional input parameter.
timeout : long - (Optional) The number of milliseconds to wait before receiving the results. The method returns if no results are received in the given time. This is an optional input parameter. The default value is 5 minutes (300000).
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
result : List (generic.CommonManagedEntityInformation) -
Exceptions:
ressubscr.SubscrMacError.retrieveSubMacErrorException
Supported Network Elements
7750 SR Supported from 16.0.R4
7450 ESS Supported from 16.0.R4