arp
ArpHostRadiusClassAttribute

Represents a Radius Class Attribute of an ARP Host



public class ArpHostRadiusClassAttribute

Properties
ipAddress The Value of this attribute indicates the IP Address of the ARP Host.

type=InetAddress
access=read-only

ipAddressType The Value of this attribute indicates the address type of ARP Host IP Address.

type=rtr.InetAddressType
access=read-only

serviceId The Value of this attribute specifies the service ID.

type=long
access=read-only

  
Properties inherited from ressubscr.AbstractRadiusClassAttribute
classIndex, isClassAscii, radiusClass
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveArpHostRadiusClasses

Method used to query the NE for the ARP Host RADIUS Class Attributes related to the specified ARP Host.
Input Parameters:
siteId : string - Site ID for the ARP Host.
serviceId : long - Service ID for the ARP Host.
ipAddressType : int - (Optional) IP address type of the ARP host, 1 for IPv4 or 2 for IPv6. This is an optional input parameter. If not specified, address type is inferred from IP address input parameter.
ipAddress : string - The IP address of the ARP host.
timeout : long - (Optional) The number of milliseconds to wait before receiving the results. 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) -
Supported Network Elements
7750 SR Supported from 14.0.R1
7450 ESS Supported from 14.0.R1
  • Required Capabilities: MixedMode
7705 SAR Hm